@charset "UTF-8";
/* MAIN STYLE SHEET */

/* GENERAL STYLES */

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	/* font-family: 'Maiden Orange', cursive; */
	font-size: 16px;
	color: 000;
}

.topBanner {
	width: 100%;
	padding: 10px 20px;
	background-color: #5b3528;
	position: fixed;
	top: 0;
	z-index: 100;
	box-shadow: 0 2px 5px #000;
}

a#back2top {
	border: none;
	background-color: #f9aa29;
	display: none;
    text-align: center;
    text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	font-family: 'Maiden Orange', sans-serif;
	color: #000;
	font-size: 20px;
	padding: 30px 20px 10px 20px;
	width: 200px;
	margin: 35px 0 0 -100px;
	border-radius: 10px;
	position: fixed;
	left: 50%;
	box-shadow: 0 2px 5px #000;
	z-index: 95;
}

.topBanner button {
	border: none;
	background-color: transparent;
	display: inline-block;
    text-align: center;
    text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	font-family: 'Maiden Orange', sans-serif;
	color: #fff;
	font-size: 20px;
	padding: 5px 5px 0 30px;
	background-image: url(../images/icon_menu.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left 5px;
	margin: 0;
	border-bottom: 2px solid #5b3528;
	-webkit-transition: all .5s;
    transition: all .5s;
}

.topBanner button:hover {
	border-bottom: 2px solid #9b7c72;
}

.nav-wrapper {
	width: 100%;
	background-color: #5b3528;
	z-index: 150;
	position: fixed;
	top: -500px;
	box-shadow: 0 1px 3px #000;
}

.navBlock {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
	color: #fff;
	padding: 50px 0 20px 0;
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

ul.nav li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	border-bottom: 2px solid #5b3528;
	-webkit-transition: all .5s;
    transition: all .5s;
}

ul.nav li:hover {
	border-bottom: 2px solid #9b7c72;
}

ul.nav li a {
	color: #fff;
	font-family: 'Maiden Orange', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}

ul.nav li p {
	margin: 0 0 10px 0;
}

ul.nav li img {
	width: 80px;
	height: auto;
	margin: 0 -30px 20px 0;
}

button#navClose {
	border: none;
	background-color: transparent;
	display: inline-block;
    text-align: center;
    text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	margin: 0;
	position: absolute;
	left: 20px;
	top: 20px;
}

.section-home-wrapper {
	width: 100%;
	background-image: url(../images/background-home.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.section-home-content {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0 60px 0;
}

img.homeLogo {
	width: 100%;
	max-width: 450px;
	height: auto;
	margin: 0 auto 30px auto;
}

.section-home-content h1 {
	font-family: 'Maiden Orange', sans-serif;
	color: #fff;
	font-size: 110px;
	line-height: 110px;
	margin: 0;
	font-weight: normal;
}

.section-home-content p {
	font-family: 'Maiden Orange', sans-serif;
	font-weight: normal;
	color: #ecbeaf;
	font-size: 50px;
	line-height: 50px;
	margin: 0;
}

.section-home-content ul {
	max-width: 600px;
	margin: 20px auto 0 auto;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-home-content ul li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px;
}

.section-home-content ul li p {
	font-size: 30px;
}

.section-home-content ul li img {
	width: 120px;
	height: auto;
}

.section-about-wrapper {
	width: 100%;
	background-image: url(../images/background-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.section-about-content {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 100px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.aboutContent {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: left;
}

.vanBlock {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
}

.vanImage {
	position: absolute;
	width: 700px;
	margin: 0 0 0 -290px;
}

.vanImage img {
	width: 100%;
	height: auto;
	display: block;
}

.section-beers-wrapper {
	width: 100%;
	background-image: url(../images/background-BEERS.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
}

.section-beers-content {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	height: 700px;
	position: relative;
}

.beerContent {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: left;
}

.imageBlock {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
}

.beerImage {
	position: absolute;
	width: 383px;
	margin: 0;
	z-index: 50;
	bottom: 0;
}

.beerImage img {
	width: 100%;
	height: auto;
	display: block;
}

.beerBackground {
	position: absolute;
	width: 720px;
	margin: 0 0 0 0;
	right: 80px;
	bottom: 0;
}

.beerBackground img {
	width: 100%;
	height: auto;
	display: block;
}

p.intro {
	font-size: 22px;
	margin: 0 0 20px 0;
}

h2.black {
	font-family: 'Maiden Orange', sans-serif;
	color: #000;
	font-size: 80px;
	line-height: 80px;
	margin: 0 0 10px 0;
	font-weight: normal;
}

h2.white {
	font-family: 'Maiden Orange', sans-serif;
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	margin: 0 0 10px 0;
	font-weight: normal;
}

.notJustBeer {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 0 140px 0 0;
}

.notJustBeer img {
	width: 120px;
	height: auto;
	position: absolute;
	right: 0;
}

h3 {
	font-family: 'Maiden Orange', sans-serif;
	font-size: 40px;
	line-height: 40px;
	margin: 30px 0 -10px 0;
	font-weight: normal;
}

p.number {
	font-family: 'Maiden Orange', sans-serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: normal;
}

.logos-wrapper {
	width: 100%;
	background-image: url(../images/background-logos.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.logos-content {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 50px 0;
}

ul.logos {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

ul.logos li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

ul.logos li img {
	width: 100%;
	height: auto;
}

.logoAdj {
	max-width: 140px;
}

.section-packages-wrapper {
	width: 100%;
	background-image: url(../images/background-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.section-packages-content {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 50px 0;
}

.section-packages-block {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pak-left {
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	padding: 30px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.pak-right {
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	padding: 30px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

ul.iconList {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.iconList li {
	position: relative;
	padding: 10px 0 10px 90px;
	font-family: 'Maiden Orange', sans-serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 25px;
	
}

ul.iconList li img {
	width: 80px;
	height: auto;
	position: absolute;
	left: 0;
}

.marginAdj {
	margin: 10px 0 0 0;
}

.smallText {
	font-size: 16px;
	margin: 0;
}

.section-daves-wrapper {
	width: 100%;
	background-color: #2c0d1d;
}

.section-daves-content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.daves-left {
	with: 50%;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.daves-left img {
	width: 100%;
	height: auto;
}

.daves-right {
	with: 50%;
	box-sizing: border-box;
	text-align: left;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.daves-right-content {
	box-sizing: border-box;
	width: 50%;
	color: #fff;
}

.section-gallery-wrapper {
	width: 100%;
	background-image: url(../images/background-BEERS.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.section-gallery-content {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 80px 0;
	color: #fff;
}


ul.gallery {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	max-width: 600px;
	margin: 0 auto;
	justify-content: center;
}

ul.gallery li {
	width: 30%;
	margin: 10px 0;
}

ul.gallery li img {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.section-contact-wrapper {
	width: 100%;
	background-image: url(../images/background-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.section-contact-content {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 50px 0;
	color: #000;
}

.footer-wrapper {
	width: 100%;
	padding: 40px 0 50px 0;
	background-color: #5b3528;
}

.footer-content {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
}

.footer-left {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
	padding: 0 0 0 180px;
	font-size: 14px;
}

.footer-left img {
	width: 160px;
	height: auto;
	position: absolute;
	left: 0;
	margin: -20px 0 0 0;
}

.footer-right {
	text-align: right;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 50px 0 0;
	position: relative;
	font-size: 14px;
}

.footer-right img {
	width: 40px;
	height: auto;
	position: absolute;
	right: 0;
	top: 5px;
	margin: 0 0 0 0;
}

.footer-right a {
	text-decoration: none;
	color: #fff;
}

.form-wrapper {
	text-align: left;
	width: 90%;
	max-width: 450px;
	margin: 0 auto;
}

.form-group label {
	font-family: 'Maiden Orange', sans-serif;
}


/* LINK STYLES */

a.cta-btn {
	font-family: 'Maiden Orange', sans-serif;
	display: inline-block;
	padding: 14px 15px 8px 15px;
	border-radius: 5px;
	margin: 10px 15px 0 0;
	background-color: #4d2c22;
	color: #fff;
	font-size: 18px;
	font-stretch: normal;
	text-decoration: none;-webkit-transition: all .5s;
    transition: all .5s;
}

a.cta-btn:hover {
	background-color: #000;
	color: #fff;
}






	

/* -------------------- IPAD STYLE ADJUSTMENTS -------------------- */

@media screen and (max-width:1285px) {
	.beerBackground {width: 500px; margin: 0 0 0 0; right: 80px;}
	.vanImage {width: 600px; margin: 0 0 0 -190px;}
}

@media screen and (max-width:800px){
	.beerBackground {width: 500px; margin: 0 0 0 0; right: 80px;}
	.vanImage {width: 420px; margin: 0 0 0 -110px;}
	.beerBackground {display:none;}
	.section-beers-content {height: 850px;}
	.daves-right-content {width: 90%;}
	.beerImage {width: 320px;}
	.section-gallery-content {padding: 50px 0;}
}

@media screen and (max-width:600px) {
	img.homeLogo {width: 80%; margin: 0 auto 30px auto;}
	.section-home-content h1 {font-size: 70px; line-height: 70px;}
	.section-home-content p {font-size: 35px; line-height:35px;}
	.section-home-content ul li p {	font-size: 18px;}
	.section-home-content ul li img {width: 80px;}
	.section-about-content {padding: 50px 0; display: block;}
	.aboutContent {flex: none;}
	.vanBlock {flex: none; position :relative;}
	.vanImage {position: relative; width: 90%; margin: 0 auto 0 auto;}
	.section-beers-content {padding: 50px 0; display: block; height: auto; position: relative;}
	.beerContent {flex: none; text-align: left;}
	.imageBlock {display: none;}
	.section-packages-content {padding: 50px 0; text-align: left;}
	.section-packages-block {width: 100%; display: block;}
	.pak-left {width: 100%; padding: 0; flex: none;}
	.pak-right {width: 100%; padding: 0; flex: none;}
	ul.iconList li {padding: 20px 0 10px 90px;}
	ul.iconList li img {width: 80px;}
	.section-daves-content {width: 100%; margin: 0 auto; display: block;}
	.daves-left {width: 100%; flex: none;}
	.daves-right {with: 90%; flex: none;}
	.daves-right-content {width: 90%; margin: 0 auto; padding: 0 0 30px 0;}
	.footer-content {display: block;}
	.footer-left {flex: none; padding: 0; font-size: 14px; text-align: center;}
	.footer-left img {display: none;}
	.footer-right {text-align: center; flex: none; padding: 0;}
	.footer-right img {position: relative; margin: 10px 0 0 0;}
	
	
	
	ul.nav {
	margin: 20px;
	display: block;
}

ul.nav li {
	flex: none;
}

ul.nav li p {
	margin: 0 0 10px 0;
	font-size: 25px;
}

ul.nav li img {
	display: none;
}
	
	
}
