@charset "UTF-8";

/* Layout Medium Screens */

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

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



nav {  top: 100px; }
nav a {
	margin-right: 20px;
	font-size: 1.2em;
	display: inline-block;
	float: right;
}


body { background-image: none; }

h1 {
	font-size: 2.5em;
	margin-top: 20px;
	margin-left: 20px;
}
h2 {

	margin-top: 20px;
	margin-left: 20px;
}


@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)
{

	
}
