.body1{
  width: 1600px;
  height: 480px;
}
.webdiv{
  background-color: black;
  width: 1900px;
  height: 40px;
}
.pangalan{
	font-family:arial;
	font-size:40px;
	color:blue;
	border-radius: 500px;
	width: 500px;
  border: 1px solid
}
.container {
  position: relative;
  width: 150px;
  height: 150px;
  border: 15px solid white;
  border-radius: 150px;
  margin-top: -60px;
}
.image {
  display: block;
  height: 150px;
  width: 150px;
  border-radius: 150px;
  border-color: white;
  display: inline-block;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  width: 150px;
  opacity: 0;
  transition: .5s ease;
  background-color: blue;
  border-radius:150px;
}
.container:hover .overlay {
  opacity: 1;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.div{
   background-color: transparent;
  border:0px solid white;
  border-radius: 0px;
  width:1800px;
  background: url(home_folder/images-25.jpg) no-repeat;
  background-size: cover;
}
.container1{
  text-align: center;
  position: absolute;
  top: 300px;
  left: 760px;
  transform: translate(-50%,-50%);
  width: 100%;
}
.container1 span{
  text-transform: uppercase;
  display: block;
}
.text1{
  color: white;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 20px;
  background:black;
  position: relative;
  animation: text 3s 1;
}
.text2{
  color: blue;
  font-size: 30px;
  font-weight: 700;
  font-family: "Goudy Stout";
}

@keyframes text{
  0%{
    color: black;
    margin-bottom: -40px;
  }
  30%{
    letter-spacing: 25px;
    margin-bottom: -40px;
  }
  80%{
    letter-spacing: 8px; 
    margin-bottom:-40px;
  }
}
.buttonh{ /*Buttonhome*/
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 0px;
  border-color: white;
  display: inline-block;
  margin-left: 550px;
  transition: transform .2s;

}
.buttonh:hover{
  transform: scale(2.1);
}
.buttonp{ /*Button portfolio*/
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 110px;
  border-color: white;
  display: inline-block;
  margin-left: 40px;
  transition: transform .2s;
}
.buttonp:hover{
  transform: scale(2.1);
}
.buttong{ /*Button Gallery*/
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 110px;
  border-color: white;
  display: inline-block;
  margin-left: 40px;
  transition: transform .2s;
}
.buttong:hover{
  transform: scale(2.1);
}
.buttona{ /*Button about*/
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 110px;
  border-color: white;
  display: inline-block;
  margin-left: 40px;
  transition: transform .2s;
}
.buttona:hover{
  transform: scale(2.1);
}
.buttone{ /*Button educational attainment*/
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 110px;
  border-color: white;
  display: inline-block;
  margin-left: 40px;
  transition: transform .2s;
}
.buttone:hover{
  transform: scale(2.1);
}
.buttond{
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 110px;
  border-color: white;
  display: inline-block;
  margin-left: 40px;
  transition: transform .2s;
}
.buttond:hover{
  transform: scale(2.1);
}
.texttext{
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%;-50%);
  margin: 0;
  background:url(gallery_folder/profile/1.jpg) 50% 50%;
  background-size: 200px;
  -webkit-text-fill-color:transparent;
  -webkit-background-clip:text;
}
.news{
 width: 200px;
 height: 200px;
 position: absolute;
 top: 90%;
 left:10%;
 transform: translate(-50%, -50%);
 overflow: hidden;
}
.b{
  border-radius: 50%;
  border-left: 4px solid ;
  border-right: 4px solid;
  border-top: 4px solid transparent !important;
  border-bottom: 4px solid transparent !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: ro 2s infinite;
}
.b1{
  border-color: #4a69bd;
  width: 120px;
  height: 120px;
}
.b2{
  border-color: #f6b93b;
  width: 100px;
  height: 100px;
  animation-delay:0.2s;
}
.b3{
  border-color: #2ecc71;
  width: 80px;
  height: 80px;
  animation-delay:0.4s;
}
.b4{
  border-color: #34495e;
  width: 60px;
  height: 60px;
  animation-delay:0.6s;
}
@keyframes ro{
  0%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50%{
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.news1{
 width: 200px;
 height: 200px;
 position: absolute;
 top: 90%;
 left:30%;
 transform: translate(-50%, -50%);
 overflow: hidden;
}
.b{
  border-radius: 50%;
  border-left: 4px solid ;
  border-right: 4px solid;
  border-top: 4px solid transparent !important;
  border-bottom: 4px solid transparent !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: ro 2s infinite;
}
.b1{
  border-color: #4a69bd;
  width: 120px;
  height: 120px;
}
.b2{
  border-color: #f6b93b;
  width: 100px;
  height: 100px;
  animation-delay:0.2s;
}
.b3{
  border-color: #2ecc71;
  width: 80px;
  height: 80px;
  animation-delay:0.4s;
}
.b4{
  border-color: #34495e;
  width: 60px;
  height: 60px;
  animation-delay:0.6s;
}
@keyframes ro{
  0%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50%{
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.news2{
 width: 200px;
 height: 200px;
 position: absolute;
 top: 90%;
 left:70%;
 transform: translate(-50%, -50%);
 overflow: hidden;
}
.b{
  border-radius: 50%;
  border-left: 4px solid ;
  border-right: 4px solid;
  border-top: 4px solid transparent !important;
  border-bottom: 4px solid transparent !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: ro 2s infinite;
}
.b1{
  border-color: #4a69bd;
  width: 120px;
  height: 120px;
}
.b2{
  border-color: #f6b93b;
  width: 100px;
  height: 100px;
  animation-delay:0.2s;
}
.b3{
  border-color: #2ecc71;
  width: 80px;
  height: 80px;
  animation-delay:0.4s;
}
.b4{
  border-color: #34495e;
  width: 60px;
  height: 60px;
  animation-delay:0.6s;
}
@keyframes ro{
  0%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50%{
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.news3{
 width: 200px;
 height: 200px;
 position: absolute;
 top: 90%;
 left:90%;
 transform: translate(-50%, -50%);
 overflow: hidden;
}
.b{
  border-radius: 50%;
  border-left: 4px solid ;
  border-right: 4px solid;
  border-top: 4px solid transparent !important;
  border-bottom: 4px solid transparent !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: ro 2s infinite;
}
.b1{
  border-color: #4a69bd;
  width: 120px;
  height: 120px;
}
.b2{
  border-color: #f6b93b;
  width: 100px;
  height: 100px;
  animation-delay:0.2s;
}
.b3{
  border-color: #2ecc71;
  width: 80px;
  height: 80px;
  animation-delay:0.4s;
}
.b4{
  border-color: #34495e;
  width: 60px;
  height: 60px;
  animation-delay:0.6s;
}
@keyframes ro{
  0%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50%{
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.texttext{
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%;-50%);
  margin: 0;
  background:url(gallery_folder/profile/1.jpg) 50% 50%;
  background-size: 200px;
  -webkit-text-fill-color:transparent;
  -webkit-background-clip:text;
}
.divdiv{
  background-image: url(gallery_folder/2.gif);
  height: 110px;
  width: auto;
  border-radius: 250px 0px 250px 0px;
  border: 10px solid blue;
}
/**start ng Educational attainment**/
.divlogo1{
  margin-top: 80px;
  width: 1200px;
  height: 500px;
  border: 4px solid black;
  background-color: white;
  box-shadow: 15px 15px 8px black;
}
.logo1{
  margin-top: 10px;
  margin-left: -800px;
  width: 330px;
  height:240px;
  border: 4px solid white;
  background-image: url(edu_folder/2.jpg);
}
.ucu{
  width: 700px;
  height: 200px;
  border:  0px solid black;
  margin-top: -250px;
  margin-left: 280px;
}
.ucu h1{
  font-size: 40px;
  font-weight: 130%;
  font-family: tahoma;
  color: green;
}
.ucu h2{
  font-size: 20px;
  font-weight: 130%;
  font-family: tahoma;
  color: green;
  margin-top: -30px;
}
.ucu p{
  font-size: 25px;
  font-weight: 130%;
  font-family: tahoma;
  color: green;
  margin-top: 20px;
}
.pinfo{
  margin-top: 90px;
  margin-left: -250px;
}
.pinfo p{
  font-size: 30px;
  font-weight: 130%;
  font-family: tahoma;
  color: green;
}
/**2ndpart ng Educational attainment**/
.divlogo2{
  margin-top: 50px;
  width: 1200px;
  height: 530px;
  border: 4px solid black;
  background-color: white;
  box-shadow: 15px 15px 8px black;
}
.logo2{
  margin-top: 10px;
  margin-left: -800px;
  width: 240px;
  height:240px;
  border: 4px solid white;
  background-image: url(edu_folder/3.jpg);
  background-size: 240px;
  border-radius: 50%;
}
.csef{
  width: 700px;
  height: 200px;
  border:  0px solid black;
  margin-top: -250px;
  margin-left: 280px;
}
.csef h1{
  font-size: 40px;
  font-weight: 130%;
  font-family: tahoma;
  color: green;
}
.csef h2{
  font-size: 20px;
  font-weight: 130%;
  font-family: tahoma;
  color: green;
  margin-top: -30px;
}
.csef p{
  font-size: 25px;
  font-weight: 130%;
  font-family: tahoma;
  color: green;
  margin-top: 20px;
}
.csefinfo{
  margin-top: 30px;
  margin-left: -250px;
}
.csefinfo p{
  font-size: 30px;
  font-weight: 130%;
  font-family: tahoma;
  color: green;
}
/**3rd part ng Educational attainment**/
.divlogo3{
  margin-top: 50px;
  width: 1200px;
  height: 400px;
  border: 4px solid black;
  background-color: white;
  box-shadow: 15px 15px 8px black;
}
.logo3{
  margin-top: 10px;
  margin-left: -800px;
  width: 220px;
  height:210px;
  border: 4px solid white;
  background-image: url(edu_folder/1.jpg);
  border-radius: 50%;
  background-size: 260px;
}
.sfhs{
  width: 700px;
  height: 200px;
  border:  0px solid black;
  margin-top: -230px;
  margin-left: 280px;
}
.sfhs h1{
  font-size: 40px;
  font-weight: 130%;
  font-family: tahoma;
  color: maroon;
}
.sfhs h2{
  font-size: 20px;
  font-weight: 130%;
  font-family: tahoma;
  color: green;
  margin-top: -30px;
}
.sfhs p{
  font-size: 25px;
  font-weight: 130%;
  font-family: tahoma;
  color: green;
  margin-top: 20px;
}
.sfhsinfo{
  margin-top: 90px;
  margin-left: -250px;
}
.sfhsinfo p{
  font-size: 30px;
  font-weight: 130%;
  font-family: tahoma;
  color: green;
}
/**4th part ng Educational attainment**/
.divlogo4{
  margin-top: 50px;
  width: 1200px;
  height: 400px;
  border: 4px solid black;
  background-color: white;
  box-shadow: 15px 15px 8px black;
}
.logo4{
  margin-top: 10px;
  margin-left: -800px;
  width: 230px;
  height:210px;
  border: 4px solid white;
  background-image: url(edu_folder/4.jpg);
  border-radius: 50%;
  background-size: 260px;
}
.sfes{
  width: 700px;
  height: 200px;
  border:  0px solid black;
  margin-top: -230px;
  margin-left: 280px;
}
.sfes h1{
  font-size: 40px;
  font-weight: 130%;
  font-family: tahoma;
  color: blue;
}
.sfes h2{
  font-size: 20px;
  font-weight: 130%;
  font-family: tahoma;
  color: green;
  margin-top: -30px;
}
.sfes p{
  font-size: 25px;
  font-weight: 130%;
  font-family: tahoma;
  color: green;
  margin-top: 20px;
}
.sfesinfo{
  margin-top: 90px;
  margin-left: -250px;
}
.sfesinfo p{
  font-size: 30px;
  font-weight: 130%;
  font-family: tahoma;
  color: green;
}
/*** div lastpart***/
.lastpart{
  background-color: gold;
  height: 160px;
  border:5px solid black;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 980px;
  margin-top: 100px;
}
.huli{
  margin-top: 5px;
}
.t{
  text-decoration: none;
  color: white;
  font-family: tahoma;
  font-size: 20px;
  background-color: skyblue;
  border-radius: 20px;
  margin-left: 50px;
}
.t2{
  text-decoration: none;
  color: white;
  font-family: tahoma;
  font-size: 20px;
  background-color: skyblue;
  border-radius: 20px;
  margin-left: 10px;
}
.t3{
  text-decoration: none;
  color: white;
  font-family: tahoma;
  font-size: 20px;
  background-color: skyblue;
  border-radius: 20px;
  margin-left: 10px;
}
.t4{
  text-decoration: none;
  color: white;
  font-family: tahoma;
  font-size: 20px;background-color: skyblue;
  border-radius: 20px;
  margin-left: 10px;
}
.t5{
  text-decoration: none;
  color: white;
  font-family: tahoma;
  font-size: 20px;
  background-color: skyblue;
  border-radius: 20px;
  margin-left: 10px;
}
.t6{
  text-decoration: none;
  color: white;
  font-family: tahoma;
  font-size: 20px;
  background-color: skyblue;
  border-radius: 20px;
  margin-left: 10px;
}
.t:hover{
  background-color: blue;
  border-radius: 20px;
}
.t2:hover{
  background-color: blue;
  border-radius: 20px;
}
.t3:hover{
  background-color: blue;
  border-radius: 20px;
}
.t4:hover{
  background-color: blue;
  border-radius: 20px;
}
.t5:hover{
  background-color: blue;
  border-radius: 20px;
}
.t6:hover{
  background-color: blue;
  border-radius: 20px;
}
.imagediv{
  background-color: white;
  height: 60px;
}
.image1{
  height: 60px;
  width: 60px;
  margin-top: 0px;
  border-radius: 50px;
  margin-left:50px;
}
.image2{
  height: 60px;
  width: 60px;
  margin-top: 0px;
  border-radius: 50px;
  margin-left:20px;
  background-color: black;
}
.image3{
  height: 60px;
  width: 60px;
  margin-top: 0px;
  border-radius: 50px;
  margin-left:20px;
}
.lastnato{
  background-color: blue;
  height: 70px;
  margin-bottom: 10px;
}
.lastlogo{
  height: 60px;
  width: 60px;
  margin-left: 50px;
  border-radius: 20px;
}