@import url("http://fonts.googleapis.com/css?family=Wellfleet");
@import url("http://fonts.googleapis.com/css?family=Oswald");
@import url("http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911");
@import url("http://fonts.googleapis.com/css?family=Arvo");

*{
	box-sizing: border-box;
	scrollbar-color:  #2E85A2 #eee;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	align-content: center;
	

}
p{
	color: #2E85A2;
}
h1 {
	font-family: 'Arvo' , serif;
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: 'Arvo', serif;
	font-weight: normal;
	font-size: 40px;
	color: #000;
	margin: 0;
	padding: 0;
}

h3 {
   font-family: 'Wellfleet', serif;
   font-weight: normal;
   font-size: 16px;
   color: #000;
   margin: 5px 0;
	padding: 0 35px;
	
}

h4 {
	font-family: 'Oswald', serif;
	font-weight:normal;
	color: #FFFFFF;
	font-size: 22px;
	margin-bottom: 0;
	
}
h5 {
	font-family: 'Wellfleet', serif;
	font-weight: normal;
	font-size: 24px;
	margin: 5px 0;
	padding: 0;
}
h6 {
	font-family: 'Oswald', serif;
	font-weight:normal;
	color: #000;
	font-size: 35px;
	margin: 0;
	padding: 0;
}

.pagecontent{
	background: #FFFBFB;
	border: 3px;
	border-radius: 13px;
	width: 95%;
	margin-top: 75px;
	
	}
img{
	max-width: 100%;
	border-radius: 5%;
		
}
.benefit_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 93%;
	height: auto;
    margin: 0 auto;
    padding: 10px;
    
}
.sponsimg{
	margin: 30px;
}
.pagetitle{
	background: #2E85A2;
	border: 3px;
	border-radius: 18px;
}

.text-top{
	padding: 0 25px;
}
.one-third{
		margin: 25px;
		
	}
.one-third h6{
		font-size: 150%;
	}
.clearfix{
	clear: both;
	padding: 3%;
	
}

.jump{
	position: fixed;
	overflow-y: hidden;
	overflow-x: hidden;
	visibility: hidden;
	bottom: 0;
	width: 100%;
	height: 200px;
	left: 3%;
	background-image: url("../img/shrimp2.png");
	background-repeat: no-repeat;
	animation: jump 5s infinite;
	animation-delay: -2s;
	
}
.jump::before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	left: 80%;
	background-image: url("../img/jumpingshrimp.png");
	background-repeat: no-repeat;
	animation: jump2 5s infinite;
	animation-delay: 3.5s;
	z-index: 100;
	
}
.jump::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	left: 40%;
	background-image: url("../img/shrimp3.png");
	background-repeat: no-repeat;
	animation: jump3 5s infinite;
	animation-delay: -3s;
	z-index: 100;
}
@keyframes jump{
	0%{
		
		bottom: -300px;
		
	}
	50%{
		visibility: visible;
		bottom: 0;
	}
	100%{
		bottom: -300px;
	}
}

@keyframes jump2{
	0%{
		
		bottom: -325px;
		
	}
	50%{
		visibility: visible;
		bottom: -10px;
	}
	100%{
		bottom: -225px;
	}
}
@keyframes jump3{
	0%{
		
		bottom: -475px;
		
	}
	50%{
		visibility: visible;
		bottom: 0;
	}
	100%{
		bottom: -275px;
	}
}

#myBtn{ display: none;
  position: fixed;
	font-family: 'Oswald';
  bottom: 25px;
  right: 15px;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  background-color: #2E85A2;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50px;
}

#myBtn:hover {
	background-color: #DF7D1D;
  
}

@keyframes navslide{
	from{
		opacity: 0;
		right: -200px;
		
	}
	to{
		opacity: 1;
		right: 2px;
		visibility: visible;
	}
}
@keyframes linkslide{
	from{
		opacity: 0;
		
	}
	to{
		opacity: 1;
		visibility: visible;
	}
}

/*==========================================================----  COVID BANNER & STYLES   ----========================================================================*/


.covid-banner{
	width: 100%;
	text-align: center;
	background-color: #DF7D1D;
	color: #eee;
	
}
.covid-banner h2{
	color: #eee;
}
.covid-banner a{
	color: blanchedalmond;
	
}
.covid-container{
	max-width: 1200px;
	margin: 50px auto;
}
.covid-headline{
	padding-top: 50px;
	text-align: center;
}
.covid-info{
padding-top: 50px;
 line-height: 2rem;
}

.covid-info h1{
	line-height: 2rem;
}
.covid-list{
	max-width: 800px;
	margin: 50px auto;
	line-height: normal;
}
.covid-list li{
	text-align: left;
	margin-bottom: 1rem;
}
.covidpage-logo{
	margin: 0 auto;
	max-width: 400px;
}


/*==================================---MOBILE NAVIGATION---=========================================*/

header{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 75px;
	background: #2E85A2;
	z-index: 735;
}
.logo{
	position:absolute;
	margin-top: 5px;
	left: 15px;
	
	}
.logo img{
	width: 75px;
}
nav{
	position: absolute;
	top: 100%;
	font-family: 'Oswald';
	font-size: 1.5em;
	background: #2E85A2;
	display: none;
	animation: navslide 450ms ease-in-out forwards;
}

nav li{
	margin-top: 1em;
	margin-right: 3em;
	margin-left: 2em;
	visibility: hidden;
	list-style: none;
}
li a{
	color: silver;
	list-style: none;
	text-decoration: none;
	
}

li a:hover{
	color: #FFF;
}

.menu-toggle{
	display: none;
	
}
.menu-toggle:checked ~ nav{
	display: block;
}

.menu-toggle-label{
	position: absolute;
	cursor: pointer;
	margin-top: 5px;
	right: 0;
	margin-right: 3em;
	display: flex;
	align-items: center;
		
}
.menu-toggle-label span,
.menu-toggle-label span::before,
.menu-toggle-label span::after
{
	display: block;
	background: antiquewhite;
	height: 2px;
	width: 2em;
	border-radius: 5px;
	position: relative;
		
}
.menu-toggle-label span::before,
.menu-toggle-label span::after {
	content: '';
	position: absolute;
}

.menu-toggle-label span::before{
	bottom: 8.5px;
}	
.menu-toggle-label span::after{
	top: 7.5px;
}
.menu-toggle:checked ~ .menu-toggle-label span::before{
	display: none;
}	
.menu-toggle:checked ~.menu-toggle-label span::after{
	content: '';
	top: 0px;
	left: 1px;
	height: 3px;
	transform: rotate(73deg);
	transition: transform 400ms;
}
.menu-toggle:checked ~ .menu-toggle-label span{
	content: '';
	top: 0px;
	left: 2px;
	height: 3px;
	transform: rotate(-34deg);
	transition: transform 400ms;
}
.one{
	animation: linkslide .7s ease-in-out forwards;
}

.two{
	
	animation: linkslide .7s ease-in-out 200ms forwards;
}
.three{
	animation: linkslide .7s ease-in-out 400ms forwards;
}
.four{
	animation: linkslide .7s ease-in-out 600ms forwards;
}
.five{
	animation: linkslide .7s ease-in-out 800ms forwards;
}
.six{
	animation: linkslide .7s ease-in-out 1000ms forwards;
}
.seven{
	animation: linkslide .7s ease-in-out 1000ms forwards;
}
.eight{
	animation: linkslide .7s ease-in-out 1000ms forwards;
}
.nine{
	animation: linkslide .7s ease-in-out 1000ms forwards;
}
.ten{
	animation: linkslide .7s ease-in-out 1000ms forwards;
}
/*=========================================---END MOBILE NAVIGATION---====================================*/

/*================================--- SLIDES STYLING---===================================*/


#home{
	background:url('../img/homepageslide.jpg') 50% 0 no-repeat;
	padding-top: 105px;
	background-size: cover;
}

#vendors{
	background:url('../img/tabletexture.png') 100% repeat;
	margin: 0 auto;
	padding-top: 105px;
	
	
}

#beer{
	background: url(../img/slide3.jpg) 50% 0 no-repeat;
	height: 100%;
	margin: 0 auto;
	background-size: cover;
	padding-top: 105px;
	
}

#sponsors{
	background: url(../img/papertexture.jpg) 50% 0 repeat;
	margin: 0 auto;
	height: 100%;
	padding-top: 105px;
	}

#benefit{
	background: url(../img/slide8.jpg) 50% 0 no-repeat;
	height: 100%;
	margin:  0 auto;
	padding-top: 105px;
	background-size: cover;
}

#music{
	background: url(../img/slide5.jpg) 50% 0 no-repeat;
	height: 100%;
	margin: 0 auto;
	padding-top: 105px;
	background-size: cover;
}

#directions{
	background: url(../img/slide1.jpg) 50% 0 no-repeat;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	padding-top: 105px;
	background-size: cover;
}	
#food{
	background: url(../img/slide8.jpg) 50% 0 no-repeat;
	height: 100%;
	margin:  0 auto;
	padding-top: 105px;
	background-size: cover;

}
#contactus{
	background:url('../img/homepageslide.jpg') 50% 0 no-repeat;
	padding-top: 105px;
	background-size: cover;
	
}

.beer-logos img{
	margin: 3px 5px;
	width: 185px;
	max-height: 175px;

}
/*==========================================---FOOTER---=======================================*/

#copyright  { color: #fff; font-family:"Wellfleet";  font-size: 14px; margin-top: 100px; text-align: center;  }
#copyright  a { text-decoration: none; color: #fff;  }



/*=================================================---Media Queries---====================================*/
@media only screen and (min-width: 1024px){
	
	

.pagecontent{
	width: 75%;
	max-width: 1600px;
	height: auto;
	background: #FFFBFB;
	border: 3px;
	border-radius: 13px;
	 
}

img{
	max-width: 100%;
	border-radius: 5%;
		
}
.benefit_container{
	width: 93%;
	height: auto;
    margin: 0 auto;
    padding: 10px;
    
}
.one-third{
	margin: 25px;
	
	
	
	
}
	
.one-half{
	width: 46%;
	float: left;
	margin: 2%;
	
}
.clearfix{
	clear: both;
	padding: 3%;
	
}

.pagetitle{
	background: #2E85A2;
	border: 3px;
	border-radius: 18px;
}


/*=========================================---DESKTOP NAVIGATION---=================*/	
	.menu-toggle-label{
		display: none;
	}

	header{
		margin-left: 0;
		display: flex;
		height: 75px;
		
	}
	.logo{
		position: absolute;
		left: 15px;
		z-index: 100;
	}
	.logo img{
		width: 150px;
	}
	nav{
		position: absolute;
		top: 5px;
		display: flex;
		background: #2E85A2;
	}
	
	nav ul{
		display: flex;
		justify-content: center;
		font-family: 'Oswald';
		font-size: 20px;
		height: 20px;				
		
	}
	nav li{
		list-style: none;
		margin-bottom: 0;
		margin-top: 0;
		margin-left: 0;
		margin-right: .5em;
	}
	
	nav a{
		position: relative;
	}
	
/*============================================---END NAVIGATION---================================*/
	
	
}

@media sceen and (max-width: 478px){
	
	
	.pagecontent{
	width: 95%;
	margin-top: 75px;
	}
	
	h1 {
	font-family:"Arvo";
	font-weight:normal;
	font-size: 150%;
	
}

h2 {
	font-family:"Arvo";
	font-weight: normal;
	font-size: 150%;
	
}

h3 {
   font-family: "Wellfleet";
   font-weight: normal;
   font-size: 175%;
   
	
}

h4 {
	font-family:"Oswald";
	font-weight:normal;
	font-size: 200%;
	
}
h5 {
	font-family: "Wellfleet";
	font-weight: normal;
	font-size: 200%;
}
	}