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

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

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

#smalltext2 {
    float: left;
    height: auto;
    margin-left: 30px;
    margin-top: 0px;
    clear: none;
    width: 1270px;
    display: block;
    margin-right: 0px;
}

#smalltext3 {
    float: left;
    font-size: 22px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 30px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(57, 79, 128);
    margin-right: 0%;
    text-transform: none;
}

#smalltext4 {
    float: left;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 25px;
    margin-left: 0%;
    margin-top: -10px;
    clear: both;
    min-height: 0px;
    margin-right: 0px;
    color: rgb(97, 97, 97);
	margin-bottom: 0px;
}

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

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

    #smalltext1 {
        width: 90%;
    }
}

@media only screen and (max-width: 500px) {
    #smalltext2 {
        margin-top: 0px;
        width: 92.815984%;
        margin-left: 20px;
    }

    #smalltext4 {
        font-size: 14px;
        line-height: 22px;
    }
}

