﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&family=Oswald:wght@400;700&display=swap');

* {
    padding: 0;
    margin: 0;
    line-height: 1.2em;
    box-sizing: border-box;
}

p {
	margin-bottom: 10px;
}

a {
	color: #B56D2B;
}

h3 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #D0021B;
	font-size: 26px;
	margin-bottom: 10px;
}

body {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: #F4EDED;
    color: #221010;
}

header div, .bookSections, .video, .newsletter, .about, .tryRecipes, .social, .bottom {
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}

/*HEADER*/
header {
	background: url('img/headerbg2x.png') no-repeat;
	background-size: 100% 200px;
	padding-top: 40px;
	margin-bottom: 50px;
}

header div {
	display: flex;
	align-items: center;
}

header div section {
	width: 50%;
	text-align: center;	
}

header div section:nth-child(2) {
	align-self: flex-start;
}

header div section img, header div section source  {
	width: 70%;
}


h1 {
	font-family: "Oswald", sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: -1px;
}

header h4 {
	font-weight: 600;
	color: #FFF;
	padding-top: 30px;
}

header p {
	line-height: 1.4em;
	font-size: 20px;
	margin: 50px auto;
}

.button-blue {
	display: inline-block;
	width: 200px;
	height: 90px;
	padding: 25px 40px;
	background: url('img/buttonbg2x.png') no-repeat;
	background-size: 100%;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: left;
}

.comingsoon {
	padding: 30px;
	max-width: 400px;
	margin: 0 auto;
	border: 2px dashed gray;
	text-align: center;
	display: block;
}

.comingsoon p {
	font-weight: 600;
	margin: 0;
}

.comingsoon a {
	position: unset !important;
}

/*BOOK SECTIONS*/
.bookSections {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.bookSections img, .bookSections source {
	width: 100%;
}

.bookSections div {
	width: 28%;
}

/*VIDEO*/
.video {
	background: url('img/videobg.jpg') no-repeat;
	background-size: 500px;
	padding-top: 45px;
	margin-bottom: 60px;
	display: flex;
}
.video h3 {
	width: 25%;
	padding: 10px;
	text-align: right;
}
.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 45%;
}
.container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video img {
	position: absolute;
	top: -60px;
	left: -80px;
	width: 150px;
}

/*NEWSLETTER*/
.newsletter {
	background: url('img/watercolorbg.jpg') no-repeat center;
	background-size: auto 100%;
	padding: 200px 330px 100px;
	position: relative;
	margin-bottom: 250px;
}

.newsletter h3 {
	text-align: center;
}

.newsletter p {margin-bottom: 20px;}

.newsletter label {
	font-size: 12px;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.newsletter input[type="text"], .newsletter input[type="email"] {
	border: none;
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.mc-field-group p {
	margin: 10px 0 5px;
}

#mc_embed_signup li {
	list-style-type: none;
}

#mc_embed_signup li input {
	border: 0;
	padding: 5px;
	margin-right: 5px;
}

#mc_embed_signup li label {
	display: inline-block;
}

#mc_embed_signup .button {
	padding: 15px 35px 15px 25px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
	background: #D0021B;
	border: none;
	float: right;
	margin-top: 25px;
	cursor: pointer;
}

.newsletter source[srcset*="olivie"], .newsletter img[src*="olivie"] {
	position: absolute;
	top: 130px; left: 130px;
	width: 200px;
}

.newsletter source[srcset*="blini"], .newsletter img[src*="blini"] {
	position: absolute;
	bottom: -20px; right: 160px;
	width: 200px;
}


/*ABOUT*/
.about {
	display: flex; 
	flex-direction: column;
	position: relative;
	margin-bottom: 100px;
}

.about img[src*="vodka"] {
	position: absolute;
	left: 10%;
	top: -250px;
	width: 300px;
}
.about img[src*="board"] {
	position: absolute;
	left: 25%;
	bottom: -70px;
	width: 150px;
}

.about div:nth-of-type(1), .about div:nth-of-type(2) {
	margin-left: 50%;
}

.about div:nth-of-type(1) {
	width: 500px;
	padding: 130px 145px 100px 60px;
	background: no-repeat url('img/redtearbg.png');
	background-size: cover;
	position: relative;
}

.about div:nth-of-type(1) img {
	width: 200px;
	position: absolute;
	top: -50px;
	right: 30px;
}

.about div:nth-of-type(1) h3, .about div:nth-of-type(1) p, .about div:nth-of-type(1) a {
	color: #FFF;
}

.about div:nth-of-type(1) a {
	font-size: 12px;
	font-weight: 600;
	margin-right: 20px;
}

.about div:nth-of-type(2) {
	background: #F2D6D6;
	width: 500px;
	margin-top: -80px;
  	padding: 40px;
  	clip-path: polygon(3% 0, 100% 5%, 96% 96%, 0 98%);
  	color: #D0021B;
}

.about div:nth-of-type(2) h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.about div:nth-of-type(2) a {
	font-size: 12px;
	font-weight: 600;
	color: #D0021B;
}

/*TRY RECIPES*/
.tryRecipes {
	background: url(img/coverimage2x.png) right top no-repeat;
	background-size: 50%;
	height: 450px;	
	padding: 300px 0 0 100px;
	margin-bottom: 200px;
}

.tryRecipes div {
	/*clip-path: polygon(3% 0, 100% 5%, 99% 96%, 0 98%);*/
	background: #F2D6D6;
	padding: 50px;
	color: #D0021B;
	width: 500px;
	position: relative;
	transform: rotate(-3deg);
}

.tryRecipes .button-blue {
	position: absolute;
	padding: 25px 30px;
	right: -80px;
	bottom: -50px;
	transform: rotate(3deg);
}

/*SOCIAL*/
.social {
	background: url('img/browntearbg.jpg') no-repeat center;
	background-size: auto 100%;
	padding: 100px 200px;
	text-align: center;
	position: relative;
	margin-bottom: 200px;
}

.social p {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 50px;
}

.social a[href*="insta"], .social a[href*="facebook"] {
 	padding: 20px 25px;
 	font-family: "Oswald", sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
}

.social a img {
	width: 16px;
	margin-right: 5px;
	vertical-align: middle;
}

.social a[href*="insta"] {
	clip-path: polygon(0 3%, 0 100%, 99% 96%, 98% 0);
	background: #D82C85;
	margin-right: 20px;
}

.social a[href*="facebook"] {
	clip-path: polygon(0 0, 2% 100%, 100% 96%, 98% 0);
	background: #1878F2;
}

.social .extraz {
	position: absolute;
}

.social img[src*="salo"] {
	top: -20px;
	left: 40%;
	width: 180px;
}

.social img[src*="herring"] {
	top: -40px;
	right: 5%;
	width: 150px;
	transform: rotate(3deg);
}

.social img[src*="jars"] {
	bottom: -90px;
	left: 20%;
	width: 150px;
}

/*BOTTOM*/
.bottom{
	text-align: center;
}

.bottom img {
	width: 400px;
	margin: 0 auto;
	display: block;
}

.bottom a {
	position: relative;
	top: -200px;
	left: 300px;
}

/*FOOTER*/
footer {
	background: url('img/footerbg.png') no-repeat;
	background-size: 100% 100%;
	padding: 100px 50px 50px;
	display: flex;
	justify-content: space-between;
}

footer a {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 10px;
}

footer a img {
	width: 20px;
}



/*********************************RESPONSIVE*********************************/

@media screen and (max-width: 1000px) {
	
	.extraz {
		display: none;
	}

	header h1 {
		font-size: 36px;
	}

	.newsletter {
		padding: 20px;
		width: 80%;
		margin: 50px auto 100px;
		background-position: center;
		background-size: auto 100%;
	}

	#mc_embed_signup .button {
		float: none;
	}

	.about {
		display: block;
		width: 80%;
		margin-bottom: 60px;
	}

	.about div:nth-of-type(1), .about div:nth-of-type(2) {
		margin-left: 0;
		width: 100%;
	}

	.about div:nth-of-type(1) {
		background-position: center;
		/*padding: 150px 20px 120px;*/
		padding: 50px 300px 50px 80px;
	}

	.about div:nth-of-type(2) {
  	clip-path: polygon(0 0, 100% 5%, 100% 98%, 0 100%);
  	margin-top: -30px;
  }

  .tryRecipes {
  	width: 100%;
  	height: 330px;
  	padding: 100px 0 0;
  	background-size: cover;
  	margin-bottom: 50px;
  }

  .tryRecipes div {
  	width: 75%;
  	padding: 20px 20px 50px;
  	margin: 0 auto;
  }

  .tryRecipes .button-blue {
  	position: absolute;
  	bottom: -50px;
  	right: 20px;
  }

  .social {
  	width: 100%;
  	padding: 100px 50px;
  	margin-bottom: 50px;
  }

 .bottom img {
	width: 70%;
}

.bottom a {
	position: unset;
}

}


@media screen and (max-width: 400px) {

	header {
		background: url('img/headerbgmob.png') no-repeat;
		background-size: 100% 150px;
	}

	header div {
		display: block;
		width: 100%;
	}

	header div section, header div img {
		width: 100%;
	}

	header h4 {
		color: #221010;
		padding-top: 0;
	}

	header h1 {
		color: #221010;
		font-size: 42px;
	}

	header p {
		font-size: unset;
		width: 90%;
		margin: 20px auto;
	}

	.button-blue {
		/*background: url('img/buttonbg1x.png') no-repeat;*/
	}

	.bookSections {
		display: block;
	}

	.bookSections div {
		width: 100%;
		margin-bottom: 50px;
	}

	.video {
		background: url('img/videobgmob.jpg') no-repeat;
		display: block;
		width: 100%;
		background-size: auto 100%;
		background-position: center;
		padding: 40px 10px;	
	}

	.video h3 {
		width: 100%;
		text-align: unset;
	}

	.video .container {
		width: 100%;
		padding-bottom: 55%;
	}

	.newsletter {
		width: 100%;
	}

	.about {
		width: 100%;
	}

	.about div:nth-of-type(1) {
		background: no-repeat url('img/redtearbgmob.png');
		background-size: 100% 100%;
		padding: 150px 20px 120px;
	}


	.about div:nth-of-type(2) {
	  	margin-top: -80px;
  }

  .tryRecipes {
	background: url(img/coverimage1x.png);
  	height: 230px;
  	margin-bottom: 120px;
  }

  .social {
	background: url('img/browntearbgmob.jpg');
	background-size: 100% 100%;
  	padding: 100px 20px;
  }

  .bottom img {
	width: 100%;
}

footer {
	display: block;
	background: url('img/footerbgmob.png');
	padding-bottom: 20px;
}

footer section {
	margin-bottom: 20px;
}

}










