/*set defaults*/

body {
	background-image: url(../images/background.jpg);
	background-color: #003801;
	position: relative;
	background-size: 350%;
	background-attachment: fixed;
}

.wrapper {
	background-color: #eefeab;
	max-width: 1024px;
	margin: auto;
	margin-top: 9%;

}

h1 {
	font-family: 'Fugaz One', helvetica, sans-serif;
}

.full-width {
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
}

/*Animations*/


/*End animations*/

/*Begin header styling*/

.headerimagecontainer {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -9;
	height: 24%
}

.headerimage {
	width: 100%;
}

#logonav {
	background-color: rgba(255, 255, 255, 0.55);
}

.main-logo {
	width: 40%;
	display: block;
	padding-top: 35px;
	margin: auto;
	max-width: 480px;
}

/*Head nav styles*/
.navbar {
	font-family: 'Work Sans', helvetica, sans-serif;
	font-weight: 700;
	font-size: 35px;
	color: #eefeab;
	margin-top: 5%;
	background-color: rgba(121, 35, 22, 1);
	padding: 10px;
	text-align: center;
	z-index: 9999;
}

@media (min-width: 992px) {
	.navbar {
		background-color: rgba(121, 35, 22, 0.9);
	}
}

div ul li a {
	color: #eefeab;
	line-height: 35px;
	margin-bottom: 0;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	transition: all 1s;
}

div ul li a:hover, header .active a{
	background-color: #eefeab;
	color: #792316;
	border: 2px solid #792316;
}

.burgericon {
	height: 30px;
	width: 30px;
}

/*End header styling*/

/*Begin main contents styles*/

.headvines {
	position: absolute;
	margin-top: 15px;
	z-index: 999;
}

@media (min-width: 768px) {
	.headvines {
	margin-top: 40px;
	}
}

/*Welcome styles*/

#welcome {
	margin: auto;
}

#welcome h1{
	text-align: center;
	margin-top: 50px;
	font-size: 3.5em;
}

#welcome h3{
	text-align: center;
	font-family: 'Work Sans', helvetica, sans-serif;
	font-weight: 700;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	color: #792316;
}

#welcome .coffeebeans {
	margin-top: 20px;
}

#welcome .coffeebeans:last-of-type {
	margin-bottom: 20px;
}

/*Our promise styles*/

#promise {
	background-color: #792316;
	color: #eefeab; 
}

#promise h1 {
	text-align: center;
	margin-top: 50px;
}

#promise h1:last-of-type {
	margin-bottom: 40px;
}

.promiseicon {
	text-align: center;
	width: 70%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#promise h3 {
	margin-top: 20px;
	font-family: 'Work Sans', helvetica, sans-serif;
	font-weight: 500;
}

/*Experience section styles*/

/*Experience header*/

#experiencebanner {
	background-image: url(../images/experiencebanner.jpg);
	max-width: 1024px;
	color: #792316;
	background-size: 150%;
	line-height: 20px;
	margin: auto; 
}

#experiencebanner h1:first-of-type{
	font-size: 2.5em;
	margin-top: 100px;
}

#experiencetxt {
	text-align: right;
	margin-bottom: 50px;
	font-size: 3em;
	line-height: 40px;
}

#experiencebanner h1:first-of-type {
		font-size: 2em;
}

@media (min-width: 576px) {
	#experiencetxt {
		font-size: 4em;
	}
}

@media (min-width: 768px) {
	#experiencetxt {
		font-size: 6em;
	}

	#experiencebanner h1:first-of-type {
		font-size: 5em;
	}
}

/*Experience lists*/

.coffeebeans {
	opacity: 0.5;
}

#experience .coffeebeans {
	padding-left: 0px;
}

#experience h4 {
	font-family:'Fugaz One', helvetica, sans-serif;
	background-color: black;
	color: #eefeab;
	text-align: center;
	font-size: 1.75em;
	padding: 10px;

}

#experience ul{
	padding-left: 50px;
	padding-bottom: 50px;
}

#experience li {
	list-style-image: url(../images/leaf-bullet.png);
	font-family:'Fugaz One', helvetica, sans-serif;
	margin-top: 30px;
	color: #792316;
}

#experience li p {
	font-family: 'Work Sans', helvetica, sans-serif;
	font-weight: 500;
	margin-top: 15px;
	line-height: 2;
	width: 80%;
	font-size: 1.2em;
	color: black;
}

/*Events styling*/

.event-wrapper {
	max-width: 1024px;
	margin: auto;
}

#events h1 {
	background-color: #792316;
	color: #eefeab; 
	font-size: 3.5em;
	text-align: center;
	padding: 10px;
}

.eventlist {
	margin-top: 50px;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.oneevent {
	font-family: 'Work Sans', helvetica, sans-serif;
	color: #eefeab;
	width: 90%;
	border-color: #eefeab;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.oneevent {
		max-width: 250px;
		border: none;
	}

	.eventlist {
		text-align: left;
	}
}

.eventimage {
	border-style: solid;
	border-width: 4px;
	border-color: #eefeab;
	width: 90%;
	max-width: 250px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

.oneevent h4 {
	margin-top: 20px;
	font-size: 35px;
	font-weight: 900;
}

.date {
	font-size: 30px;
	font-weight: 300;
	margin-top: 30px;
}

.time {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 50px;
}

.ticketbutton {
	background-color: #792316;
	border: none;
	border-radius: 0px;
	color: #eefeab;
	margin-bottom: 50px;
	transition: all 1s;
}

.ticketbutton:hover {
	background-color: #eefeab;
	color: #792316;
}

/*End events*/

/*End main content*/

/*Begin footer styles*/

#prefoot {
	margin-bottom: 30px;
	max-width: 1024px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

/*Mailing list styles*/

#maillist {
	font-family: 'Work Sans', helvetica, sans-serif;
	color: #eefeab;
	font-weight: 300; 
	margin-left: 20px;
}

#maillist h5{
	font-family: 'Work Sans', helvetica, sans-serif;
	font-size: 22px;
	font-weight: 700;
}

#maillist label {
	font-size: 12px;
	margin-top: 10px;
}

#getmail {
	margin-top: 10px;
}

#mailtxt {
	font-size: 18px;
	margin-bottom: 20px;
}

.maillistbutton {
	background-color: #792316;
	border: none;
	border-radius: 0px;
	color: #eefeab;
	transition: all 1s;
}

.maillistbutton:hover {
	background-color: #eefeab;
	color: #792316;
}

/*Social media styles*/

#connectwithus {
	margin-right: 20px
}

#socialmediaicons {
	width: 185px;
	margin-right: 30px;
}

#connectwithus h5 {
	font-family: 'Work Sans', helvetica, sans-serif;
	font-size: 17px;
	color: #eefeab;
	font-weight: 700;
	text-align: right;
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	#connectwithus h5{
		text-align: center;
	}
}


.smicon {
	width: 45px;
	height: 45px;
}

#socialmediaicons a{
	margin-right: 10px;
}

/*Begin footer nav*/

footer {
	background-color: black;
}

.footernav {
	margin-top: 20px;
	font-size: 12px;
}

@media (min-width: 576px) {
	.footernav {
	font-size: 25px;
	}
}

.footernav li {
	border-right: solid;
	border-width: 2px;
	border-color: white;
}

.footernav li:last-of-type {
	border: none;
}

.footernav li a {
	color: white;
	transition: all 1s;
}

.footernav li a:hover{
	color: #eefeab;
	background-color: #792316;
}

#footerlogo {
	width: 236px;
	margin-top: 20px;
}

footer p {
	color: white;
	text-align: center;
	font-family: 'Work Sans', helvetica, sans-serif;
	font-weight: 300;
	margin-top: 30px;
	font-size: 10px;
}

/*End footer styles*/

/*Menu specific styles*/

.pageheader {
	background-color: #792316;
	color: #eefeab;
	font-size: 4em;
	padding: 20px;
	margin-bottom: 0;
	text-align: center;
}

@media (min-width: 768px) {
	.pageheader {
		font-size: 6em;
	}
}

.caroheader {
	text-align: right;
	position: absolute;
	right: 0;
	z-index: 99999;
	color: #eefeab;
	bottom: 0;
	padding-right: 30px;
	font-family: 'Work Sans', helvetica, sans-serif;
	font-size: 4em;
	font-weight: 300;
}

.menubutton {
	background-color: #792316;
	border-radius: 0px;
	color: #eefeab;
	text-decoration: none;
	padding-bottom: 50px;
	transition: all 1s;
}

.menubutton:hover, .menubutton:focus {
	color: #792316;
	background-color: #eefeab;
	box-shadow: none;
	text-decoration: none;

}

.menubuttoncontainer {
	background-color: #792316;
	padding-top: 50px;
}

.menucontent {
	background-color: #eefeab;
	font-family: 'Work Sans', helvetica, sans-serif;
}

#collapsecolddrink, #collapsehotdrink, #collapseOne, #collapseTwo, #singledessert, #largedessert {
	padding-bottom: 50px;

}

.price {
	text-align: right;
}

.menutitle {
	color: #792316;
	border-bottom: solid 2px #792316;
}

.menuitem {
	margin-top: 20px;
	margin-right: 0px; 
}

div .menuitem:first-of-type {
	margin-top: 0px;
}

/*End menu styles*/

/*Begin about page syles*/

.aboutpara {
 	background-color: #792316;
 	font-family: 'Work Sans', helvetica, sans-serif;
 	font-weight: 700;
 	text-align: center;
 	padding: 30px;
 	font-size: 1.5em;
 	color: #eefeab;
 	margin-bottom: 0px;
}


.teammem {
	background-color: #eefeab;
	border: 2px solid #792316;
	padding: 20px;
	color: #792316;
	font-family: 'Work Sans', helvetica, sans-serif;
	font-weight: 300;
}

.greenprac {
	font-family: 'Work Sans', helvetica, sans-serif;
	color: #792316;
	border-top: 2px solid #792316;
	border-bottom: 2px solid #792316;
	padding-top: 30px;
	line-height: 2;
}

.teamname {
	margin-top: 20px;
}

.secondaryheader {
	padding-top: 30px;
	color: #792316;
}

/*End About styles*/

/*Begin Map syles*/

.contactinfo h3 {
	font-family: 'Work Sans', helvetica, sans-serif;
	color: #792316;
	padding: 20px;
	font-size: 3em;
	font-weight: 700;
}

.contactinfo p {
	font-family: 'Work Sans', helvetica, sans-serif;
	padding-left: 20px;
	font-size:1.5em;
	font-weight: 300;
	line-height: 0.5
}

.contactinfo div p:last-of-type {
	padding-bottom: 20px;
}

.contactinfo {
	border: 2px solid #792316;
}

iframe {
	border: 5px solid #792316;
	width: 70%;
	max-width: 600px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#directionsbutton {
	margin-top: 30px;
}

/*End Map styles*/

/*Begin Events styles*/

#eventsmain h4, #eventsmain p {
	color: #792316;
}

#eventsmain h1 {
	padding-left: 50px;
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#eventsmain .eventlist {
	margin-top: 0px;
}

#eventsmain .eventimage {
	margin-top: 0px;
}

.lighboximage {
	max-width: 80%;
	padding: 5px;
	height: auto;
	border-style: solid;
	border-width: 4px;
	border-color: #792316;
}

.lighboximage:hover {
	opacity: 0.3;
	transition: .5s ease;
}

.lightboxgallery a h1 {
	text-decoration: none;
	color: #792316;
	margin-top: 30px
}

.lightboxgallery a h1:hover {
	background-color: #792316;
	color: #eefeab;
}

.lightboxgallery h2 {
	font-weight: 300;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}