@charset "UTF-8";

/* GLOBAL STYLES */

body {
	margin-bottom: 6em;
}

#main {
	width: 100%;
	min-width: 300px;
	max-width: 1500px;
	position: relative;
	margin: auto 0;
}


header {
	width: 100%;
	margin: 1em auto;
	text-align: center;
	align-items: center;
	flex-direction: column;
	display: flex;
	overflow: visible;
	position: relative;
	top: -10px;
}

div.drip-box {
	position: relative;
	margin: 0 auto;
  	width: 100%;          
 	height: 190px;
  	display: flex;
  	justify-content: center;
  	overflow: visible;
  	background: none;
  	z-index: 1;
	top: -6px;          
  	margin-bottom: -60px;
}

div.drip-box::after {
    content: "";
    display: block;
    clear: both;
}

div.left-honeydrip, div.right-honeydrip{
	 flex: 1;
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: top center;
}

div.left-honeydrip {
    background-image: url(images/drip1.png);	
}

div.right-honeydrip {
    background-image: url(images/drip2.png);	
}

nav {
	width: 185px;
	margin-top: -2em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
	position: relative;
	z-index: 2; 
	background: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

div.bee1, div.bee2 {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 2em .5em;
	float: left;
	background-repeat: no-repeat;
	transition: all 1s ease;
}

div.bee1 {
    background-image: url(images/bee1.png);	
}

div.bee1:hover {
	background-image: url(images/bee1.png);
	background-size: 90%;
}

div.honey-pot {
	width: 70px;
	height: 97px;
	align: center;
	margin: auto 0;
	display: block;
	float: left;
	background-repeat: no-repeat;
	transition: all 0.5s;
}

div.honey-pot {
    background-image: url(images/honeypot.png);	
}

div.honey-pot:hover {
    background-image: url(images/honeypot-rollover.png);	
}

div.bee2 {
    background-image: url(images/bee2.png);	
}

div.bee2:hover {
	 background-image: url(images/bee2.png);	
	background-size: 90%;
}


div.bee1, div.bee2, div.honey-pot {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#title {
  width: 100%;
  margin-top: -1em;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
  text-align: center;
  padding-top: 1em;
}

#title h1 {
  font-size: 3.2em;
  font-family: 'Pacifico', 'Gelato Luxe', cursive;
  color: #603913;
  margin-bottom: 0.5em;
  line-height: 1;
}

#title h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.1em;
	align: center;
	margin: 0 auto;
  font-color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

header h3 {
  width: 86.4%;
  margin: 1em auto 0.5em;
  color: #603913;
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size: 1.1em;
  letter-spacing: 0.5px;
	background-color: #F8E8DB;
  border-radius: 12px;
  padding: 0.4em 0.8em;
  line-height: 1.3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

article {
	width: 86.4%;
	margin: 0 auto;
}

article p {
  width: 86.4%;
  margin: 0 auto;
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  font-size: 1em;
  line-height: 1.7;
  color: #2c1c0a;
  text-align: left;
}

article p::first-letter {
	padding-left: 7.5%;
}

article .pullquote1, .pullquote2, .pullquote3, .pullquote4, .pullquote5 {
  width: 77.6%;
  margin: 1.2em auto;     
  background-color: #603913;
  color: #f8d8b9;
  font-family: 'Cinzel Decorative', 'Libre Baskerville', serif;
  font-size: 1.2em;
  line-height: 1.3;
  text-align: center;
  border-radius: 12px;
  padding: 0.6em 1em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

article img {
	width: 100%;
	margin: 1em 0;
}

.illustr1 {
	width: 100%;
	display: block;
	margin: 1em auto;
}

.illustr1 img {
	width: 100%;
	display: block;
	margin: 1em auto;
}

.illustr2 {
	width: 100%;
	display: block;
	margin: 1em auto;
}

.illustr2 img {
	width: 100%;
	display: block;
	margin: 1em auto;
}

.illustr3 {
	width: 100%;
	display: block;
	margin: 1em auto;
}

.illustr3 img {
	width: 50%;
	display: block;
	margin: 1em auto;
}

.illustr4 {
	width: 100%;
	display: block;
	margin: 1em auto;
}

.illustr4 img {
	width: 100%;
	display: block;
	margin: 1em auto;
}

.illustr5 {
	width: 100%;
	display: block;
	margin: 1em auto;
}

.illustr6 img {
	width: 100%;
	display: block;
	margin: 1em auto;
}




/* MEDIA QUERIES */

@media (min-width: 400px) {
	.drip-box {
  	width: 100%;          
 	height: 400px;
  	display: flex;
  	justify-content: center;
  	overflow: visible;
  	background: none;
  	z-index: 1;
	top: -6px;          
  	margin-bottom: -60px;
}
	
	nav {
		width: 220px;
	}
	
	.illustr1 img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr2 img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr3 img {
		width: 40%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr4 img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
}

@media (min-width: 450px){

.drip-box {
  	width: 100%;          
 	height: 400px;
  	display: flex;
  	justify-content: center;
  	overflow: visible;
  	background: none;
  	z-index: 1;
	top: -6px;          
  	margin-bottom: -60px;
}
	
	nav {
		width: 220px;
	}
	
	.illustr1  {
		width: 70%;
		display: block;
		margin: 1em auto;
	}
	
	.illustr2 img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr3 img {
		width: 40%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr4 img {
		width: 70%;
		display: block;
		margin: 0 auto;
}
	
	.illustr5 {
		width: 70%;
		display: block;
		margin: 1em auto;
}

	.illustr6 img {
		width: 70%;
		display: block;
		margin: 1em auto;
}
}

@media (min-width: 500px){
	
	#title h2 {
		width: 50%;
		align: center;
	}
	
	article .pullquote1, .pullquote2, .pullquote3 {
		width: 60%;
		font-size: 1.2em;
	}
	
	.illustr1 img {
		width: 100%;
		display: block;
		align: center;
		margin: 0 auto;
	}
	
	.illustr2 img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr3 img {
		width: 35%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr4 img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr5 {
		width: 70%;
		display: block;
		margin: 1em auto;
}

	.illustr6 img {
		width: 70%;
		display: block;
		margin: 1em auto;
}
	
}

@media (min-width: 600px) {
	
	header {
		width: 100%;
		margin: 1em auto;
	}
	
	#title h2 {
		width: 45%;
	}
	
	article {
		width: 100%;
		align: left;
	}
	
	.illustr1 img {
		width: 100%;
		display: block;
		align: center;
		margin: 0 auto;
	}
	
	.illustr2 img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr3 img {
		width: 35%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr4 img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr5 {
		width: 70%;
		display: block;
		margin: 1em auto;
}

	.illustr6 img {
		width: 70%;
		display: block;
		margin: 1em auto;
}
	
}

@media (min-width: 750px){
	
	body {
		background-color: white;
	}
	
	header {
		width: 100%;
	}
	
	header .drip-box {
		image-size: 50%;
	}
	
	#title {
		width: 40%;
	}
	
	#title h1 {
		font-size: 4.5em;
		margin-top: .5em;
		margin-bottom: .25em;
	}
	
	#title h2 {
		width: 60%;
	}
	
	article p {
		font-size: 1.3em;
		line-height: 1.9;
	}
	
	article .pullquote2, .pullquote3, .pullquote4 {
		width: 50%;
	}
	
	article .pullquote1 {
		width: 20%;
		float: right;
		margin: .5em 1.5em .5em -1.5em;
	}
	
	.illustr1 img {
		width: 100%;
		display: block;
		align: center;
		margin: 0 auto;
	}
	
	.illustr2 img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr3 img {
		width: 35%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr4 img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr5 {
		width: 70%;
		display: block;
		margin: 1em auto;
}

	.illustr6 img {
		width: 70%;
		display: block;
		margin: 1em auto;
}
	

}


@media (min-width: 1000px){
	
	nav {
		width: 275px;
		margin: 3em auto 2.5em auto;
	}
	
	div.bee1, div.bee2 {
		width: 45px;
	}
	
	div.honey-pot {
		margin: 0 70px;
}
	
	header {
		width: 100%;
	}
	
	#title {
		width: 30%;
	}
	
	#title h1 {
		font-size: 4.5em;
		margin-top: .5em;
		margin-bottom: .25em;
	}
	
	#title h2 {
		width: 60%;
	}
	
	article {
		width: 70%;
	}
	
	article p {
		font-size: 1.4em;
		line-height: 2;
	}
	
	article .pullquote1, .pullquote2, .pullquote3, .pullquote4, .pullquote5 {
		width: 33%;
		font-size: 1em;
		float: right;
		margin: .5em 0 .5em 1em;
	}
	
	.illustr1 img {
		width: 100%;
		display: block;
		align: center;
		margin: 0 auto;
	}
	
	.illustr2 img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr3 img {
		width: 35%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr4 img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr5 {
		width: 70%;
		display: block;
		margin: 1em auto;
}

	.illustr6 img {
		width: 70%;
		display: block;
		margin: 1em auto;
}
}

@media (min-width: 1250px){
	
	#main {
		background-color: #f8e8db;
	}
	
	header {
		width: 38%;
		height: auto;
		background-color: transparent;
		position: absolute;
		top: 0;
		left: 0;
		max-width: 500px;
	}
	
	#title {
		width: 100%;
	}
	
	#title h1 {
		width: 100%;
	}
	
	section {
		width: 60%;
		float: right;
		padding: 6em 6% 0 6%;
		background-color: white;
		margin: 0;
	}
	
	article {
		font-size: 0.6em;
	}
	
	article .pullquote1, .pullquote2,.pullquote3, .pullquote4, .pullquote5 {
	
		width: 27.5%;
		font-size: 1.5em;
		text-decoration: inline;
		float: left;
		margin: 0 auto;
}
	
	.illustr1 img {
		width: 100%;
		display: block;
		align: center;
		margin: 0 auto;
	}
	
	.illustr2 img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr3 img {
		width: 40%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr4 img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.illustr5 {
		width: 70%;
		display: block;
		margin: 1em auto;
}

	.illustr6 img {
		width: 70%;
		display: block;
		margin: 1em auto;
}
}
