
div.linear-glow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
	animation: 2.7s ease-out 0s infinite normal both running linear-glow;
	background: linear-gradient(to left, #0000ff99, transparent);
	background-size: 200% 200%;
	background-position-x: 200%;
}
div.linear-glow-2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
	animation: 2.7s ease-out 0s infinite normal both running linear-glow-2;
	background: linear-gradient(to left, #ff99cc66, transparent);
	background-size: 200% 200%;
	background-position-x: 200%;
}

@keyframes linear-glow {
	0%, 100% {
	}
	50% {
		background-position-x: 250%;
	}
}

@keyframes linear-glow-2 {
	0%, 100% {
	}
	25% {
		background-position-x: 250%;
	}
}

@font-face {
  font-family: Cinzel;
  src: url(fonts/Cinzel-Regular.ttf);
}

@font-face {
  font-family: DIN;
  src: url(fonts/FF_DIN_Condensed_Regular.otf);
}

@font-face {
  font-family: DINBold;
  src: url(fonts/FF_DIN_Condensed_Bold.otf);
}

body {
	font-family: DIN;
	color: #fff;
}

.b {
	font-family: DINBold;
}

hr {
	display: hidden;
	clear: both;
	opacity: 0;
}

#header {
	background-image: url(images/wood.jpg);
	height: 30em;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#header div.linear-glow {padding: 8em;}


#header div.linear-glow h1 {
	font-family: Cinzel;
	font-size: 8em;
	text-shadow: 0px 3px 20px #000000;
}

#header div.linear-glow h2 {
	font-size: 2em;
	padding-left: .3em;
	margin-top: -1em;
	text-shadow: 0px 2px 5px #000000;
}

#header p {
	text-align: center;
	font-size: 1.3em;
	margin-top: 5em;
	text-shadow: 0px 2px 5px #000000;
}

#double {
	background-color: #101010;
	padding: 2em 8em;
	background-image: url(images/test2.png);
	background-repeat: repeat;
	background-size: 6.25%;
	position: relative;
}

#double-container {	
	max-width: 80em;
	margin: 0 auto;
}

#double h1 {
	font-size: 4em;
	text-align: center;
}

#double p {
	font-size: 1.3em;
	margin-bottom: 2em;
}

div#double.alt {
	background-color: #382715;
	background-image: url(images/test3.png);
}

div#double.alt2 {
	background-color: #382715;
	background-image: url(images/back2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

div#double.alt3 {
	background-color: #45311b;
	background-image: url(images/1test.png);
}

div#double-container.past {
	opacity: 0.5;
}

.movie {
	width: 47%;
	float: left;
	margin: 0 1em 1em 0;
}

.movie img {
	height: 20em;
	float: left;
	margin-right: 1em;
}

.movie h3 {
	font-family: Cinzel;
	margin-bottom: 1em;
}

.movie p {
	margin-bottom: 0 !important;
}

div.dinner {
	margin: 0 auto;
}

div.dinner.trading {
	width: 27em;
}

div.dinner.wilderpeople {
	width: 23em;
}

div.dinner.joy {
	width: 35em;
}

div.dinner.point {
	width: 23em;
}

div.dinner img {
	float: left;
	display: inline;
	margin-right: .5em;
	position: relative;
	top: 0.3em;
	height: 1.5em;
}

a.button {
	background-color: #fff;
	color: #000;
	font-size: 2.5em;
	border-radius: .25em;
	padding: .35em 0;
	width: 8em;
	display: block;
	text-align: center;
	margin: 0 auto;
	transition: transform .2s;
}

a.button:hover {
	transform: scale(1.1);
}

p.reservations {
	display: block;
	margin: .5em auto;
	text-align: center;
}

/* FOR MOBILE */
@media only screen and (max-width: 600px) {
  
  #header { height: 18em;}
  #header div.linear-glow { padding: 5em 2em;}
  #header div.linear-glow h1 {font-size: 3.5em;}
  #header div.linear-glow h2 {font-size: 1.5em; margin-top: -.8em;}
  #header p {font-size: 1em; margin-top: 2.5em;}
  #double {padding: 2em; background-size: 18%;}
  #double h1 {font-size: 3em;}
  #double p {font-size: 1em;}
  #double .movie {width: 100%; margin-bottom: 4em;}
  a.button {width: 100%; font-size: 1.5em;}
  div.dinner.trading {width: 21em;}
  div.dinner.wilderpeople {width: 17em;}
  div.dinner.joy {width: 21em;}
  div.dinner.point {width: 18em;}
  .movie img {float: none; margin: 0 auto 1em auto; display: block;}
  .movie h3 {text-align: center; margin-bottom: .4em;}
}


