@charset "UTF-8";

/* Layout Medium Screens */

header {
	height: 376px;
	background-repeat: no-repeat;
	background-position: center 60px;
	background-image: url(../assets/Tulips_in_Turquoise-500x376-home.jpg);
	background-size: 500px 376px;
	background-attachment: fixed;
	margin-top: 0px;
	padding-top: 80px;
	border-bottom: 1px solid #FFFFFF;
}



nav {  top: 460px; }
nav a {
	margin-right: 20px;
	font-size: 1.2em;
}


body { background-image: none; }

h1 {
	font-size: 3em;
	margin-top: 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)
{

	
}
