@media screen and (max-width: 1002px) {

	#nav-wrapper {
		display: none;
		}
		
	#main {
		margin-top: 0 !important;
		}
		
	#logo-wrapper {
		height: auto !important;
		margin-bottom: 10px;
		}


}