.home .wrap{
		top: 0;
}
@media only screen and (max-width: 991px){
		body > header a.brand {
				top: 38px;
		}
		.wrap{
				top: 78px
		}
}
@media only screen and (min-width: 992px){
		.wrap{
				top: 125px
		}
}