/* Responsive site for screen 768px */

#long {
	display: block;

}

#short {
	display: none;
}
	
#wrapper {
	width: 95%;
}

header {
	height: 150px;
}
	
#navwrap {
	width: 560px;
}
	
nav a {
	width: 90px;
	font-size: .7em;
}
	
nav {
	padding-top: 1px;
	height: 75px;
}
	
section {
	width: 49%;
	float: left;
}
	
main {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
