#toTop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 60px;
    cursor: pointer;
    display: none;
    z-index: 999;
    background: url(../images/totopoff.png) center center no-repeat;
    border: none;
    
}


body {
    color: #333;
    font-family: 'Inter', sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    background: url(../images/background.jpg) bottom right  no-repeat #F8F8F8;
}

#contentweb {
    padding-bottom: 100px;
}




.tulisan-putih {
    color: white;
}


.pad7 {
    padding: 30px 0px;
}

.pad8 {
    padding: 60px 0px;
}

.pad9 {
    padding: 90px 0px;
}

.gap10 {
    grid-gap: 10px;
}

.gap20 {
    grid-gap: 20px;
}

.gap30 {
    grid-gap: 30px;
}


#sideBar {
    background: rgb(21, 40, 60);
    background: linear-gradient(194deg, rgba(21, 40, 60, 1) 0%, rgba(34, 64, 93, 1) 50%, rgba(58, 107, 155, 1) 100%);
    height: 100vh;
    box-shadow: 0px 0px 25px grey;
}



#logo-container {
    background: #214162;
}

#logo {
    height: 100px;
}

#nama-sekolah {
    margin-top: 10px;
    font-weight: bold;
}

#menu {
    grid-template-columns: 1fr 1fr;
    padding: 50px 10px;
}

#menu a {
    text-align: center;
    padding: 20px;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 8px;
    color: white;
}



#top-bar {
    grid-template-columns: max-content 3fr;
    border-bottom: 1px solid #dbd9d9;
    margin-bottom: 30px;
    
}




#tombol-menu {
    align-items: center;
    padding: 10px;
    border: 1px solid #c9c9c9;
}

#tombol-menu:hover {
    cursor: pointer;
}

#halo {
    align-items: center;
    justify-content: flex-end;
}

#halo a {
    border-left: 1px solid #c2c2c2;
    color: #333;
}

.background-putih {
    background: white;
}


.kotak {
    box-shadow: 1px 1px 5px 0px rgba(166,166,166,0.75);
-webkit-box-shadow: 1px 1px 5px 0px rgba(166,166,166,0.75);
-moz-box-shadow: 1px 1px 5px 0px rgba(166,166,166,0.75);
    border-radius: 8px;
}


.heading {
    font-weight: 300;
    border-bottom: 1px solid #D34736;
    padding-bottom: 5px;
    font-size: 30px;
    text-align: center;
}


@media (max-width: 740px) {
    #sideBar {
        display: none;
        position: fixed;
        top: 0;
        z-index: 100;
        width: 90vw;
    }

    #contentweb {
        padding: 10px;
        position: relative;
    }

    #halo {
        font-size: 12px;
    }

    #halo a {
        margin-left: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 741px) {

    #halo {
        font-size: 13px;
    }

    #halo a {
        margin-left: 10px;
        padding-left: 10px;
    }

    #sideBar {
        width: 30%;
        position: fixed;
        top: 0;
        left: 0;
    }

    #contentweb {
        width: 65%;
        float: right;
        margin-right: 2%;
    }
}

@media (min-width: 992px) {
    #sideBar {
        width: 20%;
        position: fixed;
        top: 0;
        left: 0;
    }

    #contentweb {
        width: 75%;
        float: right;
        margin-right: 2%;
    }
}