@import url('https://fonts.googleapis.com/css?family=Archivo+Black|Patua+One|Questrial');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #505050;
    z-index: 50;
}
body {
    font-family: 'Questrial', sans-serif !important;
    font-size: 16px;
}
nav {
    text-align: center;
    padding: 1rem;
    background-color: #000;
}
nav a {
    color: #fff;
    text-transform: uppercase;
    padding: 1rem 5rem;
    font-size: 2rem;
    font-family: 'Patua One', cursive;
}
nav a:hover,
nav a:focus,
nav a:active {
    color: #f7f6f6;
}
h2 {
    color: #000;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: 'Patua One', cursive !important;
    text-align: center;
}
p {
    line-height: 2rem;
}
p a,
p a:hover {
    color: #263238;
}
.form-banner {
    position: relative;
    text-align: right;
    margin: 0 auto;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.headline {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    text-align: right;
    padding-top: 10rem;
}
.headline ul li {
    list-style: none;
    font-family: 'Patua One', cursive;
    font-size: 2rem;
    color: #000;
}
.headline ul .fa {
    color: #F84D05;
}
.form-banner h1 {
    font-size: 8rem;
    color: #F84D05;
    line-height: 7rem;
    font-family: 'Patua One', cursive;
    text-transform: uppercase;
    text-shadow:
       1px 1px 0 #fff,
     -1px -1px 0 #fff,  
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;
}
.form-banner h1 span {
    font-size: 4rem;
    color: #fff;
    text-shadow: none;
}
.form-banner .product-image {
    height: 350px;
    margin-top: 3rem;
}
.lead-image {
    position: absolute;
    height: 100%;
    width: auto;
    left: -10rem;
    bottom: 0;
    top: 0;
    z-index: -1;
}
form {
    height: 660px;
    display: inline-block;
    width: 340px;
    border: 10px solid #000;
    border-top: 35px solid #000;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    margin: 2rem;
    box-shadow: 2px 2px 25px 0px rgba(62, 61, 62, 0.92);
}
form img {
    max-width: 100%;
}
form label {
    color: #fff;
}
form input,
form select {
    border-radius: 0 !important;
    -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
form p {
    display: block;
    font-size: 2.4rem;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin-top: -20px;
    padding: 2rem 0;
    font-family: 'Patua One', cursive;
    box-shadow: 2px 20px 36px -18px rgba(61,59,61,0.92);
}
form p span {
    font-size: 3rem;
    font-weight: bold;
    line-height: 4rem;
    color: #fff;
}
form label {
    font-size: 1.5rem;
}
.form-button,
.button {
    display: inline-block;
    color: #fff;
    background-color: #F84D05;
    text-transform: uppercase;
    padding: 1rem;
    border: none;
    margin: 1rem 0;
    font-size: 2rem;
    font-family: 'Patua One', cursive;
    transition: 250ms all ease;
}
.button {
    background-color: #F84D05;
}
.form-button:hover,
.button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff2c1d;
}
.form-button:focus {
    outline: none;
}
.bulletpoints {
    list-style: none;
    text-align: center;
    padding: 3rem 1rem;
    background-color: #000;
    margin: 0;
}
.bulletpoints li {
    display: inline-block;
    width: 24%;
    color: #fff;
    padding: 2rem;
    font-size: 2rem;
    font-weight: bold;
    vertical-align: top;
    text-transform: uppercase;
}
.bulletpoints .fa {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 1rem;
}
.split-section {
    display: table;
    width: 100%;
    vertical-align: middle;
    background-color: #f7f6f6;
}
.split-section article,
.split-section img {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.wide-article {
    width: 1100px;
    margin: 0 auto 3rem auto;
}
.wide-article h2 {
    text-align: center;
}
article {
    padding: 4rem 6rem;
}
article h2 {
    margin-bottom: 3rem;
    margin-top: 3rem;
    text-align: left;
}
article ul li {
    list-style: none;
}
article ul li .fa {
    margin-right: 1rem;
}
.product-section {
    width: 750px;
    padding: 3rem;
    margin: 3rem auto;
    text-align: center;
    background: linear-gradient(to bottom, rgb(253, 253, 253) 0%,rgb(245, 245, 245) 100%);
}
.product-section div {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}
.product-section img {
    width: 160px;
    text-align: left;
}
.ingredients li {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    text-align: center;
    padding: 3rem 1rem;
    background-color: #F7F6F8;
}
.ingredients li span {
    font-weight: bold;
    font-size: 2rem;
    color: #000;
}
.ingredients li img {
    margin: 2rem 0;
}
.ingredients li p {
    text-align: left;
}
.reasons {
    text-align: center;
    margin-bottom: 2rem;
}
.reasons ul {
    display: inline-block;
    width: 300px;
    list-style: none;
    padding: 2rem;
    vertical-align: middle;
}
.reasons ul:first-child {
    text-align: right;
}
.reasons ul:nth-child(3) {
    text-align: left;
}
.reasons ul li {
    margin: 2rem 0;
    font-weight: bold;
    border-bottom: 4px solid #ccc;
}
.reasons ul li span {
    font-size: 3rem;
    font-family: 'Patua One', cursive !important;
    color: #000;
}
.reasons img {
    width: 200px;
    padding: 2rem;
}
.testimonials {
    background-color: #F7F6F8;
    padding: 3rem 2rem;
}
.testimonials h2 {
    margin-bottom: 4rem;
}
.testimonials blockquote {
    margin: 0;
    border: none;
    font-style: italic;
}
.testimonials li {
    display: inline-block;
    width: 33%;
    padding: 0 2rem;
    vertical-align: top;
}
.testimonials span {
    display: block;
    text-align: right;
    margin-bottom: 3rem;
    font-style: italic;
}
footer {
    background-color: #f7f6f6;
    padding-top: 2rem;
}
footer a,
footer a:hover {
    color: #000;
}
#shipping-form-lg {
    display: none;
}
@media (min-width: 1500px) {
    form {
        margin-right: 12%;
    }
    .form-banner .product-image {
        margin-top: 4rem;
    }
    .headline {
        width: 50%;
    }
}
@media (max-width: 1300px) {
    .form-banner h1 {
        font-size: 7rem;
    }
    .lead-image {
        left: -24rem;
    }
}
@media (max-width: 1100px) {
    article {
        padding: 2rem;
    }
    .wide-article {
        width: 100%;
        padding: 2rem;
    }
}
@media (max-width: 1000px) {
    nav {
        padding: 0.5rem 0;
    }
    nav a {
        padding: 1rem;
    }
    .banner {
        display: block;
        width: 100%;
    }
    .headline {
        width: 48%;
        padding-top: 5rem;
    }
    .split-section article,
    .split-section img {
        display: block;
        width: 100%;
    }
    .form-banner .product-image {
        height: 275px;
        top: 21rem;
        right: 400px;
    }
    .bulletpoints li {
        padding: 2rem 0.5rem;
    }
    .ingredients li {
        width: 49%;
    }
}
@media (max-width: 800px) {
    .form-banner {
        width: 100%;
        text-align: center;
    }
    .headline {
        position: relative;
        width: 100%;
        padding-top: 0;
        padding: 0 4rem;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .form-banner {
        position: relative;
        text-align: center;
        margin: 0 auto;
    }
    .form-banner::before {
        background-image: none;
    }
    .form-banner h1 {
        font-size: 4rem;
        line-height: 5rem;
    }
    .form-banner h1 span {
        font-size: 4rem;
    }
    .form-banner .product-image {
        margin-top: 0;
    }
    .lead-image {
        display: none;
    }
    .wide-article h2 {
        text-align: left;
    }
    .headline ul {
        margin: 0;
    }
    .product-section {
        width: 100%;
    }
    .bulletpoints li {
        display: block;
        width: 100%;
    }
    .testimonials li {
        display: block;
        width: 100%;
    }
}
@media (max-width: 600px) {
    nav a {
        font-size: 1.5rem;
    }
    .headline {
        padding: 0 1rem;
    }
    form {
        width: 90%;
    }
    form p {
        font-size: 2.5rem;
    }
    form p span {
        font-size: 3rem;
    }
    .product-section img {
        width: 150px;
    }
    .ingredients li {
        width: 100%;
    }
}
@media (max-width: 400px) {
    nav a {
        padding: 0.5rem;
        font-size: 1.4rem;
    }
}