body{
    overflow-x: hidden;
}
.navbar{
    position: fixed;
    width: 100%;
    background-color: white;
    top: 0;
}
#home{
    margin-top: 80px !important;
}
.col-6 img{
    width: 100%;
}
@media screen and (max-width: 481px) {
    .navbar{
        display: none;
    }
    #mobileNav{
        display: block !important;
        position: fixed;
        bottom: 0;
        width: 110%;
        height: 70px;
    }
    #lastPart{
        margin-bottom: 70px;
    }
    #home{
        margin: 30px 0 !important;
    }
    #home .col-6{
        width: 90%;
        margin: 0 auto !important;
    }
    #home .col-6 img{
        width: 100% !important; 
        margin: 50px 0;
    }
    #about{
        width: 110%;
        padding: 10px  10px !important;
    }
    #about .col-6{
        width: 100%;
        padding: 10px 70px;
        margin: 20px 0;
    }
    #about .col-6 img{
        width: 100%;
    }
    #services .col-4, .row, .col-12{
        width: 95%;
        margin:  20px auto;
        padding: 0 !important;
    }
    #footer{
        width: 100%;
        padding: 50px !important;
    }
    #footer .col-3{
        width: 90%;
        margin: 20px auto;
        padding: 0 !important;
    }
    #footer #none{
        display: none;
    }
    #lastPart{
        width: 100%;
        padding: 20px !important;
    }
}
@media (min-width: 482px) and (max-width: 779px){
    .navbar{
        display: none;
    }
    #mobileNav{
        display: block !important;
        position: fixed;
        bottom: 0;
        width: 110%;
        height: 70px;
    }
    #lastPart{
        margin-bottom: 70px;
    }
    #home{
        margin: -20px  0!important;
    }
    #services .col-4{
        width: 40%;
        margin:  20px !important;
        padding: 0 !important;
    }
    #footer #none{
        display: none;
    }
    #footer{
        padding-left: 80px;
    }
    #footer .col-3{
        width: 30%;
        margin: 20px 10px !important;
        padding: 0 !important;
    }
}
@media (min-width: 780px) and (max-width: 1100px){
    #services .col-4:nth-child(2){
        width: 30%;
        margin: 0 10px !important;
    }
}