@media(min-width: 1024px){
	body:not(.home) #site-header {
			margin-bottom: 200px;
	}	
}

@media(max-width: 1023px){
	body:not(.home) #site-header {
			margin-bottom: 70px;
	}	
}
