@media screen and (min-width: 1110px) {
    header > div.topcontentSection > div {
        width:1080px;
    }

    .rightHeaderSection {
        width:650px;
    }

    header > div.belowContentSection > div {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contentContainer {
        width:980px;
    }

    .smallSection {
        width:300px;
    }

    .leftContentSection {
        width:680px;
    }
}


@media screen and (max-width: 1109px) {
    header > div.topcontentSection > div {
        width:980px;
    }

    .rightHeaderSection {
        width:650px;
    }

    header > div.belowContentSection > div {
        width:960px;
    }

    .contentContainer {
        width:980px;
    }

    .smallSection {
        width:300px;
    }

    .leftContentSection {
        width:680px;
    }
}

@media screen and (max-width: 979px) {
    header > div.topcontentSection > div {
        width:100%;
    }

    .rightHeaderSection {
        width:67%;
    }

    header > div.belowContentSection > div {
        width:98%;
    }

    .contentContainer {
        width:98%;
    }

    .smallSection {
        width:27%;
    }

    .leftContentSection {
        width:65%;
    }
}

@media screen and (max-width: 640px) {
    header > div.topcontentSection > div {
        width:100%;
    }

    .rightHeaderSection {
        width:100%;
    }

    header > div.belowContentSection > div {
        width:98%;
    }

    .contentContainer {
        width:98%
    }

    .smallSection {
        width:98%;
    }

    .leftContentSection {
        width:96%;
    }

    .rightContentSection{
        float:left;
        margin: auto;
    }

    .oneThird{
        width: 95%;
    }

    .twoThird{
        width: 95%;
    }
}