html body div.rv-moduole {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body div.rv-module {
    width: calc(100% - 50px) !important;
}

body div.rv-content {
    width: calc(100% - 30px) !important;
}

body .image1 .image1internal {
    background-size: cover;
}

.botnav .navbar {
    margin-left: 25%;
}

.botnav {
    width: 100%;
    height: 100px;
    z-index: 100;
    float: left;
}


@media (max-width: 1100px) {

    body .rv-inner-content {
        width: 100% !important;
    }

    body div.rv-content, body div.rv-module {
        margin: 0px auto !important;
        width: 100% !important;
    }

    body .image1 .image1internal {
        height: 300px !important;
    }

    body .image1 {
        height: 300px !important;
    }

    .image1 {
        padding-top: 55px;
    }

}
