@charset "UTF-8";

body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	background: #fbfbfb;
	color: #020f39;
}
.wrapper {
	background: #fee9b6;
	padding-bottom: 4rem;
}
.container {
	margin: 0 auto;
	padding: 0;
	width: 80%;
	max-width: 920px;
	text-align: left;
}
h1, h2, h3, h4 {
	font-family: 'Allura', cursive;
}
.hero h1 {
	color: #016425;
	font-size: 6rem;
	font-weight: 400;
	line-height: 1.1em;
	letter-spacing: 0px;
	word-spacing: 0.2em;
	margin: 0 0 0 20%;
	padding: 0;
	text-align: left;
}
h1 {
	color: #8B2503;
	font-size: 5rem;
	font-weight: bold;
	line-height: 1.1em;
	letter-spacing: -2px;
	word-spacing: 0.2em;
	margin: 3rem 0 2rem 0;
	padding: 0;
	text-align: center;
}
.hero h2 {
	color: #016425;
	font-size: 3rem;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1.3em;
	letter-spacing: 0px;
	word-spacing: 0.1em;
	margin: 0 0 0 40%;
	padding: 0;
	text-align: left;
}
p, ul li {
	color: #4E5705;
	font-family: "Lato", Sans-serif;
	font-size: 1.1rem;
	font-weight: 500;
	text-transform: none;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0px;
	text-align: left;
}
h5 {
	text-align: center;
	color: #8B2503;
	font-family: 'Lato', sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: none;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin: 1rem 0 0 0;
}
.hero {
	margin: 0 auto;
	padding: 2rem 0 0 0;
	min-height: 98vh;
	background-image: url("img/home-onions.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-welcome {
	margin-top: 2rem;
}
.home-food-row {
	margin-top: 4rem;
	height: 6rem;
}
#welcome.flex-container {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
	
}
#left.flex-item {
	width: 30%;
	padding: 5%;
	text-align: left;
}
#left.flex-item h2,
.food-is-love-row h2 {
	font-size: 5rem;
	color: #8B2503;
	margin: 2rem 0 1rem 0;
}
#left.flex-item p {
	font-size: 1.1rem;
	font-weight: normal;
}
#middle.flex-item {
	width: 22%;
	padding: 0;
	text-align: center;
}
#middle.flex-item img {
	width: 100%;
}
#right.flex-item {
	width: 30%;
	padding: 0 4% 0 4%;
	text-align: left;
}
#right.flex-item h4 {
	font-size: 2.2rem;
	color: #8B2503;
	margin: 2.5rem 0 0 0;
}
#right.flex-item p {
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
}
#right.flex-item a:link,
#right.flex-item a:visited,
#home-categories .flex-item h4 a:link,
#home-categories .flex-item h4 a:visited {
	color: #8B2503;
	text-decoration: none;
}
#right.flex-item a:hover,
#right.flex-item a:active,
#home-categories .flex-item h4 a:hover,
#home-categories .flex-item h4 a:active {
	color: #8B2503B3;
}
#home-categories.flex-container {
	margin: 0 auto;
	margin-top: 5rem;
	width: 893px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	
}
#home-categories .flex-item {
	width: 31.5%;
	margin: .5% 0 .5% 0;
	text-align: center;
	background: #f6e2b1;
	border: 1px #fee9b6 solid;
	border-radius: 3px;
}
#home-categories .flex-item img {
	max-width: 100%;
	opacity: 1;
	transition: 1s ease;
	/*! width:400px */
}
#home-categories .flex-item img:hover {
	opacity: .6;
	transition: 1s ease;
}
#home-categories .flex-item h4 {
	font-size: 2.2rem;
	color: #8B2503;
	margin: .5rem 0 1rem 0;
}
#food-is-love.flex-container {
	margin: 0 auto;
	padding: 4rem 10% 0 10%;
	width: 80%;
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
}
#food-is-love .left.flex-item {
	width: 70%;
	padding-right: 10%;
	text-align: left;
}
.fil-button {
	margin: 3rem;
	text-align: right;
}
.button {
	font-size: .9rem;
	padding: 10px;
	text-decoration: none;
	line-height: 1em;
	letter-spacing: 0px;
	color: #8B2503;
	border: 1px solid #8B2503;
	border-radius: 10px;
	transition: 1s ease
}
.button:hover {
	color: #fff;
	background: #8B2503;
	transition: 1s ease
}
footer {
	padding-top: 2.5rem;
	padding-bottom: 1rem;
	/*! height: 3rem; */
	background-color: #FCF3DC;
}
footer p {
	margin-top: 3rem;
	font-size: .8rem;
	color: #8B2503;
	text-align: center;
}

.nav-bar {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 2rem;
}
.nav-bar ul {
	text-align: center;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
.nav-bar ul li {
	display: inline;
	margin: 0;
	padding: 0 8px 0 8px;
}
.nav-bar ul li a:link, .nav-bar ul li a:visited {
	font-size: .9rem;
	color: #016425;
	/*! font-weight: bold; */
	text-decoration: none;
}
.nav-bar ul li a:hover, .nav-bar ul li a:active {
	color: #6e954e;
}
.clear {
	clear: both;
}
.screen {
  display: block;
}
.tablet, .phone {
  display: none;
}

/* ANIMATIONS */

.hero h1 {
	-webkit-animation: fade-in-bottom 2.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
	        animation: fade-in-bottom 2.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
}
.hero h2 {
	-webkit-animation: fade-in-bottom 2.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2.5s both;
	        animation: fade-in-bottom 2.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2.5s both;
}
.hero h5 {
	-webkit-animation: fade-in-bottom 2.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 4.5s both;
	        animation: fade-in-bottom 2.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 4.5s both;
}
.home-welcome h2, .food-is-love-row h2 {
	-webkit-animation: fade-in-top 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-top 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(10vh);
            transform: translateY(10vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(10vh);
            transform: translateY(10vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-10vh);
            transform: translateY(-10vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-10vh);
            transform: translateY(-10vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}



@media only screen and (max-width: 1024px) {
	.hero {
		margin: 4rem 0 0 0;
		padding: 0 5% 0 5%;
		min-height: 65vh;
		background-position: bottom center;
    background-size: contain;
		background-color: #fbfbfb;
  }
	.hero h1 {
		font-size: 4.5rem;
	}
	.hero h2 {
		font-size: 2.5rem;
	}
	h5 {
		font-size: 1.1rem;
	}
	#left.flex-item {
    width: 30%;
  }
	#middle.flex-item,
	#food-is-love .right.flex-item{
    display: none;
  }
	#right.flex-item {
		width: 65%;
	}
	
	#food-is-love.flex-container {
		margin: 0 auto;
		padding: 4rem 10% 0 10%;
		width: 80%;
		text-align: left;
		display: block;
	}
	#food-is-love .left.flex-item {
		width: 90%;
		padding-right: 0;
		text-align: left;
	}
	.phone {
		display: block;
	}
	.screen {
		display: none;
	}
}



@media only screen and (max-width: 960px) {
	
	.flex-container {
		max-width: 800px;
	}
}


@media only screen and (max-width: 840px) {
	
	.flex-container {
		max-width: 700px;
	}
	
	#welcome.flex-container {
		display: block;
	}
	
	#left.flex-item,
	#right.flex-item {
    width: 90%;
  }
}


@media only screen and (max-width: 768px) {
	.hero {
		min-height: 60vh;
	}
	.hero h1 {
		margin: 0 0 0 10%;
	}
	.hero h2 {
		margin: 0 0 0 20%;
	}
	.flex-container {
		max-width: 600px;
	}
}


@media only screen and (max-width: 640px) {
	
	.flex-container {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.flex-item {
		width: 90%;
		max-width: 400px;
		margin: 0 auto;
		padding: 1rem 0 0 0;
	}
}

@media only screen and (max-width: 411px) {
	
	#home-categories.flex-container {
		display: block;
		margin: 0 auto;
		margin-top: 4rem;
		width: 90%;
	}
	#home-categories .flex-item {
		width: 335px;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 2rem;
		padding: 0 0 0 0;
	}
	footer p {
    margin-top: 5rem;
  }
}