*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body{
    background-image: url("../images/teknisi1.png");
    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;
    position: fixed;
    overflow: hidden;
    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: rgba(250, 244, 244, 0.932);
}

#info1{
    height: 350px;
    width: 100%;
    text-align: center;
    background-color: rgba(44, 34, 34, .4);
}
#info1 h1{
    padding-top: 0px;
    font-size: 30px;
    color: blanchedalmond;
}

#info1 h2{
    font-size: 30px;
    color: blanchedalmond;
}
#info1 h3{
    padding-top: 0px;
	font-size: 40px;
    font-weight: bold;
    color: blanchedalmond;
}
#info1 p{
    font-size: 20px;
    color: blanchedalmond;
    margin-bottom: 10px;
}
#kursus{
    background-color: rgba(34, 27, 14, 0.5);
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 30px;
    color: whitesmoke;
}

#info2{
    height: 200px;
    width: 100%;
    background-color: rgba(249, 252, 251, .8);

}

#info2 h1{
    text-align: center;
    padding-top: 50px;
    font-size: 40px;
    color: black;
}

#langkah1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
    overflow: hidden;
    background: white;
    padding-bottom: 20px;
}

.kolom{
    width: 29%;
    margin: 2%;
    float: left;
    text-align: center;
    background-color: rgba(131, 136, 150, 0.3);
}

.kolom img{
    width: 100%;
}
.kolom h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.kolom p{
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}

.kolom:last-child{background: none;}

#langkah2{
    overflow: hidden;
    background: rgb(186, 207, 188);
    padding-bottom: 20px;
}

#langkah2 h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;

}

/* #langkah2 .kolom{
    width: 20%;
    margin: 2%;
    float: left;
    text-align: center;
    background-color: rgba(131, 136, 150, 0.3);
}
 */
.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: 300px;*/
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 12px;
    color: white;

}   
.footer1{
    width: 40%;
}
.footer2 iframe{
    width: 60%;
}

@media screen and (max-width: 1024px){
    #wrapper{
        width: 100%;
        margin: 0 auto;
    }
    #header{
        width: 100%;
    }
}

@media screen and (max-width: 780px){
    .kolom{
        width: 46%;
    }

}

@media screen and (max-width: 650px){
    body{
        background-size: 650px 800px;
    }
    #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);
    }
	#info1{
		height: 350px;
		width: 100%;
		text-align: center;
		background-color: rgba(44, 34, 34, .4);
	}
	#info1 h1{
		padding-top: 70px;
		font-size: 20px;
		color: blanchedalmond;
	}

	#info1 h2{
		font-size: 20px;
		color: blanchedalmond;
	}
	#info1 h3{
		padding-top: 0px;
		font-size: 30px;
		font-weight: bold;
		color: blanchedalmond;
	}
	#info1 p{
		font-size: 18px;
		color: blanchedalmond;
		margin-bottom: 10px;
	}
    #kursus{
        height: 150px;
        font-size: 16px;
    }

    #langkah1{
        background: white;
    }    
    .kolom{
        margin: 0px;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .kolom a{
        margin-top: 100px;
        border: 1px solid black;
    }
    #info2 h1{
        font-size: 30px;
    }
    #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%;
    }
      
}