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

#footer {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    min-height: 45px;
    background-color: rgb(66, 196, 158);
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer_txt_01 {
    float: none;
    font-size: 13px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    font-family: 'Open Sans Semibold';
    color: rgb(4, 128, 92);
}

@media only screen and (max-width: 768px) {
    .primaryContainer {
        position: relative;
    }
}

