html {
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden !important;
    padding: 0 !important;
}

body#home.modal-open {
    padding-right: 0 !important;
}

/*
--- NAV ---
*/

#main-nav {
    /* background-color: rgb(255, 236, 180) !important; */
    padding-right: 0 !important;
    margin-top: 62px;
}

@media (min-width: 360px) {
    #main-nav {
        margin-top: 31px;
    }
}

.socials {
    /* background-color: rgb(198, 255, 180) !important; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

@media (min-width: 500px) {
    .s-container {
        text-align: right !important;
    }
}

.social i {
    font-size: 14px;
}

.social {
    font-size: 14px;
    color: white;
    margin-right: 0 !important;
    margin-left: 16px !important;
}

.social:hover {
    color: white;
}

#main-nav ul li a {
    transition: .3s;
    font-weight: bold;
}

button.navbar-toggler {
    outline: none;
    transition: .3s;
}

button.navbar-toggler:hover {
    background-color: rgb(0, 158, 71);
}

.navMargin {
    height: 121px;
    background-color: rgb(245, 252, 255) !important;
}

.navMargin2 {
    height: 121px;
    background-color: white !important;

}

@media (min-width: 360px) {
    .navMargin {
        height: 90px;
    }

    .navMargin2 {
        height: 90px;

    }
}

@media (max-width:600px) {
    #main-nav {
        padding-right: 16px !important;
    }
}

/*
--- HEADER ---
*/

/* header {
    background-image: url('../img/jumbo.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
} */

.newHeader {
    margin-top: 121px;
    background-image: url("../img/kolazkprostokat.jpg");
    background-size: cover;
    background-position: center;
}

@media (min-width: 360px) {
    .newHeader {
        margin-top: 90px;
    }
}

@media (orientation: portrait) {

    .newHeader img {
        width: 30%;
    }
}

@media (orientation: landscape) {

    .newHeader img {
        width: 20%;
    }
}

.headerOptions {
    background-image: url("../img/baloons.jpg");
    background-size: cover;
    background-position: center;
}


.jumbotron {

    background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 360px) {
    .jumbotron h1 {
        font-size: 45px;
    }
}

@media (max-width: 360px) {
    .jumbotron {
        text-align: center;
    }
}

.jumbo {
    background-image: url("../img/gradient.jpg");
    background-size: cover;
    background-position: center;
}

/*
--- ABOUT SECTION ---
*/

#about-section {
    background-color: rgb(245, 252, 255) !important;
}

.about-logo {
    width: 80%;
    background-color: rgba(36, 21, 5);
}

.about-logo img {
    opacity: .6;
}

/*
--- OFFER SECTION ---
*/

.card-deck div.card {
    min-width: 30%;
}

@media (min-width: 992px) {

    .card-deck div.card:nth-last-of-type(1) {
        max-width: 30%;
        margin-right: auto !important;
    }

    .card-deck div.card:nth-last-of-type(2) {
        max-width: 30%;
        margin-left: auto !important;
    }
}

.ekko-lightbox.modal {
    overflow-y: hidden;
}

.card a {
    overflow: hidden;
}

.card a img {
    transition: .3s;
}

.card a:hover img {
    transform: scale(1.1);
    filter: saturate(170%);
    filter: brightness(120%);
}

button.close {
    outline: none;
}


/*
--- PRICE SECTION ---
*/

#price-section {
    background-color: rgb(245, 252, 255) !important;
}

p.gap {
    margin-bottom: 0;
}

/*
--- CONTACT SECTION ---
*/

.card1 {
    background-color: rgb(255, 92, 92);
    transition: .3s;
}

.card1:hover {
    text-decoration: none;
    background-color: rgb(224, 49, 49);
}

.card2 {
    background-color: rgb(60, 175, 66);
    transition: .3s;
}

.card2:hover {
    text-decoration: none;
    background-color: rgb(39, 150, 35);
}

@media (max-width: 991px) {

    .card-deck a {
        min-width: 35%;
    }
}

i {
    font-size: 40px;
}

/*
--- FOOTER ---
*/

footer {
    text-align: center;
    background-color: rgb(16, 59, 16) !important;
}


footer a {
    color: rgb(255, 50, 50);
}

footer a:hover {
    color: rgb(255, 50, 50);
    text-decoration: none;
}

@media (min-width: 1200px) {

    .footer-filler {
        height: 50px;
    }
}