body
{
	margin: 0;
	padding: 0;
}




/*head*/

.head
{
	background: url(../larawan/head.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0px;
	margin-left: 0px;
	height: 500px;
}

.head1
{
	background: url(../larawan/head1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0px;
	margin-left: 0px;
	height: 500px;
}

.head2
{
	background: url(../larawan/head2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0px;
	margin-left: 0px;
	height: 500px;
}

.head3
{
	background: url(../larawan/head3.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0px;
	margin-left: 0px;
	height: 500px;
}

.head4
{
	background: url(../larawan/head4.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0px;
	margin-left: 0px;
	height: 500px;
}

.head5
{
	background: url(../larawan/head5.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0px;
	margin-left: 0px;
	height: 500px;
}

.bannertext h1
{
	color: white;
	font-family: "Century Gothic";
	text-align: center;
	margin-top: 150px;
	font-size: 60px;
	text-shadow: 3px 3px black;
}

.bannertext h3
{
	font-family: "Pristina";
	text-align: center;
	letter-spacing: 3px;
	text-shadow: 3px 3px black;
	color: white;
}

/*end of head*/





/*navigation*/
.navbar 
{
	overflow: auto;
	background: rgba(0,0,0,.1);
	box-shadow: 5px 5px 10px rgba(0,0,0,.3);
}

.navhead
{
	margin-left: 15px;
	font-family: "MV Boli";
	text-shadow: 1px 1px gold;
}

.navbar a 
{
	float: left;
	text-align: center;
	padding: 15px;
	text-decoration: none;
}

.navhead img
{
	border-radius: 50%;
	width: 90px;
	height: 90px;
	margin-left: 20px;
	position: absolute;
}

.active
{
 	color: white;
 	letter-spacing: 2px;
 	
}

.active:hover
{
	color: white;
	letter-spacing: 3px;
	text-shadow: 2px 2px 3px black;
}

ul
{
	position: absolute;
	transform: translate(-50%, -50%);
	margin: 0;
	top: 6.47%;
	left: 68%;
	padding: 0;
	display: flex;
}

ul li
{
	list-style: none;
}

ul li a
{
	position: relative;
	display: block;
	padding: 10px 20px;
	margin: 20px 0;
	text-decoration: none;
	color: #262626;
	font-weight: bold;
	transition: .5s;
	font-family: sans-serif;
}

ul li a:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: scaleY(2);
	opacity: 0;
	transition: .5s;
	z-index: -1;
}

ul li a:hover:before
{
	transform: scaleY(1.2);
	opacity: 1;
}

ul li a:after
{
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: .5s;
	z-index: -1;
}

ul li a:hover:after
{
	transform: scale(1);
}

ul li a:hover
{
	color: white;
	letter-spacing: 3px;
	text-shadow: 2px 2px 3px black;
}

li a
{
	width: 115px;
	text-align: center;
}
/*end of navigation*/


/*footer*/

.footer
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 200px;
	background: #ff8c1a;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Century Gothic";
}

.footer .box
{
	position: relative;
	width: 33.3333333333333333333%;
	height: 150px;
	box-sizing: border-box;
	border-right: 1px solid black;
	color: black;
	overflow: hidden;
}

.footer .box:last-child
{
	border: none;
}

.footer .box .icon
{
	display: flex;
	justify-content: center;
	transition: .5s;
	font-size: 17px;
}

.icon img
{
	width: 30px;
	height: 30px;
	margin-top: 40px;
	border-radius: 50%;
}

.footer .box:hover .icon
{
	transform: translateY(-180%);
	margin-top: 130px;
	margin-left: -50px;
}

.footer .box .icon img
{
	padding-right: 10px;
	transition: .5s;
}

.footer .box:hover .icon img
{
	transform: translateY(100px);
	font-size: 20px;
	opacity: .2;
	width: 50px;
	height: 50px;
	z-index: -1;
}

.footer .box .details
{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	transition: .5s;
	font-size: 20px;
}

.footer .box:hover .details
{
	transform: translateY(0);
	font-weight: bold;
}

.foot
{
	padding: 0;
	margin: 0;
	font-size: 15px;
	float: left;
	width: 100%;
	text-align: center;
	background: #b35900;
	color: white;
}
/*end of footer*/



/*portfolio body*/

.heada
{
	background: #ffaa80;
	width: 400px;
	height: 45px;
	font-family: "cooper black";
	margin-left: 35%;
	box-shadow: 3px 2px 5px rgba(0,0,0,.6);
}

.container1 
{
  position: relative;
  width: 50%;
  margin-left: 25%;
}

.image 
{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.overlay 
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 1s ease;
  background-color: rgba(0, 0, 0, .8);
}

.container1:hover .overlay 
{
  opacity: 1;
  border-radius: 20px;
}

.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;
  font-family: "MV Boli";
}

.port
{
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	float: left;
	background: #ffa64d;
	width: 100%;
}

.port h1
{
	text-align: center;
}

.text a
{
	border: 2px solid white;
	text-decoration: none;
	font-size: 20px;
	font-family: "Courier New";
	background: #ff9933;
}

.text a:hover
{
	background: beige;
	border-radius: 20px;
	transition: 1s;
}

/*home*/


.subtitle h1
{
	text-align: center;
}

.box
{
  width:235px;
  height:300px;
  overflow:hidden;
  margin:0 18 30 0;
  position:relative;
  float:left;
  margin-left: 27px;
  margin-bottom: 50px;
}

.box .img
{
  max-width:100%;
  border-radius: 10px;
  height: 300px;
}

.trans
{
  background: rgba(0, 51, 102, .5);
  position:absolute;
  opacity:0;
  transition: all .5s ease;
  border-radius: 10px;
}

.box:hover .trans
{
  opacity:1;
  transition:all .5s ease;
}

.trans1
{
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 51, 102, .5);
}

.box:hover .trans1
{
	width: 100%;
}

.feature
{
  text-align:center;
  margin-top:-150px;
  transition: .5s ease;
}

.feature .p
{
  color: white;
  font-family:"cooper black";
}

.box:hover .feature
{
  margin-top: 150px;
  transition:all .5s ease-in-out;
}

.feature input
{
	width:150px;
	height:35px;
	font-size:17px; 
	border-radius: 20px;
	font-family: "Courier New";
	background: #006666;
	border: 4px solid #000;
}



/*story*/
.book 
{
	background: url(../larawan/images.jpg);
	background-repeat: no-repeat;
	background-size: 1300px;
	height: 1000px;
	margin-top: 20px;
	margin-left: 30px;
}

.p1
{
	position: absolute;
	width: 500px;
    font-size: 20px;
    text-align: center;
    margin-left: 70px;
    margin-top: 50px;
    font-family: "Bradley Hand ITC";
    font-weight: bold;
}

.p3
{
	position: absolute;
	width: 500px;
    font-size: 20px;
    text-align: center;
    margin-left: 720px;
    margin-top: 50px;
    font-family: "Bradley Hand ITC";
    font-weight: bold;
}

/*gallery*/
.pictures
{
	margin-left: 11%;
	margin-top: 40px;
}

.imahe
{
	height: 350px;
	width: 250px;
	box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7);
	margin-right: 15px;
	margin-bottom: 15px;
	filter: grayscale(100%);
}

.imahe:hover
{
	transform: scale(1.1);
	transition: .6s ease-in-out;
	border-radius: 10%;
	filter: grayscale(0);
}

/*about*/

.container_about
{
	margin: 0px;
	padding: 0px;
	font-family: "Courier New";
}

.larawan
{
	width: 350px;
	height: 450px;
	float: left;
	margin-left: 180px;
}

.information
{
	margin-left: 550px;
}

.table
{
	margin-left: 550px;
}

.table td
{
	font-size: 25px;
	border-bottom: 1px solid black;
}

.h2
{
	color: rgb(255, 10, 0);
}

/*goals*/

.larawan1
{
	width: 350px;
	height: 250px;
	margin-left: 180px;
	float: left;
}

.informations
{
	font-family: "courier new";
	font-size: 27px;
	margin-left: 550px;
	text-align: center;
}