@font-face {
	font-family: 'Museo Slab 500';
	src: url(fonts/Museo_Slab_500.otf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Great Vibes';
	src: url(fonts/GreatVibes-Regular.ttf);
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-family: arial;
}
html {
	box-sizing: border-box;
	background-color: #ddd;
	color: #fff;
	background-image: url(images/hops-bg.jpg);
	background-size: 130% auto;
	overflow: hidden;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	padding: 10px;
	overflow: hidden;
}
header {
	margin: 0;
	text-align: center;
}
header h1, header h2 {
	height: 200px;
}
header h1 {
	text-indent: -10000px;
	background: transparent url(images/sign-top-2b1908.png) no-repeat;
	background: transparent url(images/sign-top-black.png) no-repeat;
	width: 1060px;
	height: 275px;
	background-size: cover;
	display: inline-block;
	position: relative;
	z-index: 1;
}
header h2 {
	display: none;
	vertical-align: top;
	width: 80%;
	text-shadow: 1px 1px 8px #000;
	font-weight: bolder
}
#main {
	margin-top: 0px;
	border: 28px solid #204179;
	border: 28px solid #98262b;
	border: 28px solid #630;
	border: 28px solid #2b1908;
	border: 28px solid #000;
	border-top: 0;
}
#specials {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: url(images/copy-bg.jpg);
	height: 100%;
}
#specials>li {
	list-style: none;
	overflow: hidden;
	border-top: 4px solid #af936c;
}
.special {
	overflow: hidden;
}
.opening {
	height: 100%;
	background-image: url(images/age-gate-bg.gif);
	padding: 30px;
}
.opening > div {
	font-family: "Great Vibes", cursive;
	text-shadow: 2px 2px 2px #000;
	font-size: 64px;
	line-height: .8em;
}
.opening > div:nth-child(2) {
	text-align: right;
}
.right {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 18%;
	background-image: url(images/age-gate-bg.gif);
	font-size: .6rem;
}
.og h3, .ibu h3, .hops h3, .abv h3, .available h3 {
	font-size: .7rem;
}
.og strong, .ibu strong, .abv strong {
	font-size: 1rem;
	padding-right: .5rem;
}
.og, .ibu, .hops, .abv, .available {
	display: block;
	padding: .2rem 0 0 .2rem;
	height: 0;
	overflow: hidden;
	font-size: 1rem;
}
.ibu, .abv {
	height: 25%;
}
.available {
	padding-top: .6em;
	height: 45%;
}
.left {
	display: block;
	position: absolute;
	left: 0;
	width: 80%;
	padding-left: .1rem;
}
.hops li {
	line-height: 1em;
	font-size: .7em;
	padding: .3em 0;
	border-top: 1px solid rgba(255,255,255,.5);
}
.blue {

}

li h2 {
	font-size: 2rem;
	line-height: 2rem;
	padding: .2rem .1rem .2rem .4rem;
	margin: 0;
	color: #005288;
	font-family: "Museo Slab 500",serif;
	white-space: nowrap;
}
.description {
	font-size: 1.1rem;
	line-height: 1.1rem;
	font-weight: bold;
	color: #333;
	padding: 0 .2rem;
}
.description span {
	display: block;
	white-space: nowrap;
}
.price {
	position: absolute;
	width: 19%;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 13px;
	font-size: 40px;
	background-image: url(images/age-gate-bg.gif);
	text-align: right;
	font-family: arial;
	z-index: 20;
}
.sale {
	padding-left: 56px;
}
.price .pint {
	opacity: 0;
}
.price .sampler {
	font-size: 2rem;
	opacity: 0;
}


.sale:before {
	content: var(--sale-price);
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	transform: rotate(90deg);
	transform-origin: top left;
	font-size: 36px;
	font-weight: 700;
	padding: 0 10px;
	color: white;
	background-image: linear-gradient(45deg, #ff5519, #c71300, #ff5519);
	background-size: cover;
	z-index: 500;
	left: 50px;
	position: absolute;
	letter-spacing: 3px;
}


#wrapBottle {
	display: none;
}


svg {
	display: inline block;
	width: auto;
	height: 45px;
}
svg[id^="wrapBarrel"] {
}
svg[id^="wrapBottle"] {
}
svg[id^="wrapCan"] {
}
svg[id^="wrapFlute"] {
}
svg[id^="wrapGoblet"] {
}
svg[id^="wrapGrowler"] {
}
svg[id^="wrapMug"] {
}
svg[id^="wrapPilsner"] {
}
svg[id^="wrapPint"] {
}
svg[id^="wrapStange"] {
}
svg[id^="wrapSnifter"] {
}
svg[id^="wrapTulip"] {
}
svg[id^="wrapWeizen"] {
}
svg[id^="wrapWine"] {
}
[id^="wrapBottle"] .circle {
	visibility: hidden;
}
.icon {
	fill: #f1ead4;
}
.available svg {
	padding: 0 5px;
	fill: #fff;
}
#availability-icons {
	display: none;
}
.pilsner {
}

footer {
	width: 1060px;
	height: 100px;
	text-align: center;
	background: #98262b;
	background: #204179;
	background: #630;
	background: #2b1908;
	background: #000;
	border-bottom-left-radius: 18rem 5rem;
	border-bottom-right-radius: 18rem 5rem;
}
footer div {
	text-transform: uppercase;
	font-weight: bolder;
}
