*{
  margin: 0px;
  font-family: 'Sahitya', serif; font-weight: normal;
}

a{
  text-decoration: none;
}

li{
  list-style: none;
}

img{
  max-width: 100%; max-height: 100%;
}

/*-- bagian pertama --*/

#pertama{
  background: url('asset/bg.jpg') no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;

  height: 650px;
  padding-top: 20px;
}

.clear{
  clear: both;
}

.konten{
  width: 960px;
  margin: 0 auto;
}

.kolom_3{
  width: 300px; float: left;
}

.kolom_3_tengah{
  margin: 0 30px;
}

#logo{
  display: block; width: 100px; margin: 0 auto;
}

#menu{
  background-color: #0074b9;
  height: 50px; line-height: 50px;
  font-size: 20px; margin-top: 20px;
}

#menu a{
  display: block; text-align: center; color: white;
}

#menu a:hover{
  background-color: white;
  color: #0074b9;
}

#box_sd{
  background-color: rgba(44, 155, 221, 0.7);
  color: white;
  font-size: 30px;
  text-align: center;
  margin: 80px 0;
  padding: 20px 0;
}

#box_sd a{
  display: block;
  border: 2px solid white;
  color: white;
  padding: 5px 0;
  width: 300px;
  margin: 25px auto 0 auto;
}

#box_sd a:hover{
  background-color: white;
  color: #0074b9;
}

/*-- bag kedua --*/
#kedua{
  background-color: #0074b9;
  color: white;
  text-align: center;
  padding-bottom: 20px;
}

h2{
  font-size: 40px;
  padding: 30px 0 45px 0;
  width: 250px;
  margin: 0 auto;
}

#kedua img{
  width: 250px; height: 250px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.setiap_karya_gambar{
  position: relative;
}

.setiap_karya_gambar p{
  position: absolute;
  top: 0px; left: 25px;
  width: 250px; height: 250px; line-height: 250px;
  text-align: center; font-size: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #0074b9;
  border-radius: 50%;
  display: none;
}

.setiap_karya_gambar:hover p{
  display: block;
}

.deskripsi{
  font-size: 22px;
}

/*--bag ketiga --*/
.kolom_2{
  float: left;
  width: 450px;
  margin: 0 15px;
}

#ketiga h2{
  text-align: center;
  color: #0074b9;
}

#ketiga input, #ketiga textarea{
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 12px;
  border: 2px solid #0074b9;
}

#ketiga textarea{
  height: 130px;
}

input[type="submit"]{
  background-color: #0074b9;
  color: white;
}

input[type="submit"]:hover{
  cursor: pointer;
  background-color: #148fd7;
}

#ketiga iframe{
  max-width: 450px;
}

/*-- bag footer --*/
#footer{
  background-color: #0074b9;
  color: white;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}
