body{
	font-family: 'mohaveregular';
}
header.masthead {
    height: 100vh;
	width: 100%;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
	position: relative;
}
@font-face {
    font-family: 'mohaveregular';
    src: url('../fonts/mohave-regular-webfont.woff2') format('woff2'),
         url('../fonts/mohave-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/***MEDIA QUERIES***/
@media (min-width:320px){
}

@media (min-width:480px){
}

@media (min-width:768px){
}

@media (min-width:992px){
}

@media (min-width:1200px){
}