@media (max-width:575px){ 
    body#body .page-wrapper#pageWrapper footer.main-footer{
        z-index: 0 !important;
        bottom: 0px !important;
    }
    #topbar{
        z-index: 20 !important;
    }
    #mainHeader{
        z-index: 2 !important;
    }
    #mainContent > section:nth-child(2) > div > div > div > h2{
        margin-top:30px;
        font-size: 20px;
    }
    #mainContent > section:nth-child(2) > div > div > div > p{
        line-height: 19px;
    }
    
    .parallax{
        height: 700px !important;
    }
    main{
        margin-bottom:425px !important;
    }
    #pageWrapper > footer > div.container > div > div > div.col-md-6.col-sm-6.pb-50{
        display: none;
    }
    #pageWrapper > footer > div.container > div > div > div:nth-child(1){
        display: none;
    }
    #pageWrapper > footer > div.container > div > div > div:nth-child(3){
        margin-top: 25px !important;
    }
    #mainContent > section:nth-child(6) > div > div > div > p{
        font-size: 21px !important;
    }
    #mainContent > section:nth-child(2){
        height: 850px !important;
    }
    #mainContent > section:nth-child(4){
        height: 400px !important;
    }
    #mainContent > section:nth-child(1) > div > div > div > h1{
        font-size: 40px;
    }
    #mainContent > section:nth-child(1){
        height: 400px !important;
    }
    .bg-yellow{
        background-color: #ffa700 !important;
        background-image: none !important;
    }
    .bg-gray{
        background-color: #323232 !important;
        background-image: none !important;
    }
}