/*--------------------------------------------------------*/
/* Basic Setup */
/*--------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #575757;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering:  optimizeLegibility;
    overflow-x: hidden;
}

.clear-fix {zoom: 1}
.clear-fix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*--------------------------------------------------------*/
/* Re-usable componants */
/*--------------------------------------------------------*/

.row {
    max-width: 1150px;
    margin: 0 auto;
}

h1,
h2,
h3{
    font-weight: 300;
    text-transform: uppercase;
}

h4 {
    font-weight: 300;
    color: inherit;
}

h1 {
    font-size: 200%;
    margin-top: 0;
    margin-bottom: 20px;
    color: #676767;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2 {
    margin-bottom: 30px;
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    letter-spacing: 1px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #d09922;
    content: " ";
    width: 100px;
    margin: 0 auto 0 auto;
    margin-top: 30px;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
}



section {
    padding: 40px 0; 
}

.box {
    padding: 1%;
    background-color: rgb(0, 169, 170);
    border-radius: 5px;
}

/*--------------------------------------------------------*/
/* video page */
/*--------------------------------------------------------*/

#vid iframe {
    height:410px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

#vid {
    text-align: left;
    
}
#vid a{
    display: block;
    margin-left: auto;
    margin-right: auto;
   /* margin-left: 150px;
    margin-right: auto;
    margin-bottom: 10px*/
}
Video-text {
font-size: 110%;
color: #6b6b6b;
}

vid-h2 {
    font-weight: 600;
    font-size: 120%;
    /*color: #ffbb28;*/
}
.btn-area-vid {
    text-align:center;
}

.btn-vid:link,
.btn-vid:visited {  
    width: 20%;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #ffbb28;
}

.btn-vid:hover,
.btn-vid:active {
    background-color: #ffbb28;
}

/*--------------------------------------------------------*/
/* paragraphs */
/*--------------------------------------------------------*/

.long-copy {
    line-height: 145%;
    width: 100%;
    margin-left: 0px;
}

.box p {
    font-size: 90%;
    line-height: 145%;
}

/*--------------------------------------------------------*/
/* icons */
/*--------------------------------------------------------*/

.icon-big {
    font-size: 350%;
    display: block;
    color: #e67e22;
    margin-bottom: 10px;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #e67e22;
    font-size: 120%;
    margin-right: 10px;
    
    /*allign text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
    
}


/*--------------------------------------------------------*/
/* links */
/*--------------------------------------------------------*/

a:link,
a:visited {
    color: #444;
    text-decoration: none;
    padding-bottom: 0px;
    border-bottom: 2px solid #888;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
    color: #575757;
    border-bottom: 2px solid #ffbb28;
}

.shadow:link,
.shadow:visited {
    color: #fff;
    box-shadow: 3px 3px 5px rgb(77, 77, 77);
    padding-bottom: 7px;
    border-bottom: 0px solid;
    -webkit-transition: box-shadow 0.2s, color 0.2s;
    transition: box-shadow 0.2s, color 0.2s;
}

.shadow:hover,
.shadow:active {
    color: #575757;
    box-shadow: 0px 0px 0px rgb(77, 77, 77);
}

.hero-text-box a:link,
.hero-text-box a:visited {
    color: #444;
    text-decoration: none;
    padding-bottom: 0px;
    border-bottom: 0px solid #e67e22;
}

.hero-text-box a:hover,
.hero-text-box a:active {
    color: #444;
    text-decoration: none;
    padding-bottom: 0px;
    border-bottom: 0px solid #e67e22;
}

.qh a:link,
.qh a:visited,
.qh a:hover,
.qh a:active {
    padding-bottom: 0px;
    border-bottom: 0px solid #e67e22;
}

/*--------------------------------------------------------*/
/* Buttons */
/*--------------------------------------------------------*/

.btn:link, 
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 15px 30px;
    font-weight: 300;
    text-decoration:  none;
    border-radius: 5px; 
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s; 
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    background-color: #ffbb28 !important;
    border: 1px solid #ffbb28;
    color: ##444;
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    padding: 5px 10px;
    font-weight: normal;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #d09922;  
    border: 1px solid #d09922;
}

.btn-full:hover,
.btn-full:active,
input[type=submit] {
    
}

.btn-area {
    text-align:center;
}

.btn-news:link,
.btn-news:visited {  
    width: 80%;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #ffbb28;
}

.btn-news:hover,
.btn-news:active {
    background-color: #ffbb28;
}

.btn-news-spotlight:link,
.btn-news-spotlight:visited {  
    width: 370px;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #ffbb28;
    font-size: 170%;
}

.btn-contact-spotlight:link,
.btn-contact-spotlight:visited {  
    min-width: 240px;
    max-width: 500px;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #ffbb28;
    font-size: 120%;
}

.btn-news-spotlight:hover,
.btn-news-spotlight:active {
    background-color: #ffbb28;
}

#send {
    padding: 5px 10px;
    font-weight: normal;
    color: #fff;
    box-shadow: 3px 3px 5px rgb(77, 77, 77);
}

#send:hover {
    padding: 5px 10px;
    font-weight: normal;
    color: #575757;
    box-shadow: 0px 0px 0px rgb(77, 77, 77);
}

/*--------------------------------------------------------*/
/* Header */
/*--------------------------------------------------------*/

header {
    /*
    background-image: -webkit-linear-gradient(rgba(211, 211, 211, 0.86), rgba(211, 211, 211, 0)), url(img/heading.jpg);
    background-image: linear-gradient(rgba(211, 211, 211, 0.86), rgba(211, 211, 211, 0)), url(img/heading.jpg);
    
    background-image: url(img/Feature.png);
    background-size: cover;
    background-position: center;
    height: 50vh;
    background-attachment: fixed;
    */
}

.hero-text-box {
    /*margin-top: 60px;*/
}

.main-img {
    width: 100%;
}

.logo {
    height: auto;
    width: auto;
    float: left;
    margin: 5px 0px 15px 0px;
}

.logo-black {
    
    height: auto;
    width: auto;
    float: left;
    margin: 0px 0px 15px 0px;
}

/* Main navi  */
.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active,
.selected {
    border-bottom: 2px solid #ffbb28;
}

.selected {
    border-bottom: 2px solid #ffbb28 !important;
    padding-bottom: 2px;
}

/* sticky navi */

.sticky {
    
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    border-top: 5px solid #ffbb28;
    box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
}

.sticky .main-nav {
    margin-top: 0px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 16px 0px 2px 0px;
    color: #555;
}

.sticky .logo-black {
    
    width: 100%;
    margin: 0px;
}
.sticky .logo {
    display: none;
}


.col-logo {
    margin-top: 11.5px;
    margin-bottom: 5px;
}

.col-nav {
    margin-top: 35px;
}

li.list-one {
    margin-left: 0px;
}

/*--------------------------------------------------------*/
/* Features */
/*--------------------------------------------------------*/

.section-features .long-copy {
    margin-bottom: 30px;
}

/*--------------------------------------------------------*/
/* Meals */
/*--------------------------------------------------------*/

.section-meals {
    padding: 0;
}


.meals-showcase {
    list-style: none;
    width: 100%;    
}

.meals-showcase li {
    display: block;
    float: left;
    width: 25%;
}

.meal-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}

.meal-photo img {
    opacity: 0.7;
    /*width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;*/
}

.meal-photo img:hover {
    /*-webkit-transform: scale(1.05);
    transform: scale(1.05);*/
    opacity: 1;
}

/*--------------------------------------------------------*/
/* how it works */
/*--------------------------------------------------------*/


.section-steps {
    background-color: #f4f4f4;
}

.steps-box {
    
}

.steps-box:first-child {
    margin-top: 30px;
    text-align: right;
    padding-right: 3%;
}

.steps-box:last-child {
    margin-top: 70px;
    padding-left: 3%;
}

.app-screen {
    width:  40%;
}

.works-step {
    margin-bottom: 50px;
}

.works-step:last-of-type {
    margin-bottom: 80px;
}

.works-step div {
    color: #e67e22;
    border: 2px solid #e67e22;
    display: inline-block;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 150%;
    margin-right: 25px;
}

.btn-app:link,
.btn-app:visited{
    border: 0;
}

.btn-app img{
    height: 50px;
    width: auto;
    margin-right: 10px;
}

/*--------------------------------------------------------*/
/* Cities */
/*--------------------------------------------------------*/

.box img {
    width: 100%;
    height: 170px;
}
.city-feature {
    margin-bottom: 5px;
}

/*--------------------------------------------------------*/
/* Testimonials */
/*--------------------------------------------------------*/

.section-testimonials {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/back-customers.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/back-customers.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}


blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 500%;
    position: absolute;
    top: -5px;
    left: -5px;
}

cite {
    display: block;
    font-size: 90%;
    margin-top: 25px;
}



cite img {
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

/*--------------------------------------------------------*/
/* Plans */
/*--------------------------------------------------------*/

.section-plans {
    background-color: #f4f4f4;
}

.plan-box {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 0 2px 2px #efefef;
}

.plan-box div {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.plan-box div:first-child {
    background-color: #fcfcfc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.plan-box div:last-child {
    text-align: center;
    border: 0;
}

.plan-price {
    font-size: 300%;
    margin-bottom: 10px;
    font-weight: 100;
    color: #e67e22; 
}

.plan-price span {
    font-size: 30%;
    font-weight: 300;
}

.plan-price-meal {
    font-size: 80%;
}

.plan-box ul {
    list-style: none;
}

.plan-box ul li {
    padding: 5px 0;
}

.about-list li {
    margin-left: 40px;
    line-height: 1.5;
    padding-left: 15px;
}

/*--------------------------------------------------------*/
/* form */
/*--------------------------------------------------------*/

.contact-form {
    width: 60%;
    margin: 0 auto;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {
    outline: none;
}

/*--------------------------------------------------------*/
/* footer */
/*--------------------------------------------------------*/

footer {
    background-color: #DBDBDB;
}

#page-footer {
    margin: 0 auto;
    padding: 15px 0px 30px 0px;
    text-align: left;
    float: none;
    font-size: 11.7px;
}

.copyrto {
    margin-top: 30px;
}

.copyrto p {
    color: #888;
    text-align: left;
    margin-top: 20px;
}

.footer-nav {
}

.footer-nav ul {
    list-style: none;
    font-size: 150%;
}

.footer-nav li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    border-right: 2px solid #575757;
    margin-bottom: 10px;
}

.footer-nav li:first-child {
    padding-left: 0px;
}

.footer-nav li:last-child {
    padding-right: 0px;
    border-right: 0px solid #575757;
}

#qhlogo {
    width: 75px;
    height: auto; 
}

.qh {
    text-align: right;
}

.js--wp-1 {
    opacity: 0;
}

.js--wp-1.animated {
    opacity: 1;
} 

/*--------------------------------------------------------*/
/*  */
/*--------------------------------------------------------*/

.section-info,
.section-mission {
    background-color: #f2f2f2
}

.boxed {
    padding: 15px;
    border-style: solid;
    border-color: #ffbb28;
    border-radius: 5px;
    background-color: #fff;
    min-height: 440px;
}

.boxed2 {
    padding: 15px;
    border-style: solid;
    border-color: #ffbb28;
    border-radius: 5px;
    background-color: #fff;
    min-height: 200px;
    text-align: center;
}

.statement {
    padding: 20px !important;
    min-height: 138px;
    background-color: #f2f2f2;
}



.postal {
    /*height: 28vh;*/
    min-height: 300px;
}

.lcimg {
    width: 100%;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgb(77, 77, 77);
}

.section-title {
    padding: 0px;
    border-top: 5px solid #ffbb28;
}

.whofor {
    margin-top: 3%;
}

.course-cat {
    background-image: url(img/course_cat.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.col-nav {
    width: 55%; float: right;
}

/*--------------------------------------------------------*/
/*  */
/*--------------------------------------------------------*/

.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
    width: 100%;
    margin-top: 12px;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: #555;
    padding: 0px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    border: none;
    background-color: #fff;
}

.topnav a.icon {
    background: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 10px;
}

.topnav a:hover {

}

#myLinks a {
    padding: 10px 10px 10px 0px;
    text-align: right;
    text-transform: uppercase;
    border: none;
}

#myLinks .selected {
    color: #ffbb28;
    border-bottom: 0px solid #ffbb28 !important;
}

#myLinks a:hover,
#myLinks a:active,
a.icon:hover,
a.icon:active {
    color: #ffbb28;
}

.active {
  background-color: #fff;
  color: white;
}

.fa {
    font-size: 30px !important;
}


.dropbtn {
    cursor: pointer;
    padding: 2px 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    color: #555;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 0px 20px 10px 20px;
    margin-top: 19px;
    
}

#courseDropdown {
    margin-left: 80px;
}

#infoDropdown {
    margin-left: 215px;
}

.dropdown-content li {
    display: block;
}

.dropdown-content a {
    float: none;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.show {
    display: block;
}

.about-list {
    margin-bottom: 35px;
}

iframe {
    border: 2px solid #454545;
    box-shadow: 3px 3px 5px rgb(77, 77, 77);
    background-color: #fff;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

p.solid {border-style: solid;}



