/* 
Colors
med blue: 3447e4
pink: ea068c
dark blue: 283a90

*/

body {
	background-color: #000;
}

#main {
	background-color: #fff;
	background-image: url("../img/background-blue.png");
}

#center-col h2 {
	color: #000;
}

header {
	background-image: url("../img/left-top-3blue.png");
	background-repeat: no-repeat;
	color: #000;
}

a:link, a:visited {
	color: #3447e4;
}

a:hover, a:active {
	color: #ea068c;
}

/* only displays on 480px or smaller viewports)*/
@media (max-width: 690px) {  
	#horizontal-bar-mobi {
		background-image: url("../img/background-blue-mobi.png");
	}
}
 
#horizontal-bar a, #horizontal-bar a:visited {
	color: #fff;
	text-decoration: underline;
}

#horizontal-bar a:hover, #horizontal-bar a:active {
	color: #fff;
	text-decoration: underline;
}

nav a:link, nav a:visited {
	color: #000;
}

nav a:hover, nav a:active {
	color: #3447e4;
}

nav a:active {
	font-weight: bold;
}

footer {
	color: #000;
}

footer p a {
	color: #000;
}


