body{
	background-color:rgba(255,255,255,1.00);
	color:rgba(98,98,98,1.00);
}
h2,h3{
	color:rgba(53,71,91,1);
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight:800;
}
.row.full-width {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: 100%;
}
.topspace{
	margin-top:20px;
}
.bottomspace{
	margin-bottom:20px;
}
.home-image-container{
	background: url(../img/home-main.jpg);
  	background-size: cover;
	background-position: center; 
  	width: 100%;
  	height: 400px;
	position: relative;

}
.home-title h1{
	  color:rgba(255,255,255,1.00);
	  text-transform: uppercase;
	  font-size:3em;
	  text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	  margin: 60px 0 0 0;
}
.logo{
	width:220px;
	margin-top:-20px;
}
.footer{
	background: url(../img/water-sm.jpg);
  	background-size: cover;
	background-position: center; 
  	width: 100%;
  	height: 150px;
	position: relative;
}
.footer h2{
	  color:rgba(255,255,255,1.00);
	  font-size:1.5em;
	  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	  margin: 50px 0 0 0;
}

/*Medium screens*/
/******************************************************************/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

	.home-image-container{
		
  		height: 600px;
	}
	.home-title h1{
	  	margin: 110px 0 0 0;
		font-size:3.2em;
  	}
	.logo{
		width:330px;
	}
	.footer h2{
	  font-size:2.8em;
	  margin: 40px 0 0 0;
	}

} 


/*Large screens*/
/******************************************************************/
@media only screen and (min-width: 64.063em) { 
	.row{
		max-width:1200px;
	}
	
	.home-image-container{
  		height: 840px;
		
	}
	.home-title h1{

		font-size:4em;
		text-shadow: 1px 1px 1px rgba(0,0,0,.8);
		margin: 260px 0 0 0;
	}
	.logo{
		width:420px;
	}
	.footer h2{
	  font-size:3em;
	  margin: 40px 0 0 0;
	}


} /* min-width 1025px, large screens */
		

@media only screen and (min-width: 1601px) { 
	.home-image-container{
  		height: 800px;
	}
	.row{
		max-width:1400px;
	}
	.logo{
		width:420px;
	}
	.footer h2{
	  font-size:4em;
	  margin: 30px 0 0 0;
	}
	
	
}

