body{
    padding: 0;
    margin: 0;
    max-width: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;

}
#web-navbar {
    background-color: #555555;
    padding: 0 50px;
}

nav img {
    width: 120px;
}

nav ul li a {
    font-size: 16px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    color: white !important;
    margin-right: 15px;
}

li.active a,
li a:hover {
    background-color: white !important;
    color: navy !important;
    border-radius: 10px;
}

nav button.navbar-toggler:focus,
nav button.navbar-toggler:active {
    outline: none !important;
}

main{

    margin-top: 60px;
    
    background-repeat: no-repeat;
    background-size: cover;
    
}

.video, .embed-responsive{
   border-radius: 9px;
    background-color: white;
    width: 80% !important;
    height: 70% !important;
    margin-left: 10%;
   
}
.video h4{
    margin-left:  40px;
    font-size: 22px;
    font-weight: bolder;
    padding: 7vh;
    padding-left: 0px;
    padding-bottom: 0px;

}
iframe{
    width: 90%;
    height: 600px;
    margin: 40px;
    margin-top: 10px;
}

.cont-materi2{
    width: 89%;
    margin-left: 10%;
    height: auto;
    padding-bottom: 20px;
    
}
.lex1 {
 position: absolute;
 left: 60%;
 transform: translate(80%, -50px);  
}

.cont-materi{
    width: 80%;
    margin-left: 10%;
    height: auto;
}
.jud-materi{
    margin-left: 21vh;
     font-size: 24px;
    font-weight: bold;
    padding: 7vh;
    padding-left: 5vh;
}

.cont-materi1{
    width: 89%;
    margin-left: 10%;
    height: auto;
}

.kiri, {
    padding-left: 22vh;
    padding-bottom: 6px;
}
.cont-materi1 p{
    font-size: 20px;
    text-align: left;
    padding-right: 70vh;
    line-height: 30px;
}
span{
    font-size: 30px;
    font-family: serif;
    margin: 5px;

}

.judul h2{
    width: 18%;
    font-size: 27px;
    font-weight: bold;
    border-bottom: 2px solid black ;
    padding-bottom: 10px;
    padding-top: 10vh;
    margin-bottom: 8px;

}
.list-materi{
    padding-top: 20px;
    width: 100%;
    height: 400px;
    padding-bottom: 20px;
}
.list-materi ul{
    padding:0px;
    margin: 5px;
    list-style: none;
    
    height: 40px;
    

}
.list-materi ul .materi{
    text-decoration: none;
    padding:  10px;
    margin: 15px;
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: 0px 0px 5px 1px ;

    
}
.list-materi ul .materi:hover{
    box-shadow: none;
    background-color: cyan;
    transition: .3s all;
}
.left{
    float: left;
    padding: 10px;
    padding-left: 5vh;
    margin-right: 0px !important;
}

.show-menu{
    transition: .4s;
    font-size: 18px;
    cursor: pointer;
   
}
.hide-menu{
    display: none;
}

.show-menu:hover
{
    color: black;
}
#ceks{
    position: absolute;
    z-index: -1111;
    visibility: hidden;
}


.right{
    float: right;
    padding: 12px;
    margin-right: 20px;
    font-weight: bold;
}
.right p{
    

}
.list-materi ul a li{
    text-decoration: none !important;
    color: black;
    font-size: 18px;
    
}
.active:focus,
.active:active{
    background-color: cyan;
}



#footer {
    height: auto;
    padding: 20px;
    background-color: #555555;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.icon {
    text-align: center;
}

.icon a {
    color: #212529;
}

.icon a:hover {
    text-decoration: none;
    color: white;
}

.icon a:hover .white {
    text-decoration: none;
    color: #212529;
}

.icon .white {
    color: white;
}

#footer p {
    font-family: 'Hind Siliguri', sans-serif;
    color: white;
    font-size: 15px;
    margin-top: 13px;
    font-weight: bold;
    text-align: center;
}
