.tilebg {
    background: url('/img/bg-fsdvd.png');
    width: calc(20vw - 20px);
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: fixed;
    z-index: -1;
    top: 0;
    background-position: 0 40%;
}

a.option_link {
    position: relative;
}

p.discount_code,
p.discount_code:hover,
p.discount_code:active {
    font-family: "arial", sans-serif;
    color: #666;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

div.layer_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}

div.layer_bg.image {
    background: url('/img/bgnew.jpg');
    opacity: 0.4;
    z-index: -1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #f60;
}

div.layer_bg.white {
    background: white;
    opacity: 1;
    z-index: -2;
}

.tilebg.bgleft {
    left: 0;
}

.tilebg.bgright {
    right: 0;
}

.option:hover {
    box-shadow: 5px 9px 15px 1px rgba(0, 0, 0, 0.75);
}

.options2 .option {
    padding: 30px 15px;
    transition: box-shadow 0.3s;
    border: 1px solid #ccc;
    margin: 1rem auto;
    background: rgba(255, 255, 255, 0.75)
}

div.options2 {
    margin: 2rem auto 5rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.options2 .image {
    padding: 0;
    margin: 0;
}

.options2 .description {
    text-align: center;
    font-family: "Fjalla One", sans-serif;
    font-size: 2em;
    margin: 10px auto;
    color: #666;
}

p.heading,
p.heading2,
p.select {
    text-align: center;
}

p.select {
    font-weight: bold;
    font-size: 1.2em;
    font-family: 'Muli', cursive;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    transform: scale(2);
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    padding: 10px;
}

div#apply_form {
    text-align: center;
}

div.formlabel {
    font-size: 125%;
    font-family: 'Muli', cursive;
    text-align: center;
    margin: auto;
    font-weight: bold;
    color: #ed202d;
}

span.green {
    color: #248e29;
}

div.forminput,
.forminput input {
    text-align: center;
    margin-bottom: 10px;
}

.forminput input {
    line-height: 20px;
}

p.heading {
    color: #1f8f24;
    text-transform: uppercase;
    margin: 0 auto;
}

div.content {
    width: 60vw;
    margin: 20px auto;
    /* border: 2px solid darkgreen; */
    padding: 20px;
    /* border-radius:5px; */
    /* background-color: white; */
    box-shadow: 5px 9px 15px 1px rgba(0, 0, 0, 0.75);
    position: relative;
}

body {
    /* background-color:#248e29; */
    background: linear-gradient(0deg, rgba(120, 120, 120, 1) 0%, rgba(200, 200, 200, 1) 100%);
    /* background-color: #f60; */
    /* margin: 0; */
}

.f60 {
    color: #f60;
}

div#apply_form input[type="text"],
div#apply_form input[type="email"],
div#apply_form textarea {
    padding: 10px;
    border-radius: 3px;
    font-size: 1.2em;
    font-family: 'Muli', cursive;
    max-width: 90%;
}

.heading2 {
    font-size: 3em;
    font-family: 'Bebas Neue', sans-serif;
    /* font-weight:bold; */
    letter-spacing: 4px;
    color: #666;
    margin: 10px auto;
    text-shadow: rgb(255 255 255) 5px 5px 5px, rgb(255 255 255) -5px 5px 5px, rgb(255 255 255) 5px -5px 5px, rgb(255 255 255) -5px -5px 5px;
}

label {
    font-family: 'Muli', cursive;
    padding: 10px;
}

.error_heading,
.success_heading {
    text-align: center;
    font-family: 'Muli', cursive;
    font-size: 1.6em;
    font-weight: bold;
}

.error_text,
.success_text,
.success_urgent {
    text-align: center;
    font-family: 'Muli', cursive;
    font-weight: bold;
}

div#apply_form textarea {
    width: 80%;
    min-height: 200px;
}

textarea::placeholder {
    text-align: center;
}

img.welcome.logo {
    display: block;
    margin: auto;
    width: 50%;
}

div.optioncontainer {
    background-color: green;
    width: 45%;
    height: 150px;
    float: left;
    margin: 20px 2.5%;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
}

div.optioncontainer:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

div.optioncontainer:hover,
div.brandscontainer:hover {
    background-color: darkgreen;
}

#formsubmit input[type="submit"] {
    font-size: 1.2em;
    margin-top: 15px;
    padding: 8px;
    font-weight: bold;
}

p.optioncontent {
    display: inline-block;
    vertical-align: middle;
    width: 95%;
    font-size: 2em;
    font-family: 'Muli', cursive;
    color: white;
    font-weight: bold;
}

.contentnote {
    font-size: 60%;
    font-weight: bold;
}

#news_logo {
    text-align: center;
}

#news_logo img {
    max-width: 14.5%;
    padding: 10px 1%;
}

.brandsheader {
    font-size: 1.6em;
    color: #248e29;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

div#formterms {
    width: 75%;
    margin: 20px auto;
    border: 1px solid gray;
    padding: 2.5%;
    font-size: 90%;
}

div.brandscontainer {
    background-color: green;
    width: 95%;
    height: 80px;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

a {
    text-decoration: none;
}

p.brandscontent {
    line-height: 80px;
    margin: 0;
    font-size: 25px;
    font-family: 'Muli', cursive;
    font-weight: bold;
    color: white;
}

.muli {
    font-family: 'Muli', cursive;
}

div.heading {
    font-size: 2em;
    font-family: 'Muli', cursive;
    font-weight: bold;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

p.dht {
    text-align: center;
    /* width:95%; */
    background-color: rgba(255, 255, 255, 0.75);
    color: #666;
    margin: 20px auto;
    /* border-radius:5px; */
    padding: 20px;
    border: 1px solid #ccc;
    transition: box-shadow 0.3s;
    max-width: 75%;
    font-size: 0.8rem;
}

p.dht span {
    font-size: 125%;
    text-transform: uppercase;
    font-weight: bold;
}

p.dht:hover {
    box-shadow: 5px 9px 15px 1px rgba(0, 0, 0, 0.75);
    /* background-color: darkgreen; */
}

.footc {
    text-align: center;
    padding: 25px;
}

@media screen and (max-width: 799px) {
    div.layer_bg.image {
        display: none;
    }
    div.layer_bg.white {
        display: none;
    }
    div.content {
        width: 100%;
        margin: 0;
        padding: 10px 0;
        border: 0;
    }
    body {
        margin: 0;
        padding: 0;
    }
    p.optioncontent {
        font-size: 1.3em;
    }
    img.welcome.logo {
        width: 90%;
    }
    .heading2 {
        font-size: 2em;
    }
}