@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins';
    font-weight: bold;
}

.jumbotron {
    background-image: url(img/BG01.png);
    background-size: cover;
    height: 550px;
    text-align: center;
    border-bottom: 10px solid #FFD300;
}

.jumbotron .display-4 {
    color: #324486;
    margin-top: 130px;
    font-size: 32px;
    margin-bottom: 30px;
}

.early {
    padding-bottom: 75px;
    border-bottom: 10px solid #FFD300;
}

.news {
    padding-top: 75px;
    padding-bottom: 75px;
    border-bottom: 10px solid #FFD300;
    background-color: rgba(172, 172, 172, 0.25);
}

.news h2 {
    font-weight: bold;
    /* font-size: 32px; */
    color: #324486;
    text-align: center;
    margin-bottom: 50px;
}

.news h5 {
    font-weight: bold;
    color: #324486;
}

.news p {
    color: #324486;
    font-size: 12px;
}

/* visi */

.visi {
    padding-top: 75px;
    padding-bottom: 75px;
    border-top: 3px solid #FFD300;
    border-bottom: 10px solid #FFD300;
    background-color: rgba(172, 172, 172, 0.25);
}

.visi h2 {
    font-weight: bold;
    /* font-size: 32px; */
    color: #324486;
    text-align: center;
    margin-bottom: 50px;
}

.visi h5 {
    font-weight: bold;
    color: #324486;
}

.visi p {
    color: #324486;
    font-size: 14px;
}

.visi ol {

    color: #324486;
    font-size: 14px;
}

/* Info Panel */
.info-panel {
    background-color: #324486;
    border-radius: 15px;
    margin-top: -210px;
    /* padding-left: 75px;
    padding-right: 75px; */
    border: 5px solid white;
}

.info-panel img {
    width: 64px;
    margin-top: 15px;
}

.info-panel .info {
    width: 120px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1px;
}

.info-panel a {
    text-decoration: none;
    color: black;
}

.info-panel p {
    margin-top: 5px;
    text-align: center;
    font-size: 10px;
}

/* Profil */
.profil,
.welcome {
    margin-top: 75px;

}

.profil img,
.welcome img {
    width: 400px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

.welcome h3 {
    font-weight: bold;
    color: #324486;
}

.welcome p {
    color: #324486;
}

.profil h3 {
    font-weight: bold;
    color: #324486;
    text-align: right;
}

.profil p {
    color: #324486;
    text-align: right;
}

.footer {
    padding-top: 50px;
    background-color: #324486;
    padding-bottom: 50px;
    border-bottom: 2px solid white;
}

.footer2 {
    padding-top: 25px;
    background-color: #353E61;
    padding-bottom: 10px;
}

.footer h5 {
    color: white;
    font-size: 18px;
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid white;
}

.footer h6 {
    color: white;
    font-size: 16px;
}

.footer p {
    color: white;
    font-size: 14px;
    font-weight: normal;
}

.footer2 a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.footer2 p {
    color: white;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

/* Utility */
.tombol {
    text-transform: uppercase;
    border-radius: 40px;
    background-color: #324486;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
}

.btn-profil {
    text-transform: uppercase;
    border-radius: 40px;
    background-color: #324486;
    padding-left: 100px;
    padding-right: 100px;
    border: none;
    font-size: 16px;
}

.btn-read {
    text-transform: uppercase;
    border-radius: 40px;
    padding-left: 75px;
    padding-right: 75px;
    border: 3px solid #324486;
    font-size: 18px;
    color: #324486;
    font-weight: bold;
}

.btn-news {
    text-transform: uppercase;
    border-radius: 40px;
    padding-left: 50px;
    padding-right: 50px;
    border: 3px solid #324486;
    font-size: 12px;
    color: #324486;
    font-weight: bold;
}

.btn-read:hover {
    border: 3px solid #324486;
    color: white;
    background-color: #324486;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .nav-link {
        text-transform: uppercase;
        margin-right: 30px;
        color: black !important;
    }

    .nav-link:hover::after {
        content: '';
        display: block;
        border-bottom: 3px solid #FFD300;
        width: 50%;
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }

    .jumbotron {
        margin-top: -95px;
        height: 768px;
        text-align: unset;
    }

    .jumbotron .display-4 {
        color: #324486;
        margin-top: 218px;
        font-size: 60px;
    }

    .btn-profil {
        text-transform: uppercase;
        border-radius: 40px;
        background-color: #324486;
        padding-left: 100px;
        padding-right: 100px;
        border: none;
        font-size: 32px;
    }

    /* Info Panel */
    .info-panel {
        background-color: #324486;
        border-radius: 15px;
        margin-top: -135px;
        padding-left: 75px;
        padding-right: 75px;
        border: 5px solid white;
    }

    .info-panel img {
        width: 96px;
        margin-top: 15px;
    }

    .info-panel .info {
        width: 150px;
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 10px;
        background-color: white;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 1px;
    }

    .info-panel a {
        text-decoration: none;
        color: black;
    }

    .info-panel p {
        margin-top: 5px;
        text-align: center;
        font-size: 12px;
    }

    .footer h5 {
        color: white;
        font-size: 18px;
        margin-top: 0px;
    }

    /* Button top */
    #myBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 9999;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: red;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

    #myBtn:hover {
        background-color: #FFD300;
        color: white;
    }
}