.header{
    background-color: #38498B;
    border: none;
}

#home-section{
    width: 100%;
    min-height: 90vh;
    display: flex;
    background:url('../img/bg-home.jpg');
    background-size: cover;
    background-position: center;
    justify-content: flex-start;
    align-items: center;
}

#about-section{
    width: 100%;
    display: flex;
    position:relative;
    background-color:#222020;
    background-size: cover;
    background-position: center;
    justify-content: flex-between;
    align-items: center;
}

#menu-section{
    width: 100%;
    min-height: 80vh;
    position:relative;
    background-color:#fff;
    background-size: cover;
    background-position: center;
}

.scroll{
    width: 100%;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    /* text-align:justify; */
}

#statistic-section{
    width: 100%;
    min-height: 80vh;
    position:relative;
    background-color:#F4F9FF;
    background-size: cover;
    background-position: center;
}

#berita-section{
    width: 100%;
    min-height: 100vh;
    position:relative;
    background: url('../img/ornamen6.png');
    background-size: cover;
    background-position: cover;
}

.border-left-c{
    border-left: 5px solid #1A7FDB;
    padding-left: 3px;
}

.card-offset-top{
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 20%); 
    margin-top:-70px
}

.circle-menu{
    width: 80px;
    height: 80px;
    background: #E7F4FF;
    border-radius: 50%;
    display: flex;
    align-items:center;
    justify-content: center;
    box-shadow: 0 11px 20px -6px rgb(6 58 105 / 20%);
}

.circle-menu.active{
    width: 80px;
    height: 80px;
    background: #a9d0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 11px 20px -6px rgb(6 58 105 / 20%);
}

.user-pic{
    width: 90px;
    height: 90px;
    background: #D0D5D9;
    border-radius: 50%;
    display: flex;
    align-items:center;
    justify-content: center;
    box-shadow: 0 11px 20px -6px rgb(6 58 105 / 20%);
}

.nav .nav-item .nav-link.active .circle-menu{
    width: 80px;
    height: 80px;
    background: #a9d0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 11px 20px -6px rgb(6 58 105 / 20%);
}

#ketua{
    width:450px;
}

#quote {
    font-size:11pt;width:30%;margin:0 auto;
}

#pdip-text{
    font-size: 20pt;
}

#desc-text{
    font-size: 14pt;
}

.text-title {
    font-size:11pt;
    letter-spacing:2px;
}

button.lg-close.lg-icon{
    border: 0px;
    background: transparent;
}

.lg-backdrop {
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
}

.lg-backdrop.in {
    opacity: 1;
    z-index: 1050;
}

.grad {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 250px;
    background-image: linear-gradient(to bottom, rgba(170,0,0,0),rgba(170,0,0,0.5), rgba(170,0,0,0.95), rgba(170,0,0,1));
}

.nav-link.active {
    color: #ffffff;
    background-color: rgb(24, 134, 224);
    font-weight: 900;
    border: 1px white solid;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

@media (max-width: 991px){
    #ketua{
        width:300px;
    }
    #pdip-text{
        font-size: 15pt;
    }
    #quote {
        font-size: 8pt;
        width: 90%;
        margin: 0 auto;
    }
    
    .grad {
        position: absolute;
        bottom: -100px;
        left: 0;
        width: 100%;
        height: 300px;
        background-image: linear-gradient(to bottom, rgba(170,0,0,0),rgba(170,0,0,0.5), rgba(170,0,0,0.95), rgba(170,0,0,1));
    }

    .card-offset-top{
        margin-top:30px;
    }

}