@charset "utf-8";
/* CSS Document */



.nav {

position:fixed;
	


}

ul {
	list-style-type:none;
	margin-top:50px;
	padding:10px;
	
}
li a { 
text-decoration:none;
margin-right:80px;
color:#ABF3AC;
	text:bold;
	
}



li a:hover
{
color:white;	

border-bottom:2px solid #e67e22;
transition:all 0.5s ease-in;
padding:15px 0;
}
header{

   
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("images/back.jpg");
height:100vh;
backgrpund-size:cover;
background-position:center;
	

}
body{
	
background-color:#e67e22;
	
}
header h1{

font-size:50px;
	margin-top:100px;



}

#box{
        
	
	margin-top:auto;
	background-color:#fae9c9;
	
	
	

} 


#content{
	
	background-color:#e67e22;
	color:#e67e22;
	
	margin-top:10px;
	

} 








.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#content p{
text-align: justify;
    text-justify: inter-word;
	
	
	
}
#content h1:hover
{
	text-decoration:none;
	border:2px solid red;
	width:120px;
	color:white;	
background-color:#e67e22;
border-bottom:2px solid #FF0000;
transition:all 0.5s ease-in;
padding:15px 0;
}
#about{
	
	background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("images/aboutus.jpg");
height:100vh;
backgrpund-size:cover;
background-position:center;
	
	
	
}
#about h1:before{
	width:100px;
	height:2px;
	background-color:#e67e22;
	display:block;
	content:" ";
	marign:0 auto;
}





#about h1{
	color:white;
	font-size:50px;
	padding-top:200px;
	margin-left:700px;
	
	
}

#about p{
	
	margin-left:700px;
	text-align: justify;
    text-justify: inter-word;
}


#water{
	
	background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("images/water.jpg");
height:100vh;
backgrpund-size:cover;
background-position:center;
}

#water{
	margin-top:0;
}

#water h1:before{
	width:100px;
	height:2px;
	background-color:#e67e22;
	display:block;
	content:" ";
	marign:0 auto;
}





#water h1{
	color:white;
	font-size:50px;
	padding-top:200px;
	margin-left:100px;
	
	


}



#form{
margin-left:200px;
}

	
.btn-block
{
	background-color:red;
	color:white;
	border-radius:4px;
	margin-top:20px;
}
	
		.gap{
			margin-top:40px;
		}
	.form{
		margin-top:40px;
		color:white;
	}
	#footer{
		color:white;
	}
	
	
	