body, html {
    font-size: 100%;
    box-sizing: border-box;
    height: 100%;
}

body, h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;
}

body {
    background-image: url('../img/fit-woman-with-tape-measure.jpg');
    background-size: auto 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 21px;
    color: #313131;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #313131;
}

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

small {
    font-size: 50%;
}

.container {
    max-width: 100%;
}

.form-control.error {
    border: 1px solid red !important;
    border-radius: 3px;
}

label.error {
    color: red !important;
    font-size: 12px;
}

.legal-info-open, .modal p, .modal h3, .modal h4 {
    color: #000;
    font-size: 0.8em;
}

.legal-info-open {
    line-height: 50px;
}

.modal h3, .modal h4 {
    font-weight: 700;
}

h1, h2, h3, h4, .second-section-header {
    font-weight: lighter;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4;
}

h1 {
    color: #1c6777;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 30px 0 20px;
}

h2 {
    font-size: 29px;
    font-weight: 800;
    color: #295170;
    text-transform: uppercase;

}

h3 {
    font-size: 16px;
    font-weight: 400;
    color: #5a441d;
    margin: 30px 0 30px;
}

li {
    font-weight: 600;
    color: #2b2b2b;
    padding: 5px 0;
}

li img {
    margin-right: 7px;
}

input, textarea {
    border: 1px solid #ccc !important;
    padding: 3px;
    margin-top: 10px;
}

textarea {
    resize: none;
    margin-bottom: 10px;
}

input[type="text"], textarea {
    width: 100%;
}

input[type="submit"] {
    width: 100%;
    text-align: center;
    background-color: #1c6777;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.agreement {
    font-size: 11px;
    float: right;
    width: 90%;
}

@media (min-width: 450px) {
    body {
        background-size: 300%;
    }
}

@media (min-width: 768px) {
    body {
        background-size: cover;
    }

    h1 {
        font-size: 39px;
    }

    h3 {
        font-size: 20px;
    }
}