body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.bg-biru {
  background-color: #076ab5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

section {
  padding: 100px 0;
}

.btn-biru {
  background-color: #076ab5;
  color: white !important;
}

.nav-sec {
    background-image: url('../../assets/img/bg-header.png');
    background-size: cover;
    padding: 12px 0;
  }

.navbar-brand, .nav-main .nav-link {
  color: white !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.jumbotron-org{
  background-image: url('../../assets/img/bg.jpg');
  background-size: cover;
  height: 220px;
  position: relative;
}

.jumbotron-main{
  background-image: url('../../assets/img/bg.jpg');
  background-size: cover;
  height: 440px;
  background-position: center 0;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jumbotron-main .img-wrapper{
  width: 350px;
  position: absolute;
  left: 5%;
  top: 11%;
}

.judul {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.subjudul {
  font-size: 10px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.search input {
    border: 3px solid #076ab5;
}

.search .input-group-append {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 3;
}

.card-statistik .card-body {
    padding: 32px 32px 42px;
}

.card-statistik {
    background-image: linear-gradient(to top, #005695, #0068a8, #007bba, #008ecc, #00a1dd);
    color: white !important;
    border: none;
}

.total {
    font-size: 60px;
    line-height: 79px;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.btn-search-main {
  border-radius: 30px 0 0 30px !important;
}

/*Info Panel*/
.info-panel{
  box-shadow: 0 3px 20px rgba(0,0,0,0.5);
  border-radius: 12px;
  margin-top: -120px;
  background-color: white;
  padding: 20px;
}

.info-panel img{
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.info-panel h1{
  font-size: 25px;
  font-weight: bold;
  margin-top: 5px;
}

.info-panel h5{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}

.info-panel p{
  font-size: 16px;
  counter-reset: #bfb8b8;
  margin-top: -5px;
  font-weight: 200;
}

.info-org{
  box-shadow: 0 3px 20px rgba(0,0,0,0.5);
  border-radius: 12px;
  margin-top: -120px;
  background-color: white;
}

.info-org img{
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
/*==============*/

/*Banner Card*/
.banner-card{
  background-image: linear-gradient(to top, #005695, #0068a8, #007bba, #008ecc, #00a1dd);
  min-height: 200px;
  position: relative;
}

.banner-card .card-body{
  z-index: 1;
}

.banner-card-title-text{
    font-weight: 500;
}

.card-desc-image-container{
    min-width: 62px;
    max-width: 62px;
}

.card-desc-image{
    border-radius: 6px;
    background-color: #fff;
}
/*===================*/

.main-page-topik {
  background-color: #f5f5f5;
}

.detail-org{
  width: 100px;
}

footer {
  background-image: url('../../assets/img/bg-footer.png');
  background-size: cover;
  color: white !important;
}

.feedback-component #feedback{
    float: left;
    position: fixed;
    top: calc(50% - 47px);
    right: 0;
    z-index: 99;
}

.feedback-component #feedback a {
    color: white !important;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 3px #0000004d;
    border-right: 0;
    display: block;
    transition: all .2s ease-in-out;
}

.feedback-component #feedback a:hover{
  padding-right:20px;
}

.feedback-form-modal .label {
    font-weight: 500;
}

#mainNav.navbar-shrink {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url('../../assets/img/bg-header.png');
  background-size: cover;
}

@media (min-width: 992px) {
    #mainNav {
    -webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border: none;
    background-color: rgba(0,0,0,0.5);
  }

  .nav-main .nav-link {
    font-size: 17px;
    font-weight: 500;
    margin-right: 50px;
  }

  .nav-main .nav-link:hover::after {
    content: '';
    display: block;
    border-bottom: 3px solid white;
    width: 50%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: -8px;
  }

  .nav-main .nav-link.active::after {
    content: '';
    display: block;
    border-bottom: 3px solid white;
    width: 50%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: -8px;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }

  .jumbotron-main{
    height: 550px;
  }

  .judul {
    font-size: 25px;
  }

  .subjudul {
    font-size: : 30px;
  }
}