/* CSS Document */
.masthead {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.masthead .hmy-content {
	padding: 5px 10px !important;
}

body {
	padding-top: 130px;
}
