@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,300,200);
@media only screen and (max-width:480px){
.header {
	width: 310px !important;
}
.logo {
	display: block !important;
}
.navsocial {
	display: none !important;
}
.nav {
	display: block !important;
	font-size: 16px !important;
	text-align: center !important;
	width: 300px !important;
}
.navitem {
	display: block !important;
	width: 300px !important;
	margin-bottom: 10px !important;
	margin-left: 5px !important;
	text-align: center !important;
	margin-right: 5px !important;
}
.navitem:hover{
	border-bottom: 1px solid !important;
}
}