/*
yeet yeet yeet
*/

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

*:focus { outline: none; }

/*  Basic styling 
	============================================================= */ 
html,
body {
	background-color: #fff;
	color: #000;
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 20px;
	/*
	font-weight: 300;
	/* Renders text clean */
	text-rendering: optimizeLegibility;
	overflow-x: hidden; 
}

html {scroll-behavior: smooth;}

.dark-mode {
  background-color: #131313;
  color: white;
}


.dark-mode #myBtn {
	background-color: #98ff98;
}

.dark-mode .popup {
	color: #98ff98;
	border-bottom: #98ff98;
}
.dark-mode .works-steps div {
	color: #98ff98;
	border: 2px solid #98ff98;
}
.dark-mode .icon-big {
	color: #98ff98;
}
.dark-mode h2:after {
	background-color: #98ff98;
}
.dark-mode .icon-small {
	color: #98ff98;
}

#hidden {
	color: #333;	
}


.dark-mode a:link,
a:visited {
	color: #98ff98;
	text-decoration: none;
	border-bottom: 1px solid #98ff98;
	padding-bottom: 1px;
	transition: border-bottom 0.2s, color 0.2s
}

.dark-mode a:hover,
a:active {
	color: #555;
	border-bottom: 1px solid transparent;
}

.dark-mode .popup:hover {
	color: #2F462F;
	border-bottom: #2F462F;
}
 
.dark-mode .ion-ios-lightbulb {
	color: #98ff98;
}

#myBtn {
  position: fixed;
  bottom: 100px; 
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #2F462F; 
  color: white; 
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px;
  font-size: 18px; 
}
/* Clearfix hack
   ===================================================*/
.clearfix{ zoom: 1 }
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#restocking {
	white-space: nowrap;
}

#features p {
	text-align: justify;	
}


.row {
	max-width: 1140px;  
	margin: 0 auto; 
}
.center {
    display: block;
    margin-left: 30%;
    width: 50%;
}

section { padding: 80px 0px; }

h1,
h2,
h3 {
	/*
	font-weight: 300;
	*/
	text-transform: uppercase;
}

h1 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 2.2em;
	word-spacing: 4px;
	letter-spacing: 1px;
}

h2 {
	font-size: 1.8em;
	word-spacing: 2px;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 1px; 
}

#stock h3 {
	text-align: center;
}

.bigtxt {
	font-size: 85%;
}

#features h3 {
	text-align: center;
}

/* Line divide (yellow)
   ==================================*/
h2:after {
	display: block;
	height: 2px;
	background-color: #2F462F;
	content: ""; 
	width: 100px;
	margin: 0 auto; 
	margin-top: 30px;

}

h3 {
	font-size: 1.125em; /* Eh. */
	margin-bottom: 15px;
}

/* Copy
   ===================================*/
.long-copy {
	line-height: 1.5;
	width: 70%;
	margin-left: 15%; 
	margin-right: 15%;
	text-align: center; 
	margin-bottom: 30px;
}

.box {
	padding: 1%;}

.box p {
	font-size: 0.9em;
	line-height: 1.45;

}

.col {
	display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}
/* Links
   ===================================*/
a:link,
a:visited {
	color: #2F462F;
	text-decoration: none;
	border-bottom: 1px solid #2F462F;
	padding-bottom: 1px;
	transition: border-bottom 0.2s, color 0.2s
}

a:hover,
a:active {
	color: #555;
	border-bottom: 1px solid transparent;
}



/* Icons
   ===================================*/
.icon-big {
	font-size: 3.5em;
	display: block;
	color: #2F462F;
	margin-bottom: 10px;
	margin-right: 25px; 
	text-align: center;
}

.icon-small {
	display: inline-block;
	width: 30px;
	text-align: center;
	color: #2F462F;
	font-size: 1.2em;
	margin-right: 10px;
	line-height: 1.2;
	vertical-align: middle;
	margin-top: -4px;
}

/* Button Normal State 
   ====================================*/
.btn:link, 
.btn:visited,
input[type="submit"] {
	display: inline-block;
	padding: 10px 30px;
	font-size: inherit;
	/*
	font-weight: 300;
	*/
	text-decoration: none;
	border-radius: 200px;
	border: 2px solid #89ff89;
	transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type="submit"] {
	background-color: #89ff89;
	color: #fff;
	margin-right: 15px;
	margin-bottom: 5px;
}

.btn-ghost:link,
.btn-ghost:visited { color: #89ff89; }


/* Button Hover state, and clicked state
   ========================================*/
.btn:hover,
.btn:active,
input[type="submit"]:hover,
input[type="submit"]:active { background-color: #2F462F; }

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

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


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

.hero-text {
	position: absolute; 
	height: 50%;
	/*
	width: 1000px;
	*/
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -10%);
	        transform: translate(-50%, -10%); 
}


/* Logo & Navigation section
   ================================*/
.logo{
	height: 50px;
	width: auto;
	float: left;
	margin-top: 40px;
}

.logo-black {
	height: 50px;
	width: auto;
	float: left;
	margin: 5px 0;
	display: none; 
}

.main-nav {
	float: right;
	list-style: none;
	margin-top: 55px;
	font-weight: 900;
}

.main-nav li {
	display: inline-block;
	margin-left: 40px
}

.main-nav li a:link,
.main-nav li a:visited {
	padding: 8px 0;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	border-bottom: 2px solid transparent; 
	transition: border-bottom 0.2s;
}


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

/* Sticky Navigation
=============================== */
.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*
	background-color: rgba(255, 255, 255, 0.98);
	*/
	z-index: 10;
	transition: all 0.5s ease;
	background-color: #89ff89;
}

.sticky .main-nav {
	margin-top: 18px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
	padding: 8px 0;
	color: #2F462F;
}

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

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

/* Mobile Navigation
   =================================*/
.mobile-nav-icon {
	float: right;
	margin-top: 30px;
	cursor: pointer;
	display: none;
}

.mobile-nav-icon i{
	font-size: 2em;
	color: #89ff89;
}


 /* Meals showcase section 
    =================================*/
.meals-showcase {
	list-style: none;
	width: 100%;

}

.meals-showcase li {
	display: block;
	float: left;
	width: 12.5%;

}

.meal-photo {
	width: 100%;
	overflow: hidden;
	/*
	background-color: #fff;
	*/
}

.meal-photo img {
	opacity: 1; 
	width: 100%;
	height: auto;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
	transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.meal-photo img:hover {
	-webkit-transform: scale(0.9);
	        transform: scale(0.9); 
	opacity: 1; 
}

.meals { padding: 4px; }

#stock a:link
#stock a:visited {
	text-decoration: none;
	border-radius: 200px;
	border: 2px solid #89ff89;
	transition: background-color 0.2s, border 0.2s, color 0.2s;
}

/* How it works section
   ====================================*/
.steps {
	background-color: #f4f4f4;
}

.steps-box:first-child {
	text-align: right;
	padding-right: 3%; 
	margin-top: 30px;
}

.steps-box:last-child {
	padding-left: 3%;
	margin-top: 70px;
}

.app-screen { width: 40%; }

.works-steps { margin-bottom: 50px; }

.works-steps:last-of-type{
	margin-bottom: 80px;
}

.works-steps div {
	color: #2F462F;
	border: 2px solid #2F462F;
	display: inline-block;
	border-radius: 50%;
	height: 55px;
	width: 55px;
	text-align: center;
	padding: 5px;
	float: left; 
	font-size: 1.5em;
	margin-right: 25px;
}

.btn-app:link,
.btn-app:visited { border: 0; }

.btn-app img {
	height: 50px;
	width: auto;
	margin-right: 15px;
}

/* Cities section
   ===========================================*/
.box img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}


.city-features { margin-bottom: 5px; }

/* Testimonials section
   ===========================================*/
.testimonials {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/netf2.jpg);
	background-size: cover;
	color: #fff;
	background-attachment: fixed;
}

blockquote {
	padding: 2%;
	font-style: italic;
	line-height: 1.5;
	position: relative;
	margin-top: 30px;
}

blockquote:before {
	content: "\201C";
	font-size: 4.5em;
	display: block;
	position: absolute;
	top: -60px;
	left: -3px;
}

cite {
	font-size: 0.9em;
	font-style: normal;
	font-weight: 300;
	margin-top: 25px;
	display: block;
}

cite img {
	height: 45px;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}

/* Sign Up section
   ===========================================*/
.plans { background-color: #f4f4f4; }

.plan-box{
	background-color: #fff;
	border-radius: 5px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%; 
	box-shadow: 0 2px 2px #e3e3e3;
}

.plan-box div {
	padding: 15px;
	border-bottom: 1px solid #efefef;
}

.plan-price {
	font-size: 3em;
	margin-bottom: 10px;
	font-weight: 100;
	color: #e67e22;
	
}

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

.plan-price .plan-meal { font-size: 0.8em; }

.planbox 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-bottom: none;
}

.plan-box ul { list-style: none; }

.plan-box ul li { padding: 5px 0; }


/* Form section
   ===========================================*/
.section-form {
	width: 90%;
	margin: 0 auto;
}

input[placeholder],
input[type="submit"],
textarea[placeholder],
select
{
	font-family: inherit;
	font-size: 0.9em;
	font-weight: 300;
}

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; }

.map-box {
	width: 100%;
	height: 530px;
	position: relative;
}


.map {
	width: 100%;
	height: 530px;
	position: relative;
	z-index: 0;
}

.form-box {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 2;
	height: 530px;
	padding: 40px 20px 0 30px;
}

.form-box h2 {
	font-size: 1.6em;
}
/* Footer section
   ===========================================*/

footer {
	background-color: #333;
	padding: 30px;
	font-size: 0.8em;
}

footer-nav {
	list-style: none;
	float: left;
}

.social-icons {
	list-style: none;
	float: right;
}

.footer-nav li, 
.social-icons li {
	display: inline-block;
	margin-right: 20px;
}

footer-nav li:last-child,
social-icons li:last-child {
	margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-icons li a:link,
.social-icons li a:visited {
	text-decoration: none;
	border: 0;
	color: #888;
	/*transition: color 0.2s;*/
}

.footer-nav li a:hover,
.footer-nav li a:active {
	color: #ddd;
}

footer p {
	color: #888;
	text-align: center;
	margin-top: 20px;
}
.social-icons li a:link,
.social-icons li a:visited {
	font-size: 1.6em;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-instagram,
.ion-social-googleplus {
	transition: color 0.2s;
}

.ion-social-facebook:hover{
	color: #3b5998;
}

.ion-social-twitter:hover{
	color: #00aced;
}
.ion-social-instagram:hover{
	color: #517fa4;
}
.ion-social-googleplus:hover{
	color: #dd4b39;
}
.social-icons li a:hover,
.social-icons li a:active {

}


/* popups */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #2F462F;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

.popup {
	color: #2F462F;
    text-decoration: none;
    border-bottom: 1px solid #2F462F;
    padding-bottom: 1px;
    transition: border-bottom 0.2s, color 0.2s;
}


/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2F462F transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}


/* Animations
   ===================================*/
.js--wp-1, 
.js--wp-2, 
.js--wp-3 {
	opacity: 0;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}

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

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