/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Header
# Content
	## Social
	## Intro
	## Recipes
	## Privacy
# Footer
# Other
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: "proxima-nova", "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-size: 0.9rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "BookmanITCStd-Medium", "Palatino Linotype", serif;
	font-weight: normal;
    color: #fff200;
    text-align: center;
}
h2 {
    font-size: 1.7rem;
    padding-top: 35px;
    padding-bottom: 20px;
}
.white {
    color: #FFFFFF;
}
.red {
	color: #ed3023;
}
.yellow {
	color: #fff200;
}
@media only screen and (max-width: 768px) {
	h2 {
		font-size: 1.1rem;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 0.8rem;
	}
}
.sup {
	font-size: 0.6rem;
	font-family: sans-serif;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    height: 100vh;
}
body {
    min-height: 100vh;
    margin: 0;
	position: relative;
	padding-bottom: 174px;
	box-sizing: border-box;
}
ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.hero-image {
	padding:4%;
	background-image: url("https://noyolks.ca/img/HomePage_HeaderImage_Banner.jpg");
    height: 95vh;
	/*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.recipe-image {
	height: 95vh;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-logo {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translate(-50%, 0);
	max-width: 280px;
	width: 50%;
	height: auto;
}
.btn-language {
    text-align: center;
    position: absolute;
    top: 7%;
    right: 5%;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 0.9em;
    background: rgba(0,0,0,0.55);
    padding: 7px 20px;
}
.btn-language:hover {
	background:rgba(237,48,35,1);
}
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 4px 20px;
	margin-top: 45px;
}
.hero-text h1 {
    font-size: 3.35em;
    margin: 0;
    padding: 0;
	font-family: "Bookman-Bold", serif;
}
.mobile-main {
	display: none;
}
.privacy-header {
	background: #171719;
	text-align: center;
}
.privacy-header img {
	padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
	.hero-image {
		/*background-image: none;
		max-height: 550px;*/
		max-height: 320px;
	}
	/*.recipe-image{
		background-image: none;
	}*/
	.recipe-image{
		max-height: 580px;
	}
	.hero-logo {
	    top: 2%;
	}
	.btn-language {
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		font-size: 0.6rem;
		padding: 8px 12px;
	}
	.hero-text {
	    top: 27%;
		border-width: 1px;
	    padding: 2px 10px;
		margin-top: 0;
	}
	.hero-text h1 {
	    font-size: 1.6em;
	}
	.mobile-main {
		display: block;
		width: 100%;
		height: auto;
		position: absolute;
	    bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		object-fit: cover;
	}
}

@media only screen and (max-width: 726px) {
	.hero-text img {
		max-width: 490px;
	}
}
@media only screen and (max-width: 600px) {
	.hero-image {
		max-height: 250px;
	}
}
@media only screen and (max-width: 500px) {
	.hero-image {
		max-height: 200px;
	}
	/*.hero-image {
		max-height: 400px;
	}*/
	.recipe-image {
		max-height: 400px;
	}
	.hero-logo {
	    top: 3%;
	}
	.hero-text {
	    top: 30%;
	}
	.hero-text img {
		max-width: 370px;
	}
}
@media only screen and (max-width: 380px) {
	.hero-image {
		/*max-height: 320px;*/
		max-height: 180px;
	}
	.recipe-image {
		max-height: 320px;
	}
	.hero-logo {
	    top: 3%;
	}
	.hero-text {
	    top: 35%;
	}
	.hero-text img {
		max-width: 260px;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
#social {
    background: #171719;
    min-height: 224px;
    position: relative;
}
.down-arrow {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%, 0);
}
h2.social-title {
    padding-top: 35px;
}
div.social-container {
    display: flex;
    justify-content: center;
    padding-bottom: 35px;
    color: #a7a7a7;
    font-size: 1.3rem;
    text-align: center;
}
div.social-left {
	padding-right: 12%;
}
div.social-middle {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
	padding: 0 12%;
}
div.social-right {
	padding-left: 12%;
}
div.social-item img {
    display: block;
    margin: 0 auto 20px auto;
	width: 59px;
	height: auto;
}
@media only screen and (max-width: 768px) {
	#social {
		min-height: 175px;
	}
	div.social-container {
		padding-bottom: 0;
	}
	div.social-item {
	    padding: 0 5% 2% 5%;
	}
	.social-item p {
		font-size: 0.9rem;
	}
	div.social-middle {
		border: none;
	}
}
@media only screen and (max-width: 500px) {
	div.social-item {
	    padding: 0;
	}
	.social-item p {
		font-size: 0.7rem;
		margin-left: 10px;
		margin-right: 10px;
	}
	div.social-middle {
		border: none;
	}
	div.social-item img {
		margin-bottom: 10px;
	    width: 45px;
	}
}
/*--------------------------------------------------------------
## Intro
--------------------------------------------------------------*/
.intro-top {
    /*background: #ed3023;*/
	background: #E72113;
}
.intro-text {
	font-size:16px;
    margin: 0 auto;
    max-width: 850px;
    color: #FFFFFF;
    text-align: center;
	padding: 0 25px 180px 25px;
}
.intro-products {
	position: relative;
	max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto 60px auto;
}
.products {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-top: -134px;
	width: 100%;
}
.french .products {
	align-items: flex-start;
}
.products h2 {
	font-family: "Bookman-Bold", serif;
	color: #ed3023;
	padding: 8px 0;
}
.intro-bottom {
	text-align: center;
	min-height: 200px;
}
.available {
	border: 2px solid #ed3023;
	padding: 15px 25px;
	font-size: 1.4rem;
	font-weight: bold;
}
.change-your-status {
	/*background: #ed3023;*/
	height: 100%;
	position: relative;
	width:100%;
	margin-bottom:-1%;
}
.change-your-status img {
	height:100%;
	width:100%;
	object-fit:contain;
}
/*.change-your-status img {
	position: absolute;
	top: -110px;
	left: 50%;
    transform: translate(-50%, 0);
}*/
.change-your-status .status {
	font-family: "Bookman-Bold", serif;
    font-size: 2.2rem;
    line-height: 1.2;
	position: absolute;
	top: 20px;
	left: 50%;
    transform: translate(-50%, 0);
	max-width: 270px;
	color: #2b2b2b;
	padding-top: 15px;
	padding-bottom: 0;
}
@media only screen and (max-width: 1153px) {
	.intro-text {
		padding-bottom: 120px;
	}
	.products {
		margin-top: -80px;
	}
	.products img {
		width: 200px;
	}
}
@media only screen and (max-width: 768px) {
	.intro-text {
		padding-bottom: 80px;
	}
	.intro-top h2 {
		width: 200px;
		margin: 0 auto;
	}
	.french .intro-top h2 {
		width: 100%;
		margin: 0 auto;
	}
	.intro-top h2 span {
		display: block;
	}
	.intro-products {
		padding: 0;
		margin-bottom: 20px;
	}
	.products {
		margin-top: -60px;
	}
	.products h2 {
		font-size: 1rem;
		padding: 0 0 10px 0;
	}
	.products img {
		width: 155px;
	}
	.products span {
		display: block;
	}
	.available {
	    padding: 8px 25px;
	    font-size: 0.9rem;
	}
	.intro-bottom {
		min-height: 100px;
	}
	/*.change-your-status {
		height: 108px;
	}
	.change-your-status img {
	    top: -54px;
	    width: 300px;
	}*/
	.change-your-status .status {
		width: 150px;
		font-size: 1.1rem;
		top: 0;
	}
}
@media only screen and (max-width: 380px) {
	.available {
		padding: 8px 15px;
	    font-size: 0.8rem;
	}
}
@media only screen and (max-width: 336px) {
	.available {
	    padding: 8px 5px;
	}
}
/*--------------------------------------------------------------
## Recipes
--------------------------------------------------------------*/
#recipes {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#recipes.container {
	max-width: 1200px;
	padding: 60px 20px;
}
#recipes a{
	text-decoration: none;
}
.recipe {
	display: inline-block;
	position: relative;
	height: auto;
	width: 40%;
	margin: 20px;
	overflow: hidden;
}
.recipe-img {
	width: 100%;
}
.recipe h2{
	font-family: Bookman-Bold;
	color:#ed3203;
}
.recipe .overlay {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	opacity: 0;
	transition: .5s ease;
	background:rgba(237,48,35,0.7);
}
.recipe:hover .overlay {
	opacity: 1;
}
.recipe .overlay .text {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.recipe .overlay h2 {
	font-family: 'Bookman-Bold';
	font-size: 1.65rem;
	color: white;
	padding: 0 10px 10px 10px;
}
.recipe .overlay .visit {
	max-width: 170px;
	margin: 0 auto;
	padding-top: 10px;
}
.all-recipes {
	font-size: 1.1rem;
	color: white;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
	#recipes.container {
		padding: 15px 5px;
	}
	.recipe {
		width: 150px;
		height: 150px;
		margin: 5px;
	}
	.recipe:hover .overlay {
		opacity: 0;
	}
	.all-recipes {
		font-size: 0.9rem;
		left: 15px;
		margin-right: 15px;
	}
	.all-recipes span {
		display: block;
	}
	.all-recipes br {
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	.recipe h2 {
		font-size:14px;
	}
}
@media only screen and (max-width: 400px) {
	.recipe h2 {
		font-size:12px;
	}
}
/*--------------------------------------------------------------
## Retailers
--------------------------------------------------------------*/
#retailers {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#retailers.container {
	max-width: 1200px;
	padding: 60px 20px;
}
#retailers a{
	text-decoration: none;
}
.retailer {
	display: inline-block;
	position: relative;
	/*background-color: #f0f0f0;*/
	height: auto;
	width: 25%;
	margin: 20px;
	padding:20px;
	overflow: hidden;
}
.retailer-img {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	#retailers.container {
		padding: 15px 5px;
	}
	.retailer {
		width: 150px;
		height: 150px;
		margin: 5px;
	}
}



/*--------------------------------------------------------------
## Privacy
--------------------------------------------------------------*/
#privacy {
	margin: 0 auto;
    max-width: 850px;
	padding: 0 20px 20px 20px;
}
#privacy h1 {
	font-family: "Bookman-Bold", serif;
	color: #ed3023;
	font-size: 1.7rem;
	padding-top: 35px;
    padding-bottom: 20px;
}
#privacy li {
	margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	background: #2b2b2b;
	min-height: 174px;
	color: #FFFFFF;
	font-size: 0.6rem;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
footer img {
	padding-top: 40px;
	margin-bottom: 10px;
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
footer a {
	color: #a0a0a0;
}
footer a span {
	color: #FFFFFF;
}
footer p {
	margin-top: 5px;
	color: #a0a0a0;
}

/*--------------------------------------------------------------
# Other
--------------------------------------------------------------*/
.container {
    max-width: 1160px;
    padding: 0 40px;
    margin: 0 auto;
}
