/*RESET*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*FONTS*/

body{
    font-family: 'lato', sans-serif;
}



#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999999999;
    width: 100%;
    height: 100%;
    background: url(../art/loader.gif) center center no-repeat, rgb(236 236 236);;
}


 .form-control{
          border-radius: 0px 10px 10px 0;
    }    



#fullpage {
    overflow-x: hidden;
}

.lato, h1{
    font-family: 'Lato', sans-serif;

}
.pacifico{
    font-family: 'Pacifico', cursive;

}

/*NAV BAR*/
#myMenu{
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10001;
    font-family: Arial;
    font-size: 19px;
    FONT-WEIGHT: bold;
}
#myMenu li{
    list-style: none;
    display: inline;
    padding-right: 15px;
}

#myMenu li a{
   color: #fff;
    text-decoration: none;
    transition: all .2s;
}

.online-order-btn{
    BACKGROUND: #f94a22;
    COLOR: #ffffff;
    FONT-WEIGHT: 800;"
    color: #fff;
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 5px;
    transition: 1s;
}




#myMenu li a:hover{
   color: #f6ffa8;
}

#myMenu li.active {
    color: #466720;;
}

#myMenu li.active a{
    color: #f6ffa8;;
}


/*First Page*/

.container-scroll {
    bottom: -35px;
    z-index: 1;
}


.one{
    background-color:#96bfa1;
}

.one h1{
    color: white;
    font-size: 5em;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Pacifico', cursive;!important;
    margin-top: 0;

}
.one h2{
    color: white;
    font-size: 5em;
    font-weight: 100;
    text-align: center;
    margin-top: 0;
}



/*Navigation Menu Right*/
div#fp-nav {
    z-index: 5000;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #ffffff
}
#logo{
    width: 160px;
    position: relative;
    top: -105px;
    left: 10px;
    opacity: .8;
    filter: alpha(opacity=80)
}

.fp-slidesNav.bottom {
    text-align: center;
}





.container {
    position: relative;
    width: 24px;
    height: 24px;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}



/*Info*/
.info-section{
    font-family: 'Lato', sans-serif;
    color: white;
    text-align: justify;
    line-height: 1.8em;
    font-size: 1em;
    font-weight: 300;
    padding-top: 0px;
    background: url(../media/images/icons/fruit-white2.png), url(../media/images/icons/fruit-white3.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 191px 160px, 280px 337px;
    background-position: center top 80px, right 30px bottom;

}




.info-section-row{
    padding-top: 00px;
}

.info-title{
    font-family: 'Pacifico', cursive;
    font-size: 3em;
    margin-bottom: 5px;
    margin-top: 30px;
    padding-left:  50px;;

}

.vimeo{
    margin-top: 130px;
    margin-bottom: 130px;
}

.info-section p{
    padding-left: 50px;
    padding-right: 50px;
    line-height: 1.7em;

}

/*Menu*/
.menu-title{
    color: white;
    font-size: 2em;
    margin-bottom: 0px;
}
.menu-info{
    position: absolute;
    top: -15px;
    left: 30px;
}

.menu-section{
    z-index: 1000;
}

.menu-info p{
    width: 300px;
    font-family: lato;
    font-size: 1em;
    text-rendering: optimizeSpeed;
    font-style: italic;
    font-weight: 300;
    color: white;
}

/*DELIVERY*/

.delivery-box{
    width: 330px;
    margin: auto;
    text-align: center;
}

.delivery-info-img{
    width: 94%;
    position: relative;
    margin-top: 4%;
    margin-left: 13%;
}

.delivery h1{
    color: white;
    font-family: 'Pacifico', cursive;
    font-size: 2.2em;
    margin-bottom: 15px;
}

.delivery h3 a {
    color: white;
    font-weight: 900;
    transition: .5s;
    margin-top: 10px;
 }

.delivery h3 a:hover {
    color: #fffab2;
    text-decoration: none;
}
h3.wow.fadeIn.animated {
    margin-top: 10px;
    margin-bottom: 10px;
}
.accordion-heading a {
     color: white;
     font-family: lato;
     font-size: 1.2em;
     font-weight: 300;
     text-decoration: none;
     transition: all .2s;
 }

.accordion-inner {
    color: #496550;
    font-size: 1em;
    font-weight: 300;
}

.accordion-heading a:hover {
    text-decoration: none;
    color: #fffab2;
}

.accordion-heading a:active {
    text-decoration: none;
    color: #fffab2;
}

.accordion{
    margin: auto;
    padding-top: 5px;
    text-align: center;
}

.accordion p{
    width: 60%;
    text-align: center;
    margin: auto;
}

.delivery-info{
    color: white;
}

.delivery{
    /*background: url(../media/images/icons/info-art.png);*/
    background-repeat: no-repeat;
    background-position: -650px -216px;}

.delivery-info h1 {
    text-align: center;
    margin-top: 0;
}

.delivery-info p{
    text-align: center;
    width: 90%;
    margin: auto;
    font-weight: 300;
    font-family: 'lato', sans-serif;
    font-size: 1.2em;
}

.toWhatsApp{
color: #65b162;
    border-radius: 13px;
    font-size: 16px;
    width: 100%;
    margin-top: 5px;
    display: block;

}
.delivery-info h3{
    text-align: center;
    font-size: 2.5em;
}

p#toCall {
    font-size: .9em;
    color: #fcffe4;
    font-style: italic;
}

/*Locations Section */
#map{
    width:100%;
    height:110%;
    background-color: rgb(165, 216, 77);
    margin-top: 95px;

}
.locations h1{
    color: #96bfa1;
    font-family: 'Pacifico', cursive;
    font-size: 3em;
    margin: 0;
}

.info-tab {
    position: absolute;
    z-index: 500;
    padding: 20px;
    top: 5px;
}

/*Contact Section*/
.contact h1{
    font-family: 'Pacifico', cursive;
    color: white;
    margin-bottom: 18px;
    font-size: 4em;
    margin: 0;
}

.contact{
    color: white;
}

.contact{
    padding: 50px;
}

img.social-icons {
    width: 40px;
}

dl, .social {
    font-weight: 900;
    font-size: 25px;
}

dl, .social a {
    color: white;
}


dl, .social a:hover {
    color: #ffd600;
    text-decoration: none;
    transition: .5s;
}



dl, .social2{
    font-weight: 900;
    float: right;
}


.ig-feed{
    padding: 0;
}

.container {
  padding: 0;
}


.fp-controlArrow{
    display: none;
}




/*NavBar*/



.nav {
    position: fixed;
    right: 10%;
    top: 10%;
    -webkit-filter: url("#goo");
    filter: url("#goo");
    height: 60px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav-bar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
}

.nav-bar {
    list-style: none;
    position: relative;
    height: 60px;
    width: 60px;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.nav-bar .nav-link {
    display: block;
    height: 60px;
    width: 60px;
    background-color: #FFF;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #7EC833;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
}
.nav-bar .nav-link:hover {
    /*box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.3);*/
}

#menu-button:empty {
    margin-left: -9999px;
}
#menu-button:checked + label {
    bottom: -180px;
}
#menu-button:checked + label .menu-icon, #menu-button:checked + label .nav-button .menu-icon:before, .nav-button #menu-button:checked + label .menu-icon:before, #menu-button:checked + label .nav-button .menu-icon:after, .nav-button #menu-button:checked + label .menu-icon:after {
    background-color: transparent;
}
#menu-button:checked + label .menu-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0;
    background-color: #7EC833;
}
#menu-button:checked + label .menu-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0;
    background-color: #7EC833;
}
#menu-button:checked ~ .nav-bar-wrapper {
    height: 180px;
}
#menu-button:checked ~ .nav-bar-wrapper > .nav-bar {
    height: 180px;
}

.nav-button {
    height: 60px;
    width: 60px;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    /*box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);*/
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.nav-button:hover {
    /*box-shadow: 1px 3px 10px 3px rgba(0, 0, 0, 0.3);*/
}
.nav-button .menu-icon, .nav-button .menu-icon:before, .nav-button .menu-icon:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 22px;
    background-color: #7EC833;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-clip: content-box;
}
.nav-button .menu-icon:before {
    content: '';
    margin-top: -7px;
}
.nav-button .menu-icon:after {
    content: '';
    margin-top: 7px;
}


/*WAVE chocolate*/


.wave {
    position: absolute;
    left:0;
    bottom:0px;
    z-index: 2;
    overflow: hidden;
    /*height: 600px;*/
}

.wave + .wave {
    z-index: 50;
}

/*#wave-row{*/
    /*height: 150px;*/
    /*position: relative;*/
/*}*/

.wave31{
    filter: blur(30px);
}

/*TREE INTRO*/

#left-tree{
    position: absolute;
    left: -8px;
    z-index: 2;
    width: 18%;
    float: left;
    bottom: 3em;
}


#right-tree{
    position: absolute;
    right: -10px;
    z-index: 2;
    width: 16%;
    float: right;
    bottom: 1em;
}

.jobs h1 {
    color: #ffffff;
    font-family: 'Pacifico', cursive;
    font-size: 4em;
    margin: 0;

}


.apliko-title{
    text-align: center;
    padding-top: .5em;
    font-size: 1em;
}

#moon-girl{
    width:100%;
}


.jobs-contact iframe{
    width: 800px;
    height: 900px;
    display: block;
    margin: auto;

}

.job-info p{
    width: 65%;
}

img#jobs-art{
    width: 80%;
    border-bottom: 5px solid #7c9e85;
    display: block;
    margin-left: auto;
    margin-right: auto;


}

.job-info h3 {
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeIn;
    border-bottom: 1px solid #85af90;
    padding: 15px;
    width: 25%;
    background: #8baf94;
    margin: auto;
    margin-top: 15px;
    font-weight: 800;
    border-radius: 15px;
    border-bottom: 1px solid #85af90;
    font-size: 1.2em;
}


.job-info a{
    background-color: transparent;
    transition: .5s;
    color: #d8d679;
    text-decoration: none;

}

.job-info a:hover{
    outline: 0;
    color: #feff96;
    text-decoration: none;
}

.job-info{
    margin-top: 0%;

}

label{
    text-transform: uppercase;
    font-size: 2em;
    color: #5d7363;
    font-weight: 600;
}


.jobs-contact h1{
    text-align: center;
    padding-top: 2em;
    font-size: 2.5em;
}


/*FRANCHISE*/

#fp1{
    z-index: 50000000;
    position: relative;
    bottom: -80px;
    width: 100%;
}

#fp2{
    position: relative;
    bottom: 90px;
    width: 100%;
    z-index: 999999;
}

#fp3 {
    position: absolute;
    bottom: -19px;
    right: -5px;
}

.wave-row1{
    position: inherit;
}

.slide-fr-2{
    background-image: url(../art/FP2.png);
    padding: 0;

}
.wave-row2{
    position: absolute;
    width: 33.5%;
    height: 100%;
    z-index: 9999998999999;
    background-image: url(../art/FP2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position-y: bottom;
}


.wave21{
    position: relative ;
    z-index: -50;
    height: 100%;
}

.centere {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}


.art-2{

    border: 0;
    z-index: 500;
    position: absolute;
    width: 34%;
    bottom: 0;

}

.art-1{
    border: 0;
    z-index: 500;
    position: relative;
    width: 100%;
    top: -199px;
}

.wave2-1{
    z-index: -500;
}

.OnePercent{
    height: 100%;
}


.franchise-hero-text{
    top: 60%;
    z-index: 50000000;
    position: sticky;
}

.franchise-hero-text h1 {
    color: white;
    font-size: 350%;
    margin-bottom: 0;
    font-family: 'lato', Arial;
    font-weight: bolder;
    margin-top: 100px;
    text-align: center;
}



.franchise-contact iframe {
    height: 1000px;
    position: relative;
    z-index: 999999999999999999999999999999999999;
}

.franchise-more{
    color: white;
    font-size: 111%;
    font-family: 'lato', Arial;
    text-align: center;
    padding-top: 0;
    z-index: 99999999999999;
    font-weight: 300;
}

.franchise-text li {
    display: block;
}

.franchise-text ul{
    padding-left: 15px;
}

.franchise-text li {
    font-size: 23px;
}

.franchise-text  {
    color: white;
    z-index: 5000000;
}

.franchise-text li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #d1ff66;
    padding-right: 5px;
}
.franchise-more a{
    color: #93de4f;
    text-decoration: none;
    font-weight: bolder;
}

.franchise-more a:hover{
    transition: .5s;
    color: #ded435;
    text-decoration: none;
    font-weight: bolder;
}


.franchise-contact-row {
    z-index: 99999999999999999999999999999999999;
    position: absolute;
    bottom: 45px;
    color: white;
    display: inline-table;
    margin: auto;
    text-align: center;
}

.slide-2-text{
    position: absolute;
    z-index: 900000000;
    color: #ffffff;
    margin-top: 4em;
    width: 100%;

}

.title-slide{
    color: #ffffff;
    font-family: 'Pacifico', cursive;
    font-size: 3em;
    margin: 0;
}
.title-slide3{
    color: #ffffff;
    font-family: 'Lato', cursive;
    font-size: 3em;
    margin: 0;
    font-weight: bolder;
}

.slide-2-text h1{
    color: #ffe8e6;
    /*font-size: 1.5em;*/
}

#button-next a{
    color: #ffffff;
    text-decoration: none;
    font-size: 1.5em;
    float: right;
    border-radius: 5px;
    padding: 11px;
    background-color: #9fbf26;
    display: block;
    margin-right: 80px;

}

#button-next a:hover{

    background-color: #79953f;
    transition: .2s;
}

.learn-btn {
    position: relative;
    bottom: 40px;
    color: white;
    margin: auto;
    font-size: 120%;
}

.learn-btn span{
    font-family: 'Lato', sans-serif;
    color: white;
    font-weight: 900;
    margin: 0;
    margin-top: 145px;
}

.franchise-text h1 {
    font-family: 'Lato', sans-serif;
    color: white;
    font-weight: 900;
    margin: 0;
    margin-top: 0px;
}

.franchise-text span{
    font-style: italic;
}


.franchise-contact iframe {
    height: 1200px;
    overflow: scroll;
    width: 50%;
    margin: auto;
    color: white;
    position: relative;
    padding-top: 4em;

}

.contact-bottom {
    width: 80%;
    height: 600px;
    float: left;
    padding: 0;
    margin: 0;
}

.container {
    padding-left: 0px;
}

.contact p {
    font-size: .8em;
}

.col-xs-3.ig-img-wrap {
    padding: 0px;
    margin: 0;
}

.col-xs-4.ig-img-wrap {
    padding: 0;
}

/*.contact iframe {*/
    /*height: 500px;*/
/*}*/

/*.fp-slides{*/
    /*height: 130%;*/
    /*overflow: inherit;*/
/*}*/



/* Responsive CSS */

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
@media only screen and (min-width : 993px) {
    body,html{
        overflow: hidden !important;
    }

    .jobs-contact iframe{
        width: 50%
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){

    .job-info h3 {
        width: 70%;
    }
    .contact div {
        padding: 50px;
        padding-bottom: 0;
        padding-top: 1em;
    }
    div#leftMenu {
        text-align: center;
        margin-top: 20px;
        padding-bottom: 3em;
        padding-top: 2em;

    }
    
    
    .page img, .page, .gradient{
        border-radius: 15px;
    }


    .info-section{
        padding: 0px;
        padding-top: 3em;
        background-image: none;

    }

    iframe {
        margin: 0;
        width: 100%;
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .contact div{
        width: 70%;
        margin: auto;
        text-align: center;
    }

    .contact iframe {
        margin: 0;
        width: 100%;
        margin-top: 2em;
        margin-bottom: 2em;
        height: 500px;
    }

    .contact div {
        padding: 0px;
    }
    .jobs-contact iframe{
        width: 70%
    }
    .frn h1 {
        color: white;
        font-size: 2.5em;
        margin-bottom: 0;
        font-family: 'lato', Arial;
        font-weight: bolder;
        margin-top: 100px;
        text-align: center;
      
    }

    .franchise-hero-text h1 {
        font-size: 300%;
        margin-top: 0px;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .franchise-hero-text h1 {
        font-size: 300%;
        margin-top: 0px;
    }
    
    .page img, .page, .gradient{
        border-radius: 15px;
    }

    .frn{
        z-index: 999999999999999999999999999999999999999999999;
        background-image: url("../art/art1.png");
        background-size:  100%;
        background-repeat:  no-repeat;
    }

    .franchise-hero-text {
        top: 21%;
     }

    .delivery-info p{
        width: 80%;
       }

    .franchise-contact iframe {
        width: 90%;
        overflow: scroll;
    }
    .franchise-contact label {
        font-size: 5px;
    }
    .info-tab img{
        display: none;
    }

    #leftMenu {
        padding-top: 0em;

    }
    .delivery-info h1{
        padding-top: 0px;
    }
    .contact div {
        width: 80%;
    }

    h1.pacifico.menu-title {
        margin-top: 50px;
    }

    #toCall{
        font-size: 5px;
        color: red;
    }

    .contact div {
        padding: 15px;
    }

    #logo{
        width: 160px;
        position: relative;
        top: -80px;
        left: 10px;
        opacity: .8;
        filter: alpha(opacity=100)
    }

    .contact-bottom {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        height: 440px;
    }
    .jobs-contact iframe{
        width: 80%
    }

    .frn h1 {
        color: white;
        font-size: 3em;
        margin-bottom: 0;
        font-family: 'lato', Arial;
        font-weight: bolder;

    }
    .slide-2-text{
        position: relative;
        width: 90%;
        margin: auto;
        font-size: 90%;
    }

    #button-next a {
        margin: auto;
    }
    .one h1 {
        color: white;
        font-size: 380%;
    }
    .frn{
        background-position-y: bottom;
    }

.wave-row2 {
    height: 93%;
    z-index: 9999998999999;
    background-image: url(../art/FP2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    position: initial;
    width: 100%;
    }

    .franchise-more {
    color: white;
    font-size: 119%;
    font-family: 'lato', Arial;
    text-align: center;
    padding-top: 0;
    z-index: 99999999999999;
    font-weight: 300;
}
    .franchise-hero-text h1 {
    color: white;
    font-size: 250%;
    }

    .job-info h3 {
        width: 60%;
    }

    img.logo {
        width: 80%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    img.logo {
        width: 80%;
    }
    .job-info h3 {
        width: 70%;
    }

    .one h1 {
        color: white;
        font-size: 520%;
    }

    #right-tree {
        position: absolute;
        right: -10px;
        z-index: 2;
        width: 29%;
        float: right;
        bottom: 1em;
    }

    #left-tree {
        position: absolute;
        left: -8px;
        z-index: 2;
        width: 30%;
        float: left;
        bottom: 3em;
    }


    .contact div {
        width: 100%;
    }

    .franchise-contact-row{
        z-index: 99999999999999999999999999999999999;
        position: absolute;
        bottom: 45px;
        color: white;
        display: inline-table;
        margin: auto;
        text-align: center;
    }

    .contact iframe {

        margin-top: 0em;
        margin-bottom: 0em;
    }
    .contact {
        padding: 29px;
    }
    .contact h1 {
          font-size: 3em;
       }

    .delivery-info-img {
        width: 153%;
        position: relative;
        margin-top: -50px;
        margin-left: -200px;
    }

    .job-info p {
        text-align: center;
        width: 80%;
    }

    .job-info p {
        width:80%;
    }

    .vimeo{
        margin-top: 30px;
        margin-bottom: 130px;
    }
    .jobs{
        height: 800px;
    }
    .contact div {
        padding: 15px;
    }
    .jobs-contact iframe{
        width: 80%
    }
    .frn h1 {
        color: white;
        font-size: 3em;
        margin-bottom: 0;
        font-family: 'lato', Arial;
        font-weight: bolder;
        padding-top: 0;
        text-align: center;
    }
    dl, .social2 {
        font-weight: 900;
        float: none;
    }

    .job-info h3 {

        padding: 12px;
        width: 88%;
        background: #8baf94;
        margin: auto;
        font-weight: 800;
        border-radius: 15px;
     }

    img#jobs-art {
       padding-top: 35px;
    }

    .frn{
        background-position-y: bottom;
    }

    .franchise-text li {
        font-size: 18px;
    }

    .franchise-text h1 {
        margin: 0;
    }

    .franchise-text  {
        font-size: 15px;
    }

    .franchise-hero-text h1 {
        font-size: 300%;
        margin-top: -130px;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

    img.logo {
        width: 80%;
    }
    .franchise-hero-text h1 {
        font-size: 300%;
        margin-top: 0px;
    }

    .job-info p {
        width: 90%;
    }
    .one h1 {
        color: white;
        font-size: 370%;
    }

    .frn{
        background-position-y: bottom;
    }

    .franchise-text li {
        font-size: 18px;
    }

    .franchise-text h1 {
        margin: 0;
    }

    .franchise-text  {
        font-size: 15px;
    }


}


/*BLOSSOM*/
.bloss{
    position: absolute;
}
canvas{
    z-index: 9999999999;
    height: 1000px;
}


.page img, .page, .gradient{
    border-radius: 25px;
}

.page{
    -webkit-box-shadow: 6px 5px 2px 5px rgba(0,0,0,0.2);
    box-shadow: 6px 5px 2px 5px rgba(0,0,0,0.2);
}

div .shadow, .page-wrapper{
    box-shadow: none;
    border-radius: 25px;
}



.magazine-viewport .next-button, .magazine-viewport .previous-button {
    width: 22px;
    height: 699px;!important;
    position: absolute;
    top: 0;
    border-radius: 25px;
}

.magazine-viewport{
    z-index: 5000;
}

.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.delivery-info button{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    margin-bottom: 20px;
    box-shadow: 3px 3px 0px 0px #6a9275;
    font-weight: bold;
    z-index: 500000;
    transition: 0.4s;
    color: #d8d679;
    text-decoration: none;
    padding: 15px;
    width: 73%;
    background: #8baf94;
    margin: auto;
    margin-top: 15px;
    border-radius: 15px;
    border-bottom: 1px solid #85af90;
    font-size: 1em

}

.delivery-info button:hover {
    color: #fff;
    background-color: #81bbec;
    text-decoration: none;
}

.delivery-info button a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

.info-title{
    margin-top: 100px;
}

.vimeo iframe{
    border-radius: 27px;
    box-shadow: 5px 6px 13px #00000078;
}

.faq-link {
    color: #ffffff; !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

.more-info-link{
    padding-top: 20px;
}
