*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
}

#wrapper{
    width: 1024px;
    margin: 0 auto;
}

#header{
    width: 1024px;
    height: 40px;
    overflow: hidden;
    position: fixed;
    background-color: rgba(211, 199, 199, 0.7);
 }

#logo{
    width: 150px;
    height: 30px;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}

#menu{
    text-align: right;
    list-style: none;
    margin-top: 10px;
    margin-right: 10px;
}

#menu li{ 
    display: inline;
}
#menu li a{
    padding: 5px 10px;
    text-decoration: none;
    color: black;

}

#menu li a:hover{
    color: rgb(245, 239, 239);
}

#spasi{
    height: 30px;
    width: 100%;
}
#spasi1{
    height: 20px;
    width: 100%;
}

#kotak1{
    background-size: cover;
    overflow: hidden;
    /*background: red;*/
    padding-top: 20px;
    height: 200px;
    width: 100%;
    text-align: center;
}
.terbuka{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    background-color: rgba(241, 245, 240, 0.7);
}
#kotak1 h1{
    color:rgb(5, 5, 4);
    font-size: 20px;
    font-weight: bold;
}
#kotak1 h2{
    color:rgb(192, 6, 6);
    font-size: 20px;
    font-weight: bold;
}

#kotak1 h4{
    color:rgb(192, 6, 6);
    font-size: 40px;
    font-weight: bold;
}


#kotak11{
    padding-top: 50px;
    height: 170px;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    /*background-color: rgba(47, 201, 26, 0.884);*/
}
#kotak12{

    padding-top: 50px;
    height: 200px;
    width: 100%;
    text-align: left;
    background-color: rgba(206, 93, 28, 0.842);
}
#kotak12 h1{
    padding-left: 50px;
    font-size: 30px;
    font-weight: bold;
    color: white;
}
#kotak12 p{
    padding-left: 50px;
    padding-bottom: 50px;
    font-size: 20px;
    color: white;
}
#kotak2{
    padding-top: 20px;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 540px;
    width: 100%;
    background-color: rgb(14, 13, 13);

}
.kolom2{
    width: 48%;
    height: 250px;
    
    text-align: center;
    background-color: rgba(226, 228, 235, 0.966);
}
.kolom2 h1{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: black;
    background-color: rgba(226, 228, 235, 0.7);
}
.kolom2 p{
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    font-size: 17px;
    color: white;
    background-color: rgba(8, 8, 8, 0.5);
    display: none;
}
.kolom2:nth-child(1){
    background-image: url("../images/legal1.jpg");
    background-size: cover;
}
.kolom2:nth-child(1):hover p{
    display: block;
}
.kolom2:nth-child(2){
    background-image: url("../images/pengalaman.jpg");
    background-size: cover;
}
.kolom2:nth-child(2):hover p{
    display: block;
}
.kolom2:nth-child(3){
    background-image: url("../images/alumni.jpg");
    background-size: cover;
}
.kolom2:nth-child(3):hover p{
    display: block;
}
.kolom2:nth-child(4){
    background-image: url("../images/mitra.jpg");
    background-size: cover;
}
.kolom2:nth-child(4):hover p{
    display: block;
}
#kotak3{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 700px;
    width: 100%;
    background-color: rgba(218, 211, 195, 0.993);

}
#kotak3 h1{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
    /*background-color: rgba(226, 228, 235, 0.7);*/

}
.kolom3{
    margin-bottom: 5px;
    width: 49%;
    height: 150px;
    
    text-align: center;
    background-color: rgba(131, 136, 150, 0.3);
}

.kolom3 h2{
    margin-top: 120px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: black;
    background-color: rgba(226, 228, 235, 0.7);
}

.kolom3:nth-child(2){
    background-image: url("../images/pkl.jpg");
}
.kolom3:nth-child(4){
    background-image: url("../images/mitra.jpg");
}
.kolom3:nth-child(7){
    background-image: url("../images/mitra.jpg");
}
.tombol{
    text-decoration: none;
    color: white;
    width: 200px;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    background-color: rgb(60, 189, 217);
    border-radius: 7px;
}

.tombol:hover{
    background-color: rgb(204, 87, 112);

}
#footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
    background-color: rgba(8, 8, 8, 0.555);
    /*height: 150px;*/
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 12px;
    color: white;

}   
.footer1{
    width: 40%;
}
.footer2{
    width: 60%;
}

@media screen and (max-width: 1024px){
    #wrapper{
        width: 100%;
        margin: 0 auto;
    }
    #header{
        width: 100%;
    }
}

@media screen and (max-width: 700px){
    body{
        background-size: 750px 1024px;
    }
    #wrapper{
        width: 100%;
        margin: 0 auto;
    }
    
    #header{
        height: 55px;
        visibility: visible;
        text-align: center;
        position: fixed;
        background-color: rgba(252, 244, 244, .8);
	}

    #logo{
        width: 150px;
        height: 30px;
        float: none;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #menu{
        list-style: none;
        text-align: center;
        margin-top: 0px;
    }
    #menu li{ 
        display: inline;
    }
    #menu li a{
        padding: 5px 10px;
        text-decoration: none;
        color: black;
    }
    #menu li a:hover{
        color: rgb(248, 244, 244);
    }
	#kotak1{
		height: 200px;
		width: 100%;
		background-color: rgba(44, 34, 34, .4);
	}

	
    #kotak12{
    
        padding-top: 10px;
        height: 180px;
        width: 100%;
        text-align: left;
        background-color: rgba(206, 93, 28, 0.842);
    }
    #kotak12 h1{
        padding-left: 20px;
        font-size: 22px;
        font-weight: bold;
        color: white;
    }
    #kotak12 p{
        padding-left: 20px;
        font-size: 17px;
        color: white;
        
    }
    #kotak2{
        margin-top: 50px;
        height: 520px;
        padding-top: 15px;
    }
    .kolom2{
        width: 46%;
        height: 250px;
        
        text-align: center;
    }
    .kolom2 p{
        font-size: 14px;
    }
    #kotak3 h1{
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: black;
        margin-bottom: 16px;
        /*background-color: rgba(226, 228, 235, 0.7);*/
    }
    .kolom3 h2{
        margin-top: 120px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: black;
        background-color: rgba(226, 228, 235, 0.7);
    }
    #footer{
        margin-top: 50px;
		background-color: rgba(8, 8, 8, 0.555);
		width: 100%;
		padding-top: 20px;
        padding-bottom: 20px;
		text-align: center;
        font-size: 12px;
        color: white;

    }
    .footer1{
        width: 100%;
    }
    .footer2{
        
        width: 100%;
    }
    
}	