@media only screen and (max-width: 768px) {
    #hm {
        position:fixed;
        width:100%;
        top:0;
        background-color:white;
    }
    .page-header, .jobs {
        margin-top:14vh;
        margin-bottom: 14vh;
    }
}