/* navbar */
.navbar-brand {
    font-family: Viga;
    font-size: 32px;
}

/* kegunanan umum */
.button {
    text-transform: uppercase;
    border-radius: 40px;
}

.jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 4.9)), url(img/smoth-wave.svg);
    background-size: cover;
    height: 1040px;
    text-align: center;
}


.jumbotron .display-4 {
    color: white;

    margin-top: 50px;
    font-weight: 200;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    font-size: 20px;
}

.jumbotron .about {
    color: white;

    margin-top: 20px;
    font-weight: 150;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    font-size: 15px;
}

.jumbotron .card {
    color: black;

    margin-top: 20px;
    font-weight: 50;    
    font-size: 14px;
    max-width: 250px;
    max-height: 580px;
    
    
    border-radius: 25px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  


}
.jumbotron .card-image {
   width: 50px;
}

.jumbotron .card h5 {
    color: black;   
    font-size: 20px;
    font-weight: 200;
    text-align: left;
    margin-left: 8%;
    margin-top: 30px;
}

.jumbotron .card p {
    color: black;
    font-size: 15px;
    font-weight: 150;
    text-align: left;
    margin-left: 8%;
}

.jumbotron .display-4 span {
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

/* Info Panel */
.info-panel {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    margin-top: -100px;
    background-color: white;
    padding: 20px;
   
}

.info-menu {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    margin-top: 35px;
    margin-top: 8px;
    background-color: rgb(207, 232, 253);
    padding: 20px;
    margin-bottom: 30px;

}

.info-panel img {
    width: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.info-menu img {
    width: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.info-panel h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
}

.info-menu h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
}

.info-panel p {
    font-size: 14px;
    color: rgb(46, 68, 61);
    margin-top: -5px;
    text-align: left;
    font-weight: 200;
    /* font agar ramping */
}

.info-menu p {
    font-size: 14px;
    color: rgb(46, 68, 61);
    margin-top: -5px;
    text-align: left;
    font-weight: 200;
    /* font agar ramping */
}

.about span {
    font-weight: 600;
    font-size: 12px;
}
.about p {
    font-weight: 600;
    text-align: center;
    font-size: 12px;
}



.info-panel a:link {
    background-color: wheat;
    border-radius: 10px;

}

.info-panel a:visited {
    background-color: wheat;
    border-radius: 10px;
}

.info-panel a:hover {
    background-color: rgb(254, 197, 91);
    border-radius: 10px;
}

.info-panel a:active {
    background-color: rgb(157, 204, 251);
    border-radius: 10px;
}

.info-menu a:link {
    background-color: rgb(207, 232, 253);
    border-radius: 10px;

}

.info-menu a:visited {
    background-color: rgb(207, 232, 253);
    border-radius: 10px;
}

.info-menu a:hover {
    background-color: rgba(118, 184, 247, 0.788);
    border-radius: 10px;
}

.info-menu a:active {
    background-color: rgb(157, 204, 251);
    border-radius: 10px;
}

/* keterangan */
.ket {

    margin-top: 50px;
    background-color: rgb(195, 230, 247);
    padding: 10px;
    margin-bottom: -140px;
    border-radius: 90px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.ket p {
    font-size: 18px;
    color: rgb(46, 68, 61);
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

/* Working Space */
.card {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    margin-top: -200px;
    
    padding: 20px;

}

.ijazah {
    margin-top: 120px;
    background-color: rgb(105, 190, 247);
    border-radius: 25px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin-bottom: 30px;

}

.ijazah img {
    width: 100px;
    margin-right: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.ijazah p {
    font-size: 14px;
    color: rgb(46, 68, 61);
    margin-top: -5px;
    font-weight: 200;
    text-align: left;
}

.ijazah p span {
    font-weight: bold;
}

.ijazah h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
}

.footer {
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(5, 5, 5);
    background-size: auto;
    color: white;
    text-align: center;
}

.footer-text {
    margin-bottom: 35px;
}

/* Dekstop Version */
@media (min-width: 992px) {

    .navbar-brand,
    .nav-link {
        color: white !important;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    }

    .nav-link {
        text-transform: uppercase;
        margin-right: 30px;
    }

    .nav-link:hover::after {
        content: '';
        display: block;
        border-bottom: 3px solid #0B63DC;
        width: 50%;
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }

    .jumbotron {
        margin-top: -75px;
        height: 640px;
    }

    .jumbotron .card {
        color: black;
        margin-top: 20px;
        font-weight: 50;
        font-size: 14px;
        max-width: 400px;
        max-height: 180px;
    
        border-radius: 25px;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    
       }

    .jumbotron .display-4 {
        font-size: 45px;
    }
    .jumbotron .about {
        font-size: 25px;
    }

    .ket p {
        font-size: 25px;
        color: rgb(46, 68, 61);
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }
        .about span {
            font-weight: 600;
            
            font-size: 20px;
        }

     .about p {
        font-weight: 600;
        text-align: center;
        font-size: 20px;
     }
}