#topbar
{
	background-color:black;
	width:100%;
	height:20px;
}
#topbar i
{
	color:white;
	margin-left:20px;
}
#header
{
	background-color:teal;
	width:100%;
	height:90px;
	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
{
	background-image:url("../images/clge.jpg");
	width:100%;
	height:700px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
	
	
}
#banners h1
{
	text-align:center;
	color:white;
	text-shadow:2px 3px teal;
	font-size:70px;
}
#box1
{
	width:32%;
	height:350px;
	background-image:url("../images/st1.webp");
	float:left;
	margin-right:2%;
	margin-top:2%;
	
}
#box1 h1
{
	color:black;
	text-shadow:2px 2px white;
	margin-left:10px;
}
#box1 p
{
	margin-left:10px;
	
}
#box1:hover
{
	font-size:30px;
	text-shadow:1px 1px white;
}


	


#box2
{
	width:32%;
	height:350px;
	background-image:url("../images/st2.webp");
	float:left;
	margin-top:2%;

	
}
#box2 h1
{
	color:white;
	text-shadow:2px 2px black;
	margin-left:10px;
}
#box2 p
{
	margin-left:10px;
	color:white;
	
}
#box2:hover
{
	font-size:30px;
	text-shadow:1px 1px black;
}


#box3
{
	width:32%;
	height:350px;
	background-image:url("../images/st3.jpg");
	float:right;
	margin-top:2%;

	
}
#box3 h1
{
	color:black;
	text-shadow:2px 2px white;
	margin-left:10px;
}
#box3 p
{
	margin-left:10px;
	
}
#box3:hover
{
	font-size:30px;
	text-shadow:1px 1px white;
	
}
#bottom1
{
	margin-top:15px;
	width:60%;
	height:500px;
	margin-bottom:2%;
	float:left;
}
#bottom1 h1
{
	margin-left:20px;
	color:rgb(0, 124, 128);
}
#bottom1 h2
{
	margin-left:20px;
	color:red;
}
#bottom1 p
{
	margin-left:20px;
	margin-right:20px;
	font-size:20px;
	color:red;
}

#bottom2
{
	margin-top:15px;
	margin-left:2%;
	margin-bottom:2%;
	width:38%;
	height:500px;
	float:left;
}
#bottom2 iframe
{
	width:100%;
	height:500px;
	
	
}
#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;
}