#topbar
{
	background-color:black;
	width:100%;
	height:20px;
}
#topbar i
{
	color:white;
	margin-left:20px;
}
#header
{
	background-color:teal;
	width:100%;
	height:45px;
	list-style-type:none;
	background-attachment:fixed;
	
	
}
#header img
{
	width:125px;
	height:90px;
}
#header ul
{
	float:right;
}
#header li
{
	
	display:inline;
	color:white;
	
	
	
}
#header li:hover
{
	text-decoration:underline;
	color:white;
}
#header a
{
	text-decoration:none;
	color:white;
	font-size:30px;
	margin-right:20px;
	text-align:center;

}
#banners
{
	width:60%;
	height:auto;
	overflow:hidden;
	float:left;
	
	
	
}
#banners h1
{
	text-align:right;
	font-size:70px;
	color:#014d4e;
}
#banners p
{
	color:black;
	font-size:20px;
	text-align:left;
}
#banner2
{
	background-image:url("../images/facilities.webp");
	background-repeat:no-repeat;
	background-size:cover;
	width:40%;
	height:500px;
	float:left;
	margin-top:12%;
	
}
#footer
{
	width:100%;
	height:80px;
	background-color:black;
	clear:both;
	
}
#footer ul
{
	float:left;
}
#footer li
{
	
	display:inline;
	color:white;
}
#footer a
{
	text-decoration:none;
	color:grey;
	font-size:20px;
	margin-right:20px;
	text-align:left;

}
#footer a:hover
{
	color:white;
	text-decoration:underline;
}
#footer p
{
	float:right;
	color:grey;
	margin-right:20px;
}