.fonts-loaded .top-header h1 {
    font-family: 'BlackoakStd';
}

body {
    margin-top:2%;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

img {
    max-width: 100%;
}

.open-sans {
    font-family: 'Open Sans', sans-serif;
}

#header {
    text-align: center;
}

/* to speed up fitty font resizing:*/
.fit {
    display: inline-block;
    white-space: nowrap;
}

.top-header h1 {
    color: #030303;
    text-transform: uppercase;
    font-size: 90px;
    line-height: 75px;
    margin-bottom: -2px;
}

.top-header h1 span {
    color: #f79320;
}

.top-header hr {
    border-color: #2d2a2b;
    border-width: 13px;
    margin: 0px 0 10px 0;
}

.left-side {
    background: url(../images/womanbg.png) no-repeat 400px top;
    height: 800px;
    font-size: 18px;
}

.left-side h2 {
    border-bottom: solid 5px #ea3022;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-top: 10px;
}

.left-side h3 {
    margin: 0;
}

.left-side strong {
    margin-bottom: 10px;
    display: block;
}

.left-side p {
    margin-bottom: 17px;
}

.left-side .content {
    width: 379px;
}

.one-million {
    font-size: 20px;
}

.right-side {
    border: solid 5px #BCBCBE;
    border-radius: 10px;
    padding: 0;
    float: left;
    width: 100%;
}

.right-side h1 {
    background: #179900;
    color: #fff;
    margin-top: 0;
    padding: 10px 0;
    font-size: 28px;
}

.btn.zip-code {
    background: #bcbdbd;
    border-radius: 0;
    color: #353535;
    font-size: 16px;
    padding: 10px 30px;
}

footer {
    background: #f79320;
    color: #fff;
    padding: 10px 15px;
}

.mobile-show {
    display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .top-header h1 {
        font-size: 49px;
    }

    .left-side {
        background: url(../images/womanbg.png) no-repeat 270px top;
    }

    .left-side .content {
        width: 240px;
    }

    .left-side h1 {
        font-size: 31px;
    }

    .left-side p {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .top-header h1 {
        font-size: 29px; /*line-height: 30px;*/
    }

    .left-side {
        background: none;
        float: left;
        height: auto;
    }

    .left-side .content {
        width: 100%;
        padding: 0 15px;
    }

    .right-side {
        float: left;
        clear: both;
        margin-left: 15px;
    }

    .desktop-show {
        display: none;
    }

    .mobile-show {
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .top-header h1 {
        font-size: 21px;
    }

    .left-side h1 {
        font-size: 25px;
    }

    .left-side h3, .left-side h2 {
        font-size: 18px;
    }

    .left-side .content {
        padding: 0;
    }

    .right-side {
        width: 94%;
        margin: 0 3%;
    }

    .mobile-show {
        display: inline-block;
    }
}