@charset "utf-8";
/* CSS Document */
#recent { 
  background: url("../Images/host/blackpapyrus.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#topNav {
	width: 100%;
	height:50px;
	background-color: #111;
	margin:0px;
	padding:0px;
	overflow:visible;
	max-width:100%;
	display:inline-block;
	float:left;
}

#lionswrapper {
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	position: absolute;		
}
	
#lnwrapper {
	width: 100%; 
	height: auto;		
}
	
#lionsbox {
	width: 100%; 
	height: auto; 
	top: 0; 
	left: 0; 
	position: relative;		
}

#lionsbg {
	width: 100%; 
	height: auto;		
}
	
#lionstitle {
	width: 46%; 
	height: auto; 
	top: 16%; 
	left: 38%; 
	position: absolute;		
}
	
#lionstextwrapper {
	width: 100%; 
	height: auto; 
	overflow: auto;		
}
	
#lionstext {
	width: 100%; 
	height: auto; 
	position: relative; 
	overflow: auto;		
}

#aqualogo {
	width: 100%; 
	height: auto;
	margin-bottom: 20px; 
	padding-right: 10px;
	margin-left: 0%;
}

#whisker1 {
	width: 100%; 
	height: auto;
	margin-bottom: 20px; 
	padding-right: 10px;
	margin-left: 0%;
}

#whisker2 {
	width: 100%; 
	height: auto;
	margin-bottom: 20px; 
	padding-right: 10px;
	margin-left: 0%;
}

#whisker3 {
	width: 100%; 
	height: auto;
	margin-bottom: 20px; 
	padding-right: 10px;
	margin-left: 0%;
}

@media screen and (max-width: 900px) {

#lionstitle {
	width: 80%; 
	height: auto; 
	top: 15%; 
	left: 10%; 
	position: absolute;		
}
	
}
