/* CSS Document */
.masthead {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
}

/* Default is 5px 10px !important; */
.masthead .hmy-content {
	padding: 5px 10px !important;
}

.masthead2 {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
}

#banner2 {
background-color: rgba(0,0,0,0.3); /*Allows BG to Peek Through*/
}

.masthead2 .hmy-section {
background-color: rgba(0,0,0,0.6); /*Allows BG to Peek Through*/
}
.masthead2 .hmy-content {
	padding: 0px 20px !important;
}

/* If masthead - include custom if not, don't. Default is 106px. Or make below = zero px*/
body {
	padding-top: 200px;
}


@media only screen and (min-width: 0px) and (max-width: 768px) {

}