﻿#header.alt {
	background-color: transparent;
	min-height:initial;
}

@media screen and (max-width: 736px) {
    #header.alt {
        background-color: #1E2832;
        min-height: 96px;
    }
}