@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700');

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.frame {
    box-shadow: 0 2px 5px 5px #ddd;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    background:#f3f3f3;
}

a {
    color: #ED5300;
    -webkit-transition: .3s;
    transition: .3s;
}

a:hover,a:active,a:visited {
    color: #ED5300;
    -webkit-transition: .3s;
    transition: .3s;
}

.container {
    max-width: 964px;
}

.falling-fruit {
    position: absolute;
    background: url('../fruits.webp');
    background-repeat: repeat;
    min-height:100vh;
    opacity:0.5;
    width:100%;
}

.juicylogo {
    position: absolute;
    left:0;
    top:80px;
}

.bobs_gif {
    position: absolute;
    right:30px;
    bottom:30px;
}

.bobs_gif img {
    max-width:380px;
}

.dancing_gif {
    position: absolute;
    left:20px;
    bottom:-20px;
}

.dancing_gif img {
    max-width:380px;
}

.juicylogo img {
    transform: rotate(-30deg);
    max-width:400px;
}


.dancing_gif2 {
    position: absolute;
    right:100px;
    top:50px;
}

.dancing_gif2 img {
    max-width:380px;
}


body {
    background: url('../img/bg.gif') fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height:100vh;
}

.oliver-img {
    margin-top:35px;
    margin-right:25px;
    transform: rotate(5deg);
    width:40%;
}

.dload {
    background: #F1F4F8;
}

.main-content {
    padding: 0px 0px 0px 0px;
}

.form {
    padding: 30px 40px 22px 40px;
    border-top-right-radius:0px!important;
    border-top-left-radius:0px!important;
    background: rgba(255,255,255,.8);
    color: #2B2B2B;
}
.headtext {
    color: #008706;
}
.dload .form {
    margin-bottom: 24px;
    padding: 10px 40px 22px 40px;
    border-radius: 2px;
    border-top-right-radius:0px!important;
    border-top-left-radius:0px!important;
    background:#fff;
    color: #000;
    border-radius:3px;
    box-shadow: 0 1px 2px 2px #ddd;
}

h1 {
    text-align:center;
    font-weight:400;
    font-size:34px;
    line-height:1.5em;
    margin-bottom:5px;
}

h2 {
    text-align:center;
    font-size:28px;
    font-weight:500;
    line-height:1.4em;
    padding-top:0;
    color: #444;
    margin:20px 0;
}

.form-text {
    margin-top:10px;
}

.potential {
    margin:0;
    color: #E3443A;
}

.price {
    margin:0;
    font-weight:900;
    margin-bottom:10px!important;
}
.price span.red {
    color: #E3443A;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 46%;
    right: 0;
    border-top: 4px solid;
    border-color: inherit;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

h3 {
    font-size:24px;
    font-weight:300;
    padding-top:0;
    margin-top:0;
    line-height:1.3em;
}

p {
    font-size: 16px;
    color: #555;
}

.form-text:after {
    content: "";
    display: block;
    position: relative;
    margin: 20px auto 0;
    width: 48px;
    border-bottom: 2px solid gray;
    margin-bottom: 10px;
}

label {
    font-weight: 400;
    font-size: 15px;
}

.form-control {
    display: block;
    width: 100%;
    min-height: 55px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #999;
    background-color: #ffffff;
    border: 3px solid #AFAFAF;
    border-radius: 5px;
}

ul.list-features {
    padding-left:0;
    margin-left:0;
    margin-top:15px;
    margin-bottom:15px;
}
ul.list-features li {
    list-style:none;
}

input[type="text"],input[type="tel"],input[type="email"],input[type="password"],textarea,select{
    color: #777!important;
}

input::-webkit-input-placeholder {
color: #777 !important;
}

input:-moz-placeholder { /* Firefox 18- */
color: #777 !important;
}

input::-moz-placeholder {  /* Firefox 19+ */
color: #777 !important;
}

input:-ms-input-placeholder {
color: #777 !important;
}

textarea::-webkit-input-placeholder {
color: #777 !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #777 !important;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #777 !important;
}

textarea:-ms-input-placeholder {
color: #777 !important;
}

.submit-row {
    padding: 0;
    margin-top:0;
}

.btn:focus {
    outline-style:none!important;
}

.btn-lg {
    font-size: 24px;
    padding: 12px 5px 15px 5px;
    border-radius: 3px;
    font-weight:400;
    color:#fff;
    font-family: 'Oswald', sans-serif;
}

.btn-color {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eb8a00),color-stop(100%,#faa700));
    background: -webkit-linear-gradient(top,#eb8a00 0%,#faa700 100%);
    transition: all 1s;
    background-color: #faa700;
    border: 1px solid #eb8a00;
}
.btn-color:hover {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#77c91f),color-stop(100%,#E49800));
    background: -webkit-linear-gradient(top,#77c91f 0%,#E49800 100%);
    background-color: #E49800;
    color: #fff;
    border: 1px solid #77c91f;
    transition: all 1s;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}



/*==============================================
Spacing Helping Classes
===============================================*/
.mb-5{ margin-bottom:5px;}
.mb-10{ margin-bottom:10px;}
.mb-15{ margin-bottom:15px;}
.mb-20{ margin-bottom:20px;}
.mb-25{ margin-bottom:25px;}
.mb-30{ margin-bottom:30px;}
.mb-35{ margin-bottom:35px;}
.mb-40{ margin-bottom:40px;}
.mb-45{ margin-bottom:45px;}
.mb-50{ margin-bottom:50px;}
.mt-0{ margin-top:0px;}
.mt-5{ margin-top:5px;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-25{ margin-top:25px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-45{ margin-top:45px;}
.mt-50{ margin-top:50px;}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
