.parallax{
    background-image: linear-gradient(0deg, rgba(233,242,250,0.9), 
                    rgba(233,242,250,0.65)), 
                      url("../img/background-light.png");
}

.bg-biru{
    background-color: #01314b;
  }

.masthead {
  padding-top: calc(5rem);
  padding-bottom: 5rem;
}

@media (min-width: 992px) {
    .masthead {
        padding-top: calc(6rem + 70px);
        padding-bottom: 4rem;
    }
}

.judul h1{
    color: #00587F;
    font-weight: bold;
}

.calon-section{
    padding-bottom: 5rem;
}

.calon-img{
    max-width: 100%;
    transform: scale(1);
    transition: 0.3s;
}

.calon-img:hover{
    transform: scale(1.2);
    margin: -30px;
    margin-top: 0px;
    transition: 0.3s;
}

.card{
    background: transparent;
    border: 2px;
}

.card-list{
    margin-bottom: 100px;
}



/* modal content */

.modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 100%;
        margin: 1.75rem auto;
        margin-left: 0.35rem;
    }
}

.modal-content{
    background-image: linear-gradient(0deg, rgba(233,242,250,0.4), 
                    rgba(233,242,250,0.6)), 
                      url("../img/background-light.png");
    
}


.calon-img-modal{
    max-width: 300px;
}

.modal-header h2{
    color: #00587F;
    font-weight: bold;
}

.isi-model {
    color: #00587F;
}

.calon-foto{
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.profilCalon{
    margin-top: 50px;
}

.bg-navbar-modal{
    background:transparent; !important;
}
.nav-item .active{
    background-color: rgba(255, 255, 255, 0.575) !important;
}