

@media only screen and (max-width: 1000px) {
    header.page_header {
        position: fixed !important; 
    }
    
    .content {
        margin-top: 100px !important;    
    }
    
    header.has_top ~ .content {
        margin-top: 130px !important;    
    }
}