body {margin: 0; padding: 0;  width: 100%; overflow-x: hidden; font-family: 'Cabin', serif;}
	p {	font-family: 'Cabin', serif;}	
	h2 {	color: #ffffff; font-family: 'Cabin', serif; text-shadow: 2px 2px 0px #000000; filter: dropshadow(color=#000000, offx=1, offy=1);}
	h1 {color: #2e4350;font-family: 'Cabin', serif;transition: all 0.5s ease-in-out;font-size: 2em;}
	h1:hover {	color: #a0b240; font-family: 'Cabin', serif; transition: all 0.5s ease-in-out; font-size: 2em;}
	h3 {color: #394c56;font-family: 'Cabin', serif;transition: all 0.5s ease-in-out;}
	h5 {	color: #efefef; font-family: 'Cabin', serif; transition: all 0.5s ease-in-out; font-size: 1em; margin-top: 25px;}
	h4 {	color: #efefef; font-family: 'Cabin', serif; transition: all 0.5s ease-in-out; padding-left: 30px; font-size: 1em; margin-top: 25px; }
	
		.mail {color: #1f2e5a;text-decoration: none;transition: all 0.25s ease-in-out;}
		.mail:hover {color: #A82B2D; text-decoration: underline;}
		.phone {color: #0d1d4d;text-decoration: none;transition: all 0.25s ease-in-out;}
		.phone:hover {color: #A82B2D; text-decoration: underline;}
		.contactxt {position: relative; bottom: 8px ; margin: 0 10px; font-size: 14px; font-family: 'Cabin', serif;}	
	hr {color: black;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 1px 5px 0px #8c8b8b;

	}		
	.form-section {text-align: right; }
	
	#anm4 {visibility: hidden; text-align: center;  }
	#anm5 {visibility: hidden; text-align: left;  }
	#anm3 {visibility: hidden; text-align: left;  }
	#anm2 {visibility: hidden; color: #f1f1f1;
    padding: 25px 50px;
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 2px 5px 1px black;
    width: 60%;
    margin-right: 4%;
    letter-spacing: 1px;
    font-weight: lighter;
    border: 1px solid #8c8b8b;
}
	#anm2 > h2 {    color: #ffffff;
    font-family: 'Cabin', serif;
    margin-bottom: 35px;
    text-shadow: 2px 2px 0px #000000;
    text-align: center;
    text-transform: uppercase;}
	
	#anm1 {visibility: hidden; background: #efefef;
		-webkit-box-shadow: 0px 3px 7px 4px rgba(0,0,0,0.65);
		-moz-box-shadow: 0px 3px 7px 4px rgba(0,0,0,0.65);
		box-shadow: 3px 3px 6px 2px rgba(0,0,0,0.65); color: #601315; border: 2px solid #cecece; margin: 3px;}
	
	#header {	
		width: 100%;
		background: white;
		top: 0px; 
		-webkit-box-shadow: 0px 3px 7px 4px rgba(0,0,0,0.65);
		-moz-box-shadow: 0px 3px 7px 4px rgba(0,0,0,0.65);
		box-shadow: 0px 3px 7px 4px rgba(0,0,0,0.65);
		transition: all 0.5s ease-in-out;
		z-index: 9998;
		}
			.headerclose {
				opacity: 0.8;
				margin-left: 0px;
				margin: 0px;
				padding: 0px;
				}
			.headeropen { 	
				-webkit-border-radius: 0px ; 	
				-moz-border-radius: 0px ; 	
				border-radius: 0px; 
				opacity: 0.9 ; 
				
				}
		
	#title {
		color: #698b9c;
		font-family: 'Pacifico', serif;
		text-align: center;
		transition: all 0.5s ease-in-out;
		text-indent: 90px;
		}
	.browse {
		font-family: 'Cabin', serif;
		font-size: 14px;
		}
	#navbtn {
		color: #601315;
		float: left;  
		text-align: center;
		transition: all 0.25s ease-in-out;
		}
	#navbtn:hover {
		color: #A82B2D; 
		}	
		.contactopen {opacity: 0; 	transition: all 0.5s ease-in-out;}
		.navopen {opacity: 0;}	
		
	
	#cover {
	
		width: 100%;
		border-bottom: solid black 1px ;
		}
		

	
	.logo {
		background-image: url('../images/logo.png');
		background-size: cover;
		margin: 0 auto;	
		}
	.reviews1 {
		background: #C0C0C0;
		
		
		box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.7);
		width: 100%;
		}
	.reviews {	
		
		box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.7);
		width: 100%;
		}
		
		

	.events {
		background:#efefef;	
		box-shadow:  0px -5px 10px 0px rgba(0,0,0,0.5);
		
		}
	.gallery {
		background:#efefef; 
		text-align: center;
		box-shadow:  0px -5px 10px 0px rgba(0,0,0,0.5);
		}
		
	.footer {
		background: #83a0b2;
		color: #efefef;
		font-size: 1.25em;
		box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.7);
		}
	.title {
		background:#efefef;
		box-shadow:  0px -5px 10px 0px rgba(0,0,0,0.5);
		color: #601315;
		font-family: 'Pacifico', serif;
		text-align: center;
		z-index: 9999;
		transition: all 0.5s ease-in-out; 
		}	
		
		
	.woo {background: none; transition: all 1s ease-in-out}
	.wooo:hover h3  { 	color: #A82B2D ;	transition: all 0.5s ease-in-out; }

	.yooo {
	width:144px; 
	height: 113px;
	padding: 0px; 
	margin: 0 auto; 
	transition: all 1s ease-in-out;
	
	}

	
	
	.vevent {box-shadow: 0px 0px 10px black;
    background: rgb(159, 46, 49);
    margin-bottom: 25px;
    
    transition: all 1s ease-in-out;
    border: 1px black solid;
	}
	.eventimage {width: 80%; float: none; margin-bottom: 20px; 
	}
	.description {text-align: left; }
	.vevent:hover {background:#601315}
	h3.summary {color: #EFEFEF}
.dtstart {font-size: 0.8em;margin-top: -10px; color: #f1f1f1;}
	
/*-----------------------------------------------------------------*/
				/* navigation menu */
				.sidenav {
					height: 100%;
					position: fixed; 
					z-index: 9999; 
					width: 250px;
					background-color: #191919; 
					border-right: 1px solid black;
					font-family: 'Cabin', serif;
					overflow-x: hidden; 
					padding-top: 60px; 
					transition: 0.5s; 
					}
					.closed {left: -255px;}
					.opened {left: 0px;	}

					.sidenav a {
						padding: 8px 8px 8px 32px;
						text-decoration: none;
						font-size: 25px;
						color: #818181;
						display: block;
						transition: 0.3s
						}
					.sidenav a:hover, .offcanvas a:focus{color: #f1f1f1;}
					.sidenav .closebtn {
						position: absolute;
						top: 0;
						right: 25px;
						font-size: 36px;
						margin-left: 50px;
						}
					#main {
						
						transition: margin-left .5s;
						padding: 0px;
						}
					.mainopen {margin-left: 0px; opacity: 0.6;}


				@media screen and (max-height: 450px) {
					.sidenav {padding-top: 15px;}
					.sidenav a {font-size: 18px;}
					}
				/* navigation menu */
/*-----------------------------------------------------------------*/				
				/* responsive grid */
				.containerdiv {
					width: 100%;
					margin: 0 auto;
					max-width: 1200px;
					box-sizing: border-box;
					}
				.row {
					border: #9b59b6;
					overflow: hidden;
					}
				.col-12 {
					float: left;
					width: 100%;
					box-sizing: border-box;
					padding: 0 20px;
					}
				.col-11 {
					float: left;
					width: 91.66666667%;
					box-sizing: border-box;
					}
				.col-10 {
					float: left;
					width: 83.33333333%;
					box-sizing: border-box;
					}
				.col-9 {
					float: left;
					width: 75%;
					box-sizing: border-box;
					}
				.col-8 {
					float: left;
					width: 66.66666667%;
					box-sizing: border-box;
					}
				.col-7 {
					float: left;
					width: 58.33333333%;
					box-sizing: border-box;
					}
				.col-6 {
					float: left;
					width: 50%;
					box-sizing: border-box;
					}
				.col-5 {
					float: left;
					width: 41.66666667%;
					box-sizing: border-box;
					}
				.col-4 {
					float: left;
					width: 33.33333333%;
					box-sizing: border-box;
					text-align: center;
					}
				.col-3 {
					float: left;
					width: 25%;
					box-sizing: border-box;
					}
				.col-2 {
					float: left;
					width: 16.66666667%;
					box-sizing: border-box;
					}
				.col-1 {
					float: left;
					width: 8.33333333%;
					box-sizing: border-box;
					}
				.mobile-hidden {
					display: none;
					}
				/* responsive grid 
/*-----------------------------------------------------------------*/				
				/* marquee */
				.marquee {
					width: 100%;
					height: 100px;
					margin: 25px auto;
					overflow: hidden;
					position: relative;
					padding-top: 20px;
					-webkit-transition: background-color 350ms;
					-moz-transition: background-color 350ms;
					transition: background-color 350ms;
					}
				.marquee p {
					position: absolute;
					width: 100%;
					margin: 0;
					line-height: 30px;
					text-align: center;
					color: #fff;
					text-shadow: 1px 1px 0px #000000;
					filter: dropshadow(color=#000000, offx=1, offy=1);
					transform:translateX(100%);
					-moz-transform:translateX(100%);
					-webkit-transform:translateX(100%);
					}	
				.marquee p:nth-child(1) {
					animation: left-one 10s ease infinite;
					-moz-animation: left-one 10s ease infinite;
					-webkit-animation: left-one 10s ease infinite;
					}
				.marquee p:nth-child(2) {
					animation: left-two 10s ease infinite;
					-moz-animation: left-two 10s ease infinite;
				-webkit-animation: left-two 10s ease infinite;}



				/** Mozilla Firefox Keyframes **/
#snow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1000;
}			
				/** Webkit Keyframes **/
@keyframes left-one {
  0%  {
    transform:translateX(100%);
  }
  10% {
    transform:translateX(0);
  }
  40% {
    transform:translateX(0);
  }
  50% {
    transform:translateX(-100%);
  }
  100%{
    transform:translateX(-100%);
  }
}
@keyframes left-two {
  0% {
    transform:translateX(100%);
	opacity: 0;
  }
  50% {
    transform:translateX(100%);
	opacity: 0;
  }
  60% {
    transform:translateX(0);   
		opacity: 1;
  }
  90% {
    transform:translateX(0);    
  }
  100%{
    transform:translateX(-100%);
  }
}
				/* marquee */
/*-----------------------------------------------------------------*/				

.thumbs-wrapper {margin-top: 15px; padding-bottom: 35px;}
.thumbs { border: 0.5px solid black; margin: 15px; height: 100px; transition: 0.5s ease-in-out; box-shadow:  0px 5px 5px 0px rgba(0,0,0,0.5);
  }
.thumbs:hover { 
    -webkit-transform: scale(1.5); transform: rotate (30deg) ;  box-shadow:  0px 5px 10px 0px rgba(0,0,0,0.9)
  } 
	
	
/*-----------------------------------------------------------------*/

@media screen and (min-width: 200px){

#header {
	height: 60px;
	padding: 10px 0px 10px 0px;
	position: fixed;
	}
#header:hover {
	opacity: 0.9;
	top: 0px;
	border-radius: 0px;
	}	
#title {
	font-size: 40px;
	line-height: 60px; 
	}
#title:hover { 
	color: #A82B2D;);
	}
#navbtn {  
visibility: hidden;
	height: 60px;
	font-size: 20px; 
	font-weight: bold;
	margin-top: 3px; 
	margin-left: 40px;
}
#contact {
	float: right; 
	height: 60px;
	font-size: 12px;
	margin-right: 20px; 
	visibility: hidden;
	transition: all 0.5s ease-in-out;}
#cover {
	height: 530px;
	padding-top: 125px;
	}
#cover_food {
	height: 300px;
	padding-top: 125px;
	}
.logo {
	height: 250px; width: 250px;
	}

.title {
	font-size: 40px;
	line-height: 60px; 
	}

	.reviews1 {
		padding: 25px 0px;
		
		}
	.reviews {	
		padding: 25px 0px; 
		}
	
	.footer {
	
		padding: 25px 0px;
		font-size: 1.25em;
		}
		
		
	.tile {padding: 21px;}


}


/*-----------------------------------------------------------------*/ 

@media screen and (min-width: 700px){ 
#title {text-indent: 150px!important;}
}

@media screen and (max-width: 900px){
	

.col-3 {width: 80%; margin-left: 10%; }

	}
	
@media screen and (max-width: 572px){
	
	
.col-3 {width: 80%; margin-left: 10%; 	}	
#anm5 {margin-left: 12.5%;}
}	
@media screen and (min-width: 700px) and (max-width:900px){
	#anm5 {display: none;}
	.col-3{width: 40%; }
}
@media screen and (max-width: 600px){
	.col-6 {width: 100%;}
	
}


.dtstart {font-size: 0.8em; margin-top: -10px; }
.vevent {margin-bottom: 25px; width: 95%; display: inline-block; }

.inner { padding: 30px; min-height: 200px;  
border-left: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
 margin-top: -11px;
background: #bfbfbf; /* Old browsers */
background: -moz-linear-gradient(top, #bfbfbf 0%, #e5e5e5 3%, #e5e5e5 99%, #bfbfbf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #bfbfbf 0%,#e5e5e5 3%,#e5e5e5 99%,#bfbfbf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #bfbfbf 0%,#e5e5e5 3%,#e5e5e5 99%,#bfbfbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.description {font-size: 0.9em; }
@media (max-width: 600px){.description {font-size: 0.8em; } }
@media (max-width: 425px){.eventimage{float: none; display: block; margin: 0 auto; } .description {display: block; width: 100%; clear: all;} }
@media (min-width: 700px) and (max-width: 800px){.eventimage{float: none; display: block; margin: 0 auto; } .description {display: block; width: 100%; clear: all;} }


@media screen and (max-width: 500px){
	
.thumbs {max-width: 30%!important}
	
#header {
	height: 30px;
	padding: 10px 0px 10px 0px;
	position: fixed ;
	border-radius: 0px;
	
	}
.marquee {font-size: 0.8em; height: 120px;}
.col-4 {width: 100%; text-align: center; font-size: 0.7em; }
.yooo {width: 143px;}
.col-8 {width: 100%;  font-size: 0.7em;}


.col-2 {width: 80%; margin-left: 10%;  text-align: center; }
	
#title {
	margin-left: -100px;
	font-size: 30px;
	line-height: 30px; 
	text-align: center;
	}
#title:hover { 
	color: #A82B2D;);
}

#navbtn {  
position: fixed;
top: 5px;
padding-top:5px;
padding-left:5px;
margin-left: 5px;
	height: 30px;
	width: 30px;
	background: white;
	border: 1px solid gray;
	border-radius: 10px;
	opacity: 0.8;
	overflow: hidden;
	
}
#header {
				-webkit-border-radius: 0px ; 	
				-moz-border-radius: 0px ; 	
				border-radius: 0px; 
				opacity: 0.8 ;
				
				}
				
#header:hover	{
				
				opacity: 0.9 ;
				
				}
#contact {
	display: none; 
	height: 60px;
	font-size: 12px;
	margin-right: 20px; 
	transition: all 0.5s ease-in-out;}
#cover {
	height: 200px;
	padding-top: 50px;
	}
	
	#cover_food {
	height: 200px;
	padding-top: 50px;
	}

.logo {
	height: 150px; width: 150px;
	
	margin-top: 25px;}

.title {
	font-size: 40px;
	line-height: 60px; 
	padding: 15px 0px;
	}

	.reviews1 {
		padding: 25px 0px;
		font-size: 1.25em;
		}
	.reviews {	
		padding: 25px 0px; 
		font-size: 1.25em; 
		}
	
	.footer {
		padding: 25px 0px;
		font-size: 1.25em;
		}
		
		
	.tile { padding: 15px; }
	
	
}



@media (min-width: 501px) and (max-width: 700px){


.wider {width: 90%; margin-left: 5%;}
.col-6 {width: 90%; margin-left: 5%;}
#header {
	height: 60px;
	padding: 10px 0px 10px 0px;
	position: fixed;
	border-radius: 0px;
	}
#header:hover {
	opacity: 0.9;
	top: 0px;
	border-radius: 0px;
	}	
#title {
	margin-left: -100px;
	font-size: 40px;
	line-height: 60px; 
	text-align: center;
	}
.col-2 {width: 80%; margin-left: 10%; }
.col-4 {width: 100% }
.col-8 {width: 100%; }
.yooo {width: 143px;}
#title:hover { 
	color: #A82B2D;);
}
#navbtn {  
position: fixed;
top: 15px;
left: 0px;
	height: 60px;
	font-size: 20px; 
	font-weight: bold;
	
}
.headeropen .headeropen:hover { 	
				-webkit-border-radius: 0px ; 	
				-moz-border-radius: 0px ; 	
				border-radius: 0px; 
				opacity: 0 ;
				transition: 0.1s ease;
				
				}
#contact {
	display: none; 
	height: 60px;
	font-size: 12px;
	margin-right: 20px; 
	transition: all 0.5s ease-in-out;}
#cover {
	height: 300px;
	padding-top: 125px;
	}

#cover_food {
	height: 300px;
	padding-top: 125px;
	}
.logo {
	height: 250px; width: 250px;
	}

.title {
	font-size: 40px;
	line-height: 60px; 
	padding: 15px 0px;
	}

	.reviews1 {
		padding: 25px 0px;
		font-size: 1.25em;
		}
	.reviews {	
		padding: 25px 0px; 
		font-size: 1.25em; 
		}
	
	.footer {
		padding: 25px 0px;
		font-size: 1.25em;
		}
		
		
	.tile { padding: 50px; }
	
}

@media (max-width: 900px) 
{
	.maxheight {max-height: 140px; overflow: hidden;}
	
}



@media screen and (max-width: 825px){
	.thumbs:hover  { 
    -webkit-transform: scale(1); transform: rotate (0deg) ;  box-shadow:  0px 5px 5px 0px rgba(0,0,0,0.9)
  }  
}







@media screen and (max-width: 700px){
#anm2 {width: 100%!important; margin-bottom: 40px;
}
#anm1 {width: 100%!important; }
.col-5 {width: 90%; margin-left:5%;}
.col-7 {width:90%; margin-left:5%;}
}

.col-8 {text-align: center;}
.col-12 {text-align: center;}

	#cover_food {
		background-image: url('../images/food.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		border-bottom: solid black 1px ;
		}

		#food2 {
		background-image: url('../images/food2.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		border-bottom: solid black 1px ;
		}
			.home1 {	background-image: url('../PubFront.jpg');
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;}
	#home2 	{
		background-image: url('../PubChurch.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		}
	
		.drink2 	{background-image: url('../images/drink2.jpg');
		background-position: bottom;
		background-repeat: no-repeat;
	background-size: cover;}
	.events1	{background-image: url('../images/events1.jpg');
		background-position: center;
		background-repeat: no-repeat;
	background-size: cover;}
	
	.events2 	{background-image: url('../images/events2.jpg');
		background-position: center;
		background-repeat: no-repeat;
	background-size: cover;}
		
		.drink1 {	background-image: url('../images/drink2.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;}
	
	
	.btn {display: block;padding: 10px 30px 10px 30px;background: rgb(46, 67, 80);color: #efefef;transition: all 0.5s ease-in-out;font-size: 1em;text-decoration: none;}
	input[type=submit] {display: block; padding: 10px 30px 10px 30px; background:rgb(159, 46, 49)!important; margin: 0 auto; color: #efefef; transition: all 0.5s ease-in-out; margin-top: 30px; font-size: 1em; text-decoration: none; }

	.btn-mini {display: block;  background:rgb(159, 46, 49); color: #efefef; transition: all 0.5s ease-in-out;  font-size: 1em; text-decoration: none; }
		.btn:hover {background: #EC5052; }
		input[type=submit]:hover {background: #EC5052!important; }

		.btn-mini:hover {background: #EC5052; }
		.btn-social {font-size: 1.5em;background: rgb(46, 67, 80);text-align: center;margin: 20px;padding: 12px 30px 13px 30px;}
		.btn-social-mini {font-size: 1em;background: rgb(131, 160, 178);text-align: center;margin: 5px;padding: 12px 5px 15px 5px;border-radius: 15px;}
		span.btn {padding: 3px 30px 3px 30px; background: none; font-size: 0.8em;}
		span.btn:hover {background: none; }
		a.btn {margin-right: 15px;}
		.btn-map {font-size: 1.25em; text-align: center; margin: 15px; padding: 12px 30px 11px 30px;}
		span.socialmedia {margin-left: 25px; letter-spacing: 6px;}
		span.socialmedia-mini {margin-left: 10px; letter-spacing: 2px;}
		.thankyou {	font-family: 'Pacifico', serif; font-size: 2em; color: #efefef}
		
		@media screen and (max-width: 500px){
		.btn-social {font-size: 1em; }
		span.socialmedia {letter-spacing: 2px;}
		}