/*
******************
My User Classes
******************
*/

.masthead {
position: fixed;
z-index: 100;
top: 0;
left: 0;
width: 100%;
box-sizing: border-box;
}
.masthead .hmy-content {
padding: 5px 5px !important;
}
body {
padding-top: 101px;
}