@charset "utf-8";
body {
	background-color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	color: #ffff;
}
#Banners {
	width: 100%;
	height: auto;
}

#logo {
	float: left;
	position: relative;
	margin-right: 2px;
	
}
h2, h3 {
	font-family: 'audiowide', cursive;
	
}
h2 {
    border-bottom: thick double #119C94;
	padding-bottom: 5px;
}
ol {
	text-align: left;
	font-family: 'audiowide', cursive;
	
}
aside {
    background-color: #00000;
    padding: 5px;
}
aside img {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}


li {
	padding: 2px;
	margin: 2px;
	
	
}
a:link {
  color: #119C94;
}

a:visited {
  color: #345342;
}


a:hover {
  color: #fff;
}

a:active {
  color: lightcyan;
} 

h1{
	font-family: 'Audiowide', cursive;
	color: #119C94;
}

p {
   text-align: left;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

footer {
	background-color: #119c94;
	width: 100%;
	height: 50px;
	text-align: center;
	padding-top: 1px;
	
}

footer p {
	text-align: center;
	
}



