/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/templates/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}

section {
  /*height: 100%;*/
}

/* custom */

html,
body {
  height: 100%;
}

body {
  padding-top: 56px;
}

.row .card {
  /*height: 75%;
  max-height: 45%;*/
}

.carousel {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.carousel .carousel-inner {
  height: 100%;
}

.carousel-item {
  height: 100%;
}

.list-group li {
  border: none;
}

#services {
  background-image: url('../../img/bg-services-2.PNG');
  /*background-position: center;*/
  /*background-size: contain;*/
  background-repeat: no-repeat;
  /*height: 800px;*/
  width: 100%;
}

#services .card{
  height: 500px
}

#detailPelayanan .modal-dialog {
  max-width: 80% !important;
}

.navbar {
  background-color: #5d63ad
}
.navbar-dark .navbar-nav .nav-link.active { color: #ffc164 !important }
.navbar-dark .navbar-nav .nav-link { color: #fff }

.page-footer { background-color: #5d63ad }
.page-footer h5 { margin-bottom: 5vh }
.page-footer li { padding: 5px 0 }
.page-footer li a { color: #fff }