html, body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}
.bg-forestGreen{background-color: forestGreen!important}
.bg-feminim{background-color: #aa4d84!important;}
.bg-darkFeminim{background-color: #bc3568!important}
.bg-midnightBlue{background-color: midnightBlue!important;}
.bg-white{background-color: white;}
.bg-darkOrange{background-color: darkOrange!important;}
.bg-darkGreen{background-color: darkGreen!important;}
.bg-darkPurple{background-color: #47003c;}
.bg-customGray{
    background: #d6f9ff;
    background: -moz-linear-gradient(top,  #d6f9ff 0%, #9ee8fa 100%);
    background: -webkit-linear-gradient(top,  #d6f9ff 0%,#9ee8fa 100%);
    background: linear-gradient(to bottom,  #d6f9ff 0%,#9ee8fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=0 );
}

.bg-teal-hover:hover{
    background-color: rgba(0,0,0,0.25);
    transition: all .5s;
}
.bg-light-hover:hover{
    background-color: rgba(0,0,0,0.1);
    transition: all .5s;
}
.text-white{color: white;}
.text-feminim{color: #853266!important;}
.text-gray25{color: #dddddd;}
.text-lightBlue{color: lightBlue;}
.text-lightPink{color: lightpink;}
.text-hover-underline:hover{
    text-decoration: underline!important;
}
.border-dark-hover:hover{
    border: 1px solid #aaaaaa!important;
}

.sec-header{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/bg-header.png');
}

.dropdown-menu{
    border-top: 5px solid midnightBlue;
    border-bottom: 5px solid midnightBlue;
    overflow-x: auto;
    max-width: 90vw;
}

.dropdown .dropdown-menu {
    animation-name: dropdownAnimation;
    animation-duration: .5s;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    opacity: 1;
}

.navbar .dropdown-menu-end {
    right: 0;
    left: auto;
}

.judul-widget{
    height: auto;
    border-bottom: 3px solid #bc3568;
}
.judul-widget > span{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@keyframes dropdownAnimation {
    from {
        margin-top: 25px;
        opacity: 0;
        -webkit-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear;
    }
    to {
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        opacity: 1;
        margin-top: 0px;
    }
}

main{
	margin-top: 60px;
}

.navbar-nav > .nav-item > .active{
    font-family: "Montserrat", sans-serif!important;
	font-weight: bold!important;
	font-size: 10pt;
    color: white!important;
}

.navbar-nav > .nav-item {
    color: #ffffff!important;
    font-family: "Montserrat", sans-serif!important;
	font-size: 10pt;
}

.navbar-nav > .nav-item > .nav-link:hover{
	color: white!important;
}

.navbar-brand > div{
    font-family: 'Amiri Quran', serif!important;
}

/*Tab Custom*/
.tab-custom{
    display: inline-flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: auto;
    height: auto;
    overflow-x: auto; 
}

.tab-custom > li{
    display: inline-grid;
    height: auto;
}

.tab-custom > li > a{
    color: #aaaaaa;
    text-decoration: none;
    white-space: nowrap;
    height: auto;
    display: inline;
    padding: 5px 30px;
}

.tab-custom > li > a:hover{
    background-color: #eeeeee;
    color: blue;
    transition: all .5s;
}

.tab-custom > li > .active{
    padding: 5px 30px;
    background-color: white;
    border-bottom: 2px solid darkOrange;
    white-space: nowrap;
    color: black;
    font-weight: bold;
    height: auto;
    display: inline;
}

.btn-medsos{
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.25);
    color: white!important;
    text-decoration: none;
    opacity: .75;
}

.btn-medsos:hover{
    opacity: 1;
    background-color: rgba(64,64,255,0.5);
    transition: all .5s;
}

.sliderCurva{
    background-color: white;
    position: relative;
    height: 100px;
    width: 120%;
    margin-left: -10%;
    margin-right: 10%;
    z-index: 10;
    margin-top: -40px;
    -webkit-border-radius: 200vh 200vh 0 0/20vh 20vh 0 0;
}

@media only screen and (max-width: 768px) {
    .widget-kontak{
        width: 50px;
        height: 50px;
    }
}

@media only screen and (min-width: 769px) {
    .widget-kontak{
        width: 65px;
        height: 65px;
    }
}

.widget-kontak{
    border: 4px solid blue;
    box-shadow: 0px 0px 7px #888888;
}

.widget-kontak:hover{
    transform: scale(1.1);
    transition: all .25s;
}

.list-berita:hover{
    color: #853266;
    background-color: #efefef;
    transition: all 0.5s;
}

.list-img-berita{
    min-width: 175px!important;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.list-agenda{
    text-decoration: none;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 8px;
}

.list-agenda:hover{
    background-color: rgba(128, 0, 128, 0.1);
    transition: all 0.5s;
}

.breadcrumb > .breadcrumb-item + li::before {
    color: white !important;
}

@media (max-width: 575.98px) {
    .logo-footer{
        transform: scale(0.8)!important;
        align-self: flex-start;
    }
    
    .list-img-berita{
        height: 200px!important;
    }
}

@media (min-width: 576px) {
    .logo-footer{
        transform: scale(0.8)!important;
        align-self: flex-start;
    }
}

@media (max-width: 767.98px) {
    .logo-footer{
        transform: scale(0.8)!important;
        align-self: flex-start;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .logo-footer{
        transform: scale(0.8)!important;
        align-self: flex-start;
    }
}

.judul-berita > label{
    border-bottom: 2px solid #aaaaaa;
    color: #aaaaaa;
}

.judul-berita > .active{
    background-color: #aa4d84;
    border-bottom: 2px solid #aa4d84;
    color: #efeffe;
    font-weight: bold;
}

/*Animasi pencarian Home */
@keyframes fadeZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.fade-zoom-in {
  animation: fadeZoomIn 1s ease-out forwards;
}