@charset "UTF-8";

/* Layout Small Screens */


header {
	height: 90px;
	background-repeat: no-repeat;
	background-position: center 80px;

	background-attachment: fixed;
	margin-top: 0px;
	padding-top: 80px;
	border-bottom: 1px solid #FFFFFF;
}


article { padding: 20px 20px 10px 20px; }

nav {
	display: block;
	position: static;
	padding: 10px 0px 10px 0px;
	background-color: #030f1c;
}

nav a {
	color: #00CCFF;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #00CCFF;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size: 1em;
}

nav a:hover { color: #fff; background-color: rgba(255,255,255,.15); }



footer {
	border-top: 1px solid #fff;
	text-align: center;
}

body {
	background-image: none;
	color: undefined;
}

h1 {
	font-size: 2em;
	margin-top: 20px;
	text-align: center;
}
h2 {
	text-align:center


}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx)
{

	
}
