.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-image:url("img/backgroundnew%201.jpg");
    background-position: 0% 0%;
    background-repeat: repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

#box {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 100px;
    clear: none;
    width: 1000px;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: rgb(40, 39, 39) 8px 4px 5px 1px;
    box-shadow: rgb(40, 39, 39) 8px 4px 5px 1px;
}

#image {
    float: right;
    width: 50px;
    max-width: 2024px;
    height: 50px;
    margin-left: 0px;
    margin-top: 22px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 25.59375px;
    display: block;
}

#box1 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 100px;
    clear: none;
    width: 100%;
    margin-right: auto;
    display: block;
    background-color: rgb(255, 255, 255);
}

#text {
    float: none;
    font-size: 35px;
    width: 80.217539%;
    height: auto;
    text-align: left;
    font-weight: 400;
    line-height: 50px;
    margin-left: auto;
    margin-top: 75px;
    clear: none;
    min-height: 0px;
    color: rgb(42, 40, 40);
    display: block;
    margin-right: auto;
}

#box2 {
    float: none;
    height: 12px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: auto;
}

#text1 {
    float: none;
    font-size: 25px;
    width: 80.217539%;
    height: auto;
    text-align: left;
    font-weight: 300;
    line-height: 35px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(42, 40, 40);
    display: block;
}

#box3 {
    float: none;
    height: 26px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: auto;
}

#box4 {
    float: none;
    height: 1px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 81.577158%;
    opacity: 0.27;
    display: block;
    margin-right: auto;
    background-color: rgb(42, 40, 40);
}

#box5 {
    float: none;
    height: 26px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: auto;
}

#box6 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 81.466395%;
    margin-right: auto;
}

#reservebox {
    float: none;
    height: 500px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#box7 {
    float: none;
    height: 150px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

@media only screen and (max-width: 1200px) {
    #box {
        width: 83.333333%;
    }

    #box1 {
        width: 100%;
        margin-top: 100px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        float: none;
        clear: none;
    }

    #text {
        width: 80%;
        text-align: left;
    }

    #box2 {
        width: 80%;
    }

    #text1 {
        width: 80%;
    }

    #box3 {
        width: 80%;
    }

    #box4 {
        width: 80%;
    }

    #box5 {
        width: 80%;
    }

    #box6 {
        width: 80%;
    }
}

@media only screen and (max-width: 500px) {
    #text {
        width: 95%;
    }

    #box2 {
        width: 95%;
    }

    #text1 {
        width: 95%;
    }

    #box3 {
        width: 95%;
    }

    #box4 {
        width: 95%;
    }

    #box5 {
        width: 95%;
    }

    #box6 {
        width: 95%;
    }

    #box1 {
        width: 90%;
    }
}

