@media (max-width: 320px) {

    .mastergap {
        margin-bottom: 20px;
    }

}

@media (max-width: 480px) {

    .mastergap {
        margin-bottom: 20px;
    }

}

@media (max-width: 768px) {

    .mastergap {
        margin-bottom: 60px;
    }

    h1 {
        font-size: 30px !important;
    }
    
}

@media (max-width: 992px) {

    .mastergap {
        margin-bottom: 80px;
    }

    h1 {
        font-size: 40px !important;
    }
    
    #hamburger {
    	display: block !important;
    }
    
    #mainmenu {
    	display: none;
    }

}

@media (max-width: 1200px) {

    .mastergap {
        margin-bottom: 120px !important;
    }

}