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

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

body {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 21px;
    color: #313131;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

small {
    font-size: 50%;
}

.container {
    max-width: 100%;
}

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

.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-w-background {
    margin-top: 65px;
    background-color: rgba(0,0,0,0.4);
}

h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}


h2 {
    font-size: 31px;
    font-weight: 600;
    color: #303f23;
    text-transform: uppercase;
    margin: 50px 0 30px;
}

h3 {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

ul {
    width: 100%;
    padding: 0;
    margin: 10px 0 30px;
    list-style-position: inside;
}

li {
    font-weight: 600;
    font-size: 26px;
}

li span {
    color: #88b360
}

li img {
    margin-right: 7px;
}

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

textarea {
    resize: none;
}

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

input[type="submit"] {
    background-color: #88b360;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    padding: 3px 30px;
    border-radius: 0;
    margin-bottom: 10px;
}

input.error, textarea.error {
    border-color: red !important;
    margin-bottom: 0;
}

label.error {
    font-weight: 400;
    font-size: 11px;
    color: red !important;
    margin-bottom: 10px;
}

.form-w-background {
    background-color: rgba(0,0,0,0.4);
    margin-bottom: 100px;
}

.first-section {
    background-image: url('../img/woman-eating-healthy-breakfast.jpg');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}

.second-section-header {
    font-size: 43px;
    margin-top: 50px;
}

.second-section {
    background-image: url('../img/healthy-smooties.jpg');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}

.second-section-text {
    font-size: 26px;
    color: #000;
    padding-top: 60px;
    padding-bottom: 140px;
}