@charset "UTF-8";
/* CSS Document 
Aqua		53C5D1
*/



header {
	background-image: url(images/dbo-construction.png);
	background-repeat: no-repeat; background-size: cover;}

header h1, header h2 { color: #fff; font-weight: normal;  }
	
article { width: 80%; margin: 0 auto; }		
	
	
#bannercontent { width: 340px; margin-left: 20%; padding: 6% 0; }
#bannercontent h1 { text-transform: uppercase; }


section { padding: 1em 0; }
section:nth-child(3) {background: #ccc; }


a {}
a:link, a:visited  { color: #000; }
a:hover { color: #53C5D1; }
