.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;
}
.goals{
  margin-top: 80px;
  margin-left: 100px;
  width: 1100px;
  height: 500px;
  border: 4px solid black;
  background-color: white;
  box-shadow: 15px 15px 8px black;
  border-radius: 180px 180px 180px 0px;
}
.goals h1{
  font-size: 40px;
  font-weight: 130%;
  font-family: tahoma;
  color: gold;
}
.goals1{
  margin-top: -60px;
  width: 500px;
  height: 100px;
  border: 4px solid white;
  background-color: white;
}
.goals1 h1{
  font-size: 30px;
  font-weight: 130%;
  font-family: tahoma;
  color: blue;
}
.goals2{
  margin-top: -60px;
  margin-left: -30px;
  width: 900px;
  height: 100px;
  border: 4px solid white;
  background-color: white;
}
.goals2 h1{
  font-size: 45px;
  font-weight: 130%;
  font-family: tahoma;
  color: blue;
}
.goals3{
  margin-top: 30px;
  margin-left: -20px;
  width: 1000px;
  height: 200px;
  border: 4px solid white;
  background-color: white;
}
.goals3 h1{
  font-size: 30px;
  font-weight: 130%;
  font-family: tahoma;
  color: blue;
}
.goalpic{
  width: 200px;
  height: 200px;
  border: 4px solid white;
  border-radius: 50%;
  margin-left: -1000px;
  margin-top: -100px;
  background-image: url(goal_folder/4.jpg);
  background-size: 300px;
  border: 4px solid gold;
  transition: transform .6s;
}
.goalpic:hover{
  transform: rotate(360deg);
}
.help{
  margin-top: 80px;
  margin-left: 100px;
  width: 1100px;
  height: 500px;
  border: 4px solid black;
  background-color: white;
  box-shadow: 15px 15px 8px black;
  border-radius: 180px 180px 180px 0px;
}
.help h1{
  font-size: 40px;
  font-weight: 130%;
  font-family: tahoma;
  color: gold;
}
.help1{
  margin-top: -60px;
  width: 1000px;
  height: 100px;
  border: 4px solid transparent;
  background-color: transparent;
}
.help1 h1{
  font-size: 30px;
  font-weight: 130%;
  font-family: tahoma;
  color: blue;
}
.help2{
  margin-top: -60px;
  margin-left: -30px;
  width: 900px;
  height: 100px;
  border: 4px solid white;
  background-color: white;
}
.help2 h1{
  font-size: 45px;
  font-weight: 130%;
  font-family: tahoma;
  color: blue;
}
.help3{
  margin-top: 30px;
  margin-left: -20px;
  width: 1000px;
  height: 200px;
  border: 4px solid white;
  background-color: white;
}
.help3 h1{
  font-size: 30px;
  font-weight: 130%;
  font-family: tahoma;
  color: blue;
}
.helppic{
  width: 200px;
  height: 200px;
  border: 4px solid white;
  border-radius: 50%;
  margin-left: -1000px;
  margin-top: -100px;
  background-image: url(goal_folder/3.jpg);
  background-size: 200px;
  border: 4px solid gold;
  transition: transform .6s;
}
.helppic:hover{
  transform: rotate(360deg);
}

/*** 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;
}