article, aside, figure, footer, header, hgroup, nav, section { display:block; }

body {
 margin: 0;
 padding: 0;
 font-family: 'Didact Gothic', sans-serif;
 background:white;
 box-sizing:border-box;
}

.row{
clear:both;
background:white;
border-bottom:none;
box-sizing:border-box;
}

p#logo{
position:absolute;
padding:0;
margin:0;
width:25%;
top:1em;
left:5%;
}

p#logo a{
text-decoration:none;
}

@media (min-width:800px) 
{
	p#logo{
	width:15%;
	}
}

@media (min-width:1500px) 
{
	p#logo{
	width:10%;
	}
}









