img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

* {
    margin:0;
    padding:0;
    box-sizing: border-box;
    }

html {
background-color: #fff;
color: #555;
font-family: "Lato", "Arial", sans-serif;
font-size: 1.2rem;
font-weight: 300;
text-rendering: optimizeLegibility;
}
body {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

.row {
margin: 0 auto;
max-width: 1140px;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}

/* HEADER */ 

header {
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/hero.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
height: 100vh;
}

h1, h2, h3 {
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;

}

h1 {
margin: 0 0 1rem 0;
color: #fff;
font-size: 1.4rem;
word-spacing: 4px;
line-height: 1.4;
color: #fff;
text-align: center;
}


h2 {
font-size: 1.2rem;
word-spacing: 2px;
margin: 0 0.2rem 1.2rem 0.2rem;
text-align: center;
line-height: 1.4;

}

h3 {
font-size: 1.2rem;
margin: 0 0 1rem 0;
letter-spacing: 0px;
}
h2:after {
content:"";
display: block;
height: 2px;
background-color: #e67e22;
margin: 0 auto;
width: 100px;
margin-top: 30px;
}

.text-box-center {
display: flex;
flex-flow: row column;
justify-content: center;
align-items: center;

height: 100%;

}

.hero-text-box {
margin-bottom: 100px;
padding: 0 0.4rem;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-content: center;
}

/* BUTTONS */ 

.btn:link,
.btn:visited,
input[type=submit] {
display: inline-block;
padding: 10px 30px;
font-weight: 300;
text-decoration: none;
border-radius: 200px;
color: #fff;
transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
background-color: #e67e22;
border: 1px solid #e67e22;
margin: 0 0 1rem 0;
}

.btn-ghost:link,
.btn-ghost:visited {
border: 1px solid #e67e22;
color: #e67e22;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
background-color: #cf6d17;
}

.btn-full:hover,
.btn-full:active,
input[type=submit]:hover,
input[type=submit]:active {
border: 1px solid #cf6d17;
}

.btn-ghost:hover,
.btn-ghost:active {
border: 1px solid #cf6d17;
color: #fff;
}

.hero-buttons{
display: flex;
flex-flow: column wrap;
justify-content: center;
align-content: center;
}



/* NAVIGATION */ 
nav {
padding: 0.8rem 0 0 0;
}

.logo {
    height: 56px;
    width: auto;
    margin-left: 1rem;        
}

.logo-black {
display: none;
height: 56px;
width: auto;
margin-left: 0.6rem;  
}

.main-nav{ 
  position: absolute;
  top: 66px;
  right:10px;    
  background-color: #f5f5f5;  
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);      
  padding: 0.4rem 1.2rem 0.8rem 1.6rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-end; 
  text-align: left;
  list-style:none;   
}




.main-nav li {
margin: 0.6rem 0 0.4rem 0;
}



a {
text-decoration: none;
}


.main-nav li a:link,
.main-nav li a:visited {
    padding: 0.3rem 0;
    color: #555;
    text-transform: uppercase;
    font-size: 0.8rem;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
border-bottom: 2px solid #e67e22;
}

.main-nav{
display: none;
}

.sticky {
position: fixed;
top:0;
left:0;
width: 100%;
background-color: #fff;
box-shadow: 0 1px 2px #cacaca;
padding: 0.4rem 0;
margin: 0;
z-index: 3;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
padding: 0.3rem 0;
color: #555;    
}

.sticky #menu-svg {    
fill: #555;    
}

.sticky .logo {
display: none;
}

.sticky .logo-black {
display: block;
}

.sticky .hamburger .line{
    width: 38px;
    height: 2px;
    background-color: #555; 
}

.mobile-icon {
cursor: pointer;
margin-right:0.6rem;
}

/* HUMBURGER */ 
  .hamburger .line{
    width: 38px;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .hamburger:hover{
    cursor: pointer;
  }

  #hamburger-1.is-active .line:nth-child(2){
    opacity: 0;
  }
  
  #hamburger-1.is-active .line:nth-child(1){
  
    transform: translateY(10px) rotate(45deg);
  }
  
  #hamburger-1.is-active .line:nth-child(3){
   
    transform: translateY(-10px) rotate(-45deg);
  }

/* features */ 

.section-features{
margin: 0 auto;
padding: 3.8rem 1rem;
max-width: 1140px;
}

.section-features p {
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
font-size: 1rem;
margin-bottom: 1.5rem;
}
.icon-big {
display: block;
margin-bottom: 10px;
height:60px;
width: auto;
}

.features-grid {
margin: 1rem auto 0 auto;
display: inline-grid; 
grid-template-columns: 1fr;
grid-auto-rows: auto;	
grid-gap: 16px;	
align-items:stretch;
justify-content: center; 
}

.features-grid div{
padding: 0.6rem;
}

.features-grid div p{
font-size: 1rem;
line-height: 1.6;
}

/* MEALS */ 

.meals-showcase{
list-style: none;
width: 100%;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
}

.meals-showcase li{
display: block;
width: 25%;
line-height: 0;
overflow: hidden;
background-color: #000;
}

.meals-showcase img{
opacity: 0.7;
width:100%;
height: auto;
margin: 0;
transform: scale(1.15);
transition: transform 0.5s, opacity 0.5s;
}

.meals-showcase img:hover {
opacity: 1;
transform: scale(1);
}

/* WORKING STEPS */ 

.section-steps {
background-color: #f4f4f4;
padding: 3.8rem 0;

}

.working-flex {
max-width: 1140px;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
margin: 3rem 0.4rem 0 0.4rem;
}

.app-image {
margin-bottom: 2rem;
}
.working-cell {
margin: 0 auto 3rem auto;
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
}

.num {    
color: #e67e22;
border: 2px solid #e67e22;
line-height: 0;
border-radius: 50px;
height: 40px;
width: 40px;
font-size: 1.1rem;
padding: 4px 5px 5px 5px;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
margin-right: 1rem;
}

.work-text{    
max-width: 210px;    
}

.btn-app{
text-align: center;
margin-left: 0.4rem;
margin-bottom: 0;
}

.btn-app img {
height: 50px;
width:auto;
margin: 0.8rem 0.4rem 0 0;
}
/* CITIES */

.section-cities {
    margin: 0 auto;
padding: 3.8rem 0.6rem;
max-width: 1140px;
}

.city-grid {
margin: 1rem auto 0 auto;
display:grid; 
grid-template-columns: 1fr;
grid-auto-rows: auto;	
grid-gap: 16px;	
align-items:stretch;
justify-content: center; 
}

.city-cell {
margin:0 auto;
}

.city-cell h3 {
    margin:0.8rem 0 1.2rem 0;
    }

.city-img {
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);  
}

.city-features {
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: center;
margin: 0.6rem 0;
}

.city-features p {
    display: inline-block;  
    line-height: 0;
    text-align: center;
}

.city-icons {
    height: 22px;
    width: auto;
    display: inline-block;
    line-height: 0;
    margin-right: 0.6rem;
    }
    
.city-features a {
color: #e67e22;
border-bottom: 1px solid #e67e22;
padding-bottom: 0.1rem;
transition: border-bottom 0.2s, color 0.2s;
}

.city-features a:hover,
.city-features a:active{
color: #cf6d17;
border-bottom: 1px solid transparent;
}

/* TESTIMONIALS */ 

.section-testimonials {
padding: 3.8rem 0;   
background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/back-customers.jpg);
background-size: cover;
background-attachment: fixed;
color: white;
}
    
.test-flex {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
margin: 0.4rem 0.6rem;
}

.test-flex div{
margin: 0 0.4rem;
}

blockquote {
padding: 0.8rem 0;
font-style: italic;
line-height: 1.54;
margin-top: 3rem;
}

blockquote:before {
content:"\201c";
font-size: 4rem;
line-height: 0;
}

cite {
font-size: 0.9rem;
margin-top: 1rem;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: center;
}

cite img {
height: 46px;
border-radius: 50%;
margin-right: 0.8rem;
}

cite p {
display: inline-block;
}

/* PLANS */ 

.section-plans {
padding: 3.8rem 0; 
background-color: #f4f4f4;
}

.plan-flex {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: stretch;
margin: 0.4rem auto 0.4rem auto;
max-width: 900px;
}

.plan-box {
background-color: white;
box-shadow: 0 4px 4px #dfdfdf;
margin: 0.4rem 0.4rem;

}

.plan-box p {
text-align: center;
}

.plan-box div {
border-bottom: 1px solid #e8e8e9;
padding: 1rem 1.2rem;
}

.plan-box div:first-child {
background-color: #fcfcfc;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.plan-box ul img {
height: 22px;
margin-right: 0.4rem;
vertical-align: middle;
}

.plan-box ul {
list-style: none;
text-align: left;


}

.plan-box ul li {
padding: 0.8rem 0;

}

.plan-price {
font-size: 3rem;
margin-bottom: 1rem;
font-weight: 100;
color: #e67e22;
}

.plan-price span {
font-size: 0.9rem;
font-weight: 300;
}

.plan-meal {
font-size: 1rem;
}

.plan-box div:last-child {
text-align: center;
border-bottom: none;
}

/* FORM */ 

.section-form {
padding: 3.8rem 0;
}

form {
  display: grid;
  padding: 1.5rem 1rem 0.6rem 1rem;
  background: #f9f9f9;
  border: 1px solid #c1c1c1;
  margin: 2rem 0.6rem 0 0.6rem;
  max-width: 600px;
  
}
form input {
  background: #fff;
  border: 1px solid #9c9c9c;
}


label, select, .select-input {
  padding: 0.6em 0.5em 0.5em 0;
}

input {
  padding: 0.7em;
  margin-bottom: 0.5rem;
}
input:focus {
  outline: 3px solid gold;
}

input[type=submit] {
  justify-self: center;
  align-items: center;
 
  }

input[type=checkbox] {
margin-right: 8px;
}

textarea {
height: 100px;
margin-bottom: 1rem;
}

*:focus {
outline: none;
}


footer {
background-color: #333;
padding: 2rem 0.6rem;
font-size: 1rem;
}

.footer-flex {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: space-between;
 
}

.footer-flex div {
    padding: 0;
    text-align: center;
    margin: 0.6rem 0;
}
.footer-flex a{
margin-right: 0.6rem;
color: #888;
line-height: 1.6;
}

.footer-flex a:hover,
.footer-flex a:active{
color: #ddd;
transition: color 0.2s;
}

footer p{
text-align: center;
margin-top: 1.6rem;
color: #888;
padding: 0 0.4rem;
line-height: 1.6;
}

a svg:hover #social { 
    fill: #e67e22;
  }
  
  a svg #social { 
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
  }
/* ANIMATION */ 
.js-wp-1,
.js-wp-2,
.js-wp-3 {
opacity: 0;
animation-duration: 1s;
}

.js-wp-4{  
animation-duration: 1s;
    }

.js-wp-1 .animated,
.js-wp-2 .animated
.js-wp-3 .animated {
opacity: 1;
}

/* RESPONSIVE */ 

@media screen and (min-width: 400px) { 
.work-text{    
max-width: 300px;    
}

.btn-app img {
margin: 0 0.4rem 0 0;}


   
}

@media screen and (min-width: 500px) { 

h1 {
font-size: 1.8rem;
word-spacing: 4px;
line-height: 1.4;
}

h2 {
    font-size: 1.6rem;
}

.section-features p {
line-height: 1.8;
max-width: 800px;
margin: 0 auto;
font-size: 1.1rem;
margin-bottom: 1.5rem;
}

.hero-buttons{
flex-flow: row wrap;
justify-content: center;
align-content: center;
}

.btn-full:link,
.btn-full:visited{
margin: 0 1.1rem 0 0;
}

.features-grid {
grid-template-columns: 1fr 1fr;
}

.city-grid {
grid-template-columns: 1fr 1fr;
}

.plan-flex {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}

.plan-box {
background-color: white;
box-shadow: 0 4px 4px #dfdfdf;
margin: 0.4rem 0.4rem;
min-width: 480px;
max-width: 500px;
}

.work-text{    
    max-width: 400px;    
    }



@media screen and (min-width: 600px) { 
.work-text{    
    max-width: 500px;    
    }
.city-grid {
grid-template-columns: 1fr 1fr;
}

.footer-flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.6rem;
}

/* RESPONSIVE FORM*/ 
form {
  grid-template-columns: 200px 1fr;
  grid-gap: 16px; 
  margin: 2rem auto 0 auto;
  padding: 2rem 2rem 1rem 1rem; 
}

label {
  text-align: right;
  grid-column: 1 / 2;
}

input,
button {
  grid-column: 2 / 3;
}

textarea {
margin-bottom: 0;
}


}
    
@media screen and (min-width: 700px) { 
.main-nav{
position: relative;
top: 0;
right:0;
display: flex !important;
flex-flow: row nowrap;
justify-content: space-around;
align-items: flex-start;
background-color: transparent;
box-shadow: none;
}

.main-nav li {
margin: 0.4rem 1.6rem 0 0;
}
.mobile-icon {
cursor: pointer;
display: none;
}

.main-nav li a:link,
.main-nav li a:visited {  
color: #fff;   
}

.logo {
    height: 100px;       
}



}  

@media screen and (min-width: 780px) { 

.working-flex {
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
align-items: center;
margin: 3rem 1rem 0 0.4rem;
}

.work-steps {
padding-left: 1.6rem;
}

.working-cell {
margin-bottom: 3rem;
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
padding-left: 0;
}

.app-image {
padding-right: 1.6rem;
margin-bottom: 0;
}

.num {
height: 56px;
width: 56px;
font-size: 1.6rem;
padding: 4px 5px 5px 5px;
}

.work-text{    
    max-width: 360px;    
    }
.test-flex {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
}


}

@media screen and (min-width: 900px) { 
    
.working-flex {    
margin: 3rem 1rem 0 0;
}

.work-text{
max-width: 500px;    
}

.city-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
.plan-flex {
flex-flow: row nowrap;
justify-content: space-around;
align-items: stretch;
margin: 0.4rem auto 0.4rem auto;
}

.plan-box {
min-width: 0;
max-width: 300px;
}

.plan-box p {
text-align: left;
}
}

@media screen and (min-width: 1140px) { 
.working-flex {    
margin: 3rem 1rem 0 0;
}

.features-grid {   
grid-template-columns: 1fr 1fr 1fr 1fr; 
}

}

/* ANIMATION */


@-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
  @-webkit-keyframes fadeInUpBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  @-webkit-keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }

  
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  
  .animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
  }
  
  .animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
  }
  
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  
  .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
  }
  
  @media (print), (prefers-reduced-motion: reduce) {
    .animated {
      -webkit-animation-duration: 1ms !important;
      animation-duration: 1ms !important;
      -webkit-transition-duration: 1ms !important;
      transition-duration: 1ms !important;
      -webkit-animation-iteration-count: 1 !important;
      animation-iteration-count: 1 !important;
    }
  }


