.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

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

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

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

#box3 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
    background-image:url("img/vertline3.png");
    background-attachment: scroll;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 0% 0%;
    background-repeat: no-repeat repeat;
}

#text {
    float: left;
    font-size: 28px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 35px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 17px;
    margin-right: 0px;
    text-transform: none;
    color: rgb(254, 190, 73);
}

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

#vision {
    float: left;
    font-size: 18px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 27px;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    margin-right: 0px;
    color: rgb(255, 255, 255);
}

#box5 {
    float: left;
    height: 50px;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
    margin-right: 0px;
}

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

#box7 {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: none;
    width: 100%;
    display: block;
}

#box8 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: 0%;
    background-image:url("img/vertline3.png");
    background-attachment: scroll;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 0% 0%;
    background-repeat: no-repeat repeat;
}

#text1 {
    float: left;
    font-size: 28px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 35px;
    margin-left: 0px;
    margin-top: 6px;
    clear: none;
    min-height: 17px;
    margin-right: 0px;
    text-transform: none;
    color: rgb(254, 190, 73);
}

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

#text2 {
    float: left;
    font-size: 18px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 27px;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    margin-right: 0px;
    color: rgb(255, 255, 255);
}

@media only screen and (max-width: 1200px) {
    #box {
        margin-top: 0px;
        width: 100%;
    }

    #box1 {
        width: 100%;
    }

    #box2 {
        width: 100%;
    }

    #box3 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        background-image:url("img/blankk%201.png");
        background-attachment: scroll;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: 0% 0%;
        background-repeat: no-repeat repeat;
    }

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

    #vision {
        text-align: left;
    }

    #box6 {
        width: 100%;
    }

    #box7 {
        width: 100%;
    }

    #box8 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        background-image:url("img/blankk%201.png");
        background-attachment: scroll;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: 0% 0%;
        background-repeat: no-repeat repeat;
    }

    #text1 {
        width: 100%;
        text-align: left;
    }

    #text2 {
        text-align: left;
    }
}

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

    #box6 {
        width: 100%;
    }
}

