body,
html {
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #000;
    width: 100% !important;
    height: 100% !important;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;

}

html {
    scroll-behavior: smooth;
}


container {
    width: 100%;
    max-width: 1920px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0;
    margin-right: 0;

}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-x: hidden;
}

.firstDiv {

    /* The image used */
    background-image:
        max-width: 1920px;
    /* Full height */
    height: 100%;

    padding-bottom: 50px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

}

.firstDiv img {
    margin: 0 auto;
    max-height: 350px;

}


.firstDiv h1 {
    text-align: center;
    font-weight: 600;
    color: ;
    font-size: 28px;
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;


}


.firstDiv h2 {
    text-align: center;
    font-weight: 600;
    color: ;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 50px;


}

.connect {
    text-align: center;
}

.connect a {
    margin-bottom: 25px;
}

svg {
    background-color: #fff;
    max-height: 20px;
    color: #fff !important;
}

.orderOnlineButton,
.fbButton {

    width: 35%;
}

.secImageRow {
    margin-top: 30px;
    margin-bottom: 50px;
}


@media only screen and (min-width: 768px) {

    .orderOnlineButton,
    .fbButton {

        width: 75%;
    }
}

@media screen and (max-width: 600px) {


    .orderOnlineButton,
    .fbButton {

        width: 100%;
    }

}
