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 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 40px;
}


h2 {
    font-size: 29px;
    font-weight: 800;
    color: #295170;
    text-transform: uppercase;
    margin: 50px 0 30px;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    color: #88b360;
    margin-bottom: 40px;
}

ul {
    list-style-type: none;
    width: 100%;
    padding: 0;
    display: table;
    margin: 10px 0 30px;
}

li {
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    width: 33%;
    text-align: center;
}

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;
}

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;
}

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

.second-section {
    background-image: url('../img/before-and-after.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;
}