/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Myers Reset*/
strong {
	font-weight:900;
}

i {
	font-style:italic;
}
body {
	background-image:url("../_images/bg.jpg");
	font-family: montserrat, sans-serif;
	color:#3d1a08;
	line-height:150%;
	background-color:#b69971;
}
#logo {
	width:15%;
}
#front_page {
	width:100%;
	height:100vh;
	background-image:url("../_images/gallery/chicken.jpg");
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}
#social {
	position:fixed;
	left:0;
	top:50%;
	transform: translate(0%, -50%);
	background-image:url("../_images/wood.jpg");
	background-size:cover;
	font-size: calc(24px + .5vw);
	padding:1vw;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	z-index:1000;
}
#social li {
	list-style:none;
}
#social li a {
	color:#3d1a08;
}
#top_bar {
	position:fixed;
	width:100%;
	box-sizing:border-box;
	padding:1vw;
	background-image:url("../_images/wood.jpg");
	background-size:cover;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
	font-size: calc(15px + .5vw);
	z-index:1000;
	}
#container {
	padding:10vw 0;
	width:75%;
	min-width:800px;
	margin:0 auto;
	z-index:999;
}
.title_box {
	width:50%;
	margin:0 auto;
	font-size: calc(14px + .5vw);
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	color:#fff;
	z-index:999;
}
.title_box h1 {
	margin:1em 0;
	text-align:center;
	font-family: 'Tiza', kon-tiki-aloha-jf, sans-serif;
	font-size: calc(22px + .5vw);
	text-transform:uppercase;
}
.title_box p {
	font-family:"Wicked Grit", montserrat, sans-serif;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	margin:.5em 0;
}
.menu {
	display:flex;
	align-items:center;
	height:100%;
	width:100%;
}
.menu li {
	flex:1;
	list-style:none;
	text-align:center;
	font-family:"Wicked Grit", montserrat, sans-serif;
	text-transform:uppercase;
	font-weight:700;
}
.menu li a {
	color:#3d1a08;
	text-decoration:none;
}
.hold {
	flex:8;
}
.menu_box h1 {
	text-align:center;
}
.menu_box h1, .menu_box h2 {
	font-family: 'Tiza', kon-tiki-aloha-jf, sans-serif;
}
.menu_box h1 { 
	font-size: calc(36px + .5vw);
	margin-bottom:2em;
}
.menu_box h2 { 
	font-size: calc(20px + .5vw);
	margin:1em 0;
}
.menu_box strong {
	font-family:"Wicked Grit", montserrat, sans-serif;
	font-size: calc(14px + .5vw);
	text-transform:uppercase;
}
.menu_box p {
	margin-bottom:1em;
}
span.bold {
	font-weight:700;
}
#foot {
	background-color:#b2380b;
	background-image:url("../_images/red.jpg");
	padding:.75vw 0;
}
#footer {
	position:fixed;
	bottom:0px;
	width:100%;
	color:#b69971;
	text-align:center;
	font-size: calc(9px + .5vw);
	z-index:1000;
}
#footer a {
	color:#b69971;
}
.border{
	height:70px;
	background-image:url(../_images/footer.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.split {
	columns:2;
}
.combo_hold {
	display:block;
	width:50%;
}
.mob_show {
	display:none;
}
.favorite, .leaf {
	width:20px;
}
	.big_fav {
		width:30px;
	}

@media only screen and (max-device-width: 736px)  { 
	#front_page {
	background-position:center;
	}	
	#top_bar {
		padding:5vw;
		font-size: calc(34px + .5vw);
		background-color:#996930;
	}
	.hold {
	flex:3;
}
	.menu li {
	flex:2;
	}
	#logo {
	width:75%;
}
	#social {
		background-image:none;
		background-color:#28418c;
		left:85%;
		right:0%;
		padding:2.5vw;
		font-size: calc(96px + .5vw);
		transform: translate(0%, 0%);
	}
	#social li a {
		color:#2A5F9B;
	}
	.title_box {
		width:85%;
		font-size: calc(36px + .5vw);
		line-height:150%;
	}
	.title_box h1 {
		font-size: calc(72px + .5vw);
		line-height:125%;
	}

	.menu_box {
		text-align:center;
	}
	.menu_box h1 { 
		font-size: calc(72px + .5vw);
	}
	.menu_box h2 { 
		font-size: calc(60px + .5vw);
	}
	.menu_box p, .menu_box strong {
		font-size: calc(24px + .5vw);
		line-height:150%;
	}
	.favorite, .leaf {
	width:45px;
	}
	.big_fav {
		width:60px;
	}
	#container {
		padding:25vw 0;
		width:90%;
	}
	#foot {
		padding:5vw 0;
		font-size: calc(32px + .5vw);
		background-color:#b34225;
	}
	.poof {
		display:none;
	}
	.mob_show {
	display:block;
}
	.split {
	columns:1;
}
}