@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'RockwellStdRegular';
    src: url('../fonts/rockwellstd-webfont.eot');
    src: url('../fonts/rockwellstd-webfont.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/rockwellstd-webfont.woff') format('woff'),
        url('../fonts/rockwellstd-webfont.ttf') format('truetype'),
        url('../fonts/rockwellstd-webfont.svg#RockwellStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITCAmericanTypewriterStdMd';
    src: url('../fonts/americantypewriterstd-med-webfont.eot');
    src: url('../fonts/americantypewriterstd-med-webfont.eot?#iefix')
            format('embedded-opentype'),
        url('a../fonts/mericantypewriterstd-med-webfont.woff') format('woff'),
        url('../fonts/americantypewriterstd-med-webfont.ttf') format('truetype'),
        url('../fonts/americantypewriterstd-med-webfont.svg#ITCAmericanTypewriterStdMd')
            format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITCAmericanTypewriterStdBold';
    src: url('../fonts/americantypewriterstd-bold-webfont.eot');
    src: url('../fonts/americantypewriterstd-bold-webfont.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/americantypewriterstd-bold-webfont.woff') format('woff'),
        url('../fonts/americantypewriterstd-bold-webfont.ttf')
            format('truetype'),
        url('../fonts/americantypewriterstd-bold-webfont.svg#ITCAmericanTypewriterStdBold')
            format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
#header {
    font-weight: bold;
    margin-bottom: 40px;
}

.left_side {
    width: 60%;
}

.right_side {
    width: 30%;
}

.contentContainer {
    padding: 30px;
}

.inner_main_container {
    padding: 0px 20px 0px 35px;
}

.inner_main_container a:link,
.inner_main_container a:visited {
    color: #437cb1;
    text-decoration: underline;
    font-weight: bold;
}

.inner_main_container a:hover,
.inner_main_container a:active {
    color: #437cb1;
    text-decoration: none;
    font-weight: bold;
}

#footer {
    font-size: 12px;
    color: #b4a77c;
}

#footer a:link,
#footer a:visited {
    color: #b4a77c;
    font-size: 12px;
    text-decoration: underline;
}

#footer a:hover,
#footer a:active {
    color: #b4a77c;
    font-size: 12px;
    text-decoration: none;
}

.copyright {
    padding: 20px 30px;
    line-height: 16px;
}

.top_row {
    text-align: center;
    padding: 40px 35px 0px 35px;
    line-height: 40px;
    letter-spacing: 1px;
}

.logo h1 a:link,
.logo h1 a:visited,
.logo h1 a:hover,
.logo h1 a:active {
    text-decoration: none;
    color: #000;
}

h1 {
    font-size: 24px;
    font-family: 'RockwellStdRegular';
    color: #000;
    margin: 0px;
    font-weight: normal;
}

h2 {
    font-size: 23px;
}

.bottom_row {
    float: left;
    color: #41454b;
    font-weight: bold;
    padding: 33px 35px 0px 35px;
}

.gecko .bottom_row {
    padding-top: 40px;
}

.win.gecko .bottom_row {
    padding-top: 32px;
}

.navigation {
    font-family: 'RockwellStdRegular';
    width: 80%;
    margin: 45px auto 0px auto;
    font-size: 17px;
}

.navigation a:link,
.navigation a:visited {
    color: #726111;
    font-size: 21px;
    text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
    color: #726111;
}

.navigation ul {
    display: flex;
    list-style: none;
}

.navigation ul li {
    margin-right: 40px;
    padding-bottom: 5px;
}

.navigation ul li.current {
    border-bottom: 4px solid #726111;
}

.address {
    font-size: 16px;
    line-height: 25px;
    margin: 20px 0;
}

.contact_form h2 {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    background-image: none;
    color: #726111;
}

.stripe {
    background-color: #eeeee0;
}

.mainContainer {
    width: 100%;
}

#main_content {
    font-size: 16px;
    color: #333;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.mainContainer {
    width: 70%;
    margin: 0 auto;
    background-color: #fcefc3;
    margin-bottom: 40px;
    border-radius: 5px;
}

.phone {
    color: #000;
    font-size: 27px;
    font-family: 'RockwellStdRegular';
}

img {
    max-width: 100%;
    height: auto;
}

.form-line {
    padding-right: 0;
}

.form-input,
.form-textarea,
.form-textbox {
    width: 100% !important;
}

.supernova .form-all {
    box-shadow: none !important;
}

.left_side .testimonial {
    margin-bottom: 60px;
}

.left_side .testimonial img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 360px) {
    .form-input,
    .form-textarea,
    .form-textbox {
        width: 100% !important;
    }
    .supernova .form-all {
        box-shadow: none !important;
    }
    .form-line {
        padding-right: 0;
    }
    h1 {
        font-size: 25px;
        line-height: 32px;
        font-family: 'RockwellStdRegular';
        color: #000;
        margin: 0px;
        font-weight: normal;
    }
    h2 {
        font-family: 'ITCAmericanTypewriterStdMd';
        font-weight: normal;
        font-size: 23px;
        color: #42464c;
        margin: 0px 0px 20px 0px;
        background-image: url(../images/gray-bullet.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding: 5px 0px 0px 25px;
        font-weight: normal;
        line-height: 32px;
    }

    .left_side {
        margin-right: 0;
        line-height: 24px;
        width: 100%;
    }

    .right_side {
        width: 100%;
    }

    .mainContainer {
        width: 100%;
        margin-bottom: 0;
    }
    .navigation {
        font-family: 'RockwellStdRegular';
        width: 100%;
        margin: 45px auto 0px auto;
        font-size: 17px;
    }

    .flexContainer {
        display: flex;
        flex-direction: column;
    }

    .phone {
        font-size: 23px;
    }

    .address {
        font-family: 'RockwellStdRegular';
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 23px;
    }

    .left_side {
        width: 60%;
        margin-right: 40px;
    }
    .right_side {
        width: 40%;
    }
    .mainContainer {
        width: 80%;
    }

    .navigation {
        font-family: 'RockwellStdRegular';
        width: 80%;
        margin: 45px auto 0px auto;
        font-size: 17px;
    }

    .flexContainer {
        display: flex;
        flex-direction: row;
    }

    .phone {
        font-size: 33px;
    }

    .address {
        font-size: 22px;
    }
}
