@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'noodle';
	src: url('../fonts/big_noodle_titling.ttf');
}
@font-face {
	font-family: 'hnue';
	src: url('../fonts/helvetica-neue.ttf');
}
@font-face {
	font-family: 'hnue-bold';
	src: url('../fonts/helvetica-neue-bold.ttf');
}
body {
	background-color: #333;
	background-image: url("../images/background.jpg"); /* Background image */
	padding: 0px;
	margin: 0px;
}
.app-body {
	margin: 0px;
	width: 100%;
	padding: 0px;
}
/* DETAIL mode wrapper for spacing and responsive resizing */

.app-content {
	margin: 0px;
	width: 99%;
	padding-left: 6px;
	padding-right: 14px;
}
/* DETAIL mode wrapper for spacing and responsive resizing */

.app-content-detail {
	margin: 0px;
	width: 100%;
	padding-left: 6px;
	padding-right: 8px;
}
/* Page Header Appearance */

.app-header {
	padding: 10px;
}
/* Main page header font */

.app-header-text {
	font-family: 'noodle', serif;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 8px;
}
/* Smaller text for header part 2 */
.app-header-text2 {
	font-size: 28px;
}
.app-column {
	padding-right: 0px;
	padding-left: 14px;
}
/* Feature panel color and sizing */

.app-panel {
	background: #C9BCAC;
	margin: auto auto 5px auto;
	padding: 20px;
	min-height: 200px;
	height: auto;
}
/* Text styles for individual features */

.app-feature-text {
	line-height: 1.2;
	color: #000;
	margin-top: 15px;
}
/* Feature Title Text */

.app-feature-title {
	font-family: 'hnue-bold', sans-serif;
	color: #333333;
	font-size: 18px;
}
.app-feature-title:hover {
	color: #333333;
}
/* Feature Subtitle Text */

.app-feature-subtitle {
	font-family: 'hnue', sans-serif;
	color: #be6b2b;
	font-size: 14px;
}
/* Detail Title Text */

.app-detail-title {
	font-family: 'noodle', serif;
	color: #333333;
	font-size: 36px;
	line-height: 1.0;
}
/* Detail Subtitle Text */

.app-detail-subtitle {
	font-family: 'noodle', serif;
	color: #be6b2b;
	font-size: 24px;
	line-height: 1.5;
}
/* Detail Back Button */
.app-back-btn {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857;
	background-color: #C9BCAC;
	color: #fff;
	border: solid 3px #BB6824;
	padding: 0px 30px;
	font-size: 22px;
	border-radius: 12px;
}
/* Feature and Detail Body text */

.app-feature-body {
	font-family: "hnue", sans-serif;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
}
.app-feature-body-bold {
	font-family: "hnue-bold", sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.app-feature-body-spacer {
	font-family: "hnue", sans-serif;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 14px;
	line-height: 28px;
}

.app-detail-body-bold {
	font-family: "hnue-bold", sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	/* white-space: nowrap; */
	text-transform: uppercase;
	padding-top: 19px;
	width: 35%;
	vertical-align: text-top;
}
.app-detail-body {
	font-family: "hnue", sans-serif;
	color: #333333;
	font-size: 18px;
	padding-left: 0px;
	padding-top: 18px;
	width: 64%;
	vertical-align: text-top;
}
.app-detail-body-colon {
	width: 1%;
	padding-left: 10px;
  padding-right: 10px;
	vertical-align: text-top;
}
.app-detail-description {
	font-family: "hnue", sans-serif;
	color: #333333;
	font-size: 18px;
	padding-top: 12px;
	padding-left: 8px;
}

.app-detail-description-header {
	font-family: "hnue", sans-serif;
	color: #333333;
	margin-top: 30px;
}

.app-unit-price {
	font-family: "hnue-bold", sans-serif;
	display: inline-block;
	padding: 0 15px 0 10px;
}

.app-detail-unit-price {
	font-family: "hnue", sans-serif;
	display: inline-block;
	padding: 0 15px 0 10px;
}

.app-detail-pricing-normal {
	display: none;
}

.app-detail-pricing-small {
	display: table-row;
}

/* Page Footer Text */

.app-text-footer {
	margin: -5px 10px 10px 10px;
	width: 35%;
	min-width: 250px;
	float: right;
}
.app-text-footer img {
	width: 100%;
	height: auto;
}

.app-img-sizing {
	height: 32px;
	width: auto;
	margin-top: -5px;
}
/* Product image sizing and position */

.app-img-feature {
	max-height: 150px;
	margin-top: 10px;
}
.app-navbar {
	margin-bottom: 0px;
}
/* Beer color image */

.app-img-detail-main {
	max-width: 250px;
	margin-bottom: 20px
}

.app-detail-table {
	width: 100%;
}

.app-detail-beer-color {
	display: block;
	clear: both;
}

.app-detail-glass-shape {
	display: block;
	clear: both;
}

/* this is empty on purpose -- don't delete it! */

.app-detail-glass-bold {
}
.app-detail-color-bold {
}
/* Disclaimer on datail page */

.app-detail-disclaimer {
	padding-top: 10px;
	padding-bottom: 15px;
}
a {
	color: #fff;
}
hr {
	border: #000 2px solid;
}

.app-light-blue {
	color: #4d88ff;
}

/* Back Button */
.app-back-button {
  background-color: #be6b2b;
  padding: 2px;
  width: auto;
  height: 29px;
  vertical-align: sub;
  border-radius: 20px;
  float: right;
}

.app-back-button:hover {
  background-color: #fff;
}

.app-back-button-cell {
	padding-left: 10px;
}

/* Dynamic media resizing - the defaults (above) are for phones, these modifications apply to any screen over 768 width, which includes ipads and computers */

@media (min-width: 768px) {
	.app-content {
		margin: 0px;
		width: 99%;
		padding-left: 14px;
		padding-right: 20px;
	}
	.app-panel {
		background: #C9BCAC;
		margin: auto auto 12px auto;
		padding: 20px;
		min-height: 270px;
	}
	.app-content-detail {
		margin: 0px;
		width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}
	.app-detail-body {
		font-family: "hnue", sans-serif;
		color: #333333;
		font-size: 18px;
		padding-left: 0px;
	}

	.app-detail-color-bold {
		min-height: 90px;
		padding-top: 32px;
	}
	.app-detail-glass-bold {
		padding-top: 50px;
	}
	.app-text-footer {
		margin: -16px 10px 10px 10px;
		width: 35%;
		min-width: 250px;
		float: right;
	}
}

/* Larger text on everything bigger than the iPhone 5 and Galaxy 5*/

@media (min-width: 370px) {

	.app-detail-title {
		font-family: 'noodle', serif;
		color: #333333;
		font-size: 55px;
		line-height: 1.0;
	}
	.app-detail-beer-color {
		max-width: 200px;
		display: inline;
		vertical-align: bottom;
		padding-left: 10px;
	}
	/* beer glass shape */

	.app-detail-glass-shape {
		max-width: 70px;
		display: inline;
		vertical-align: middle;
		padding-left: 10px;
	}
	.app-detail-glass-bold {
	}
	.app-detail-color-bold {
	}
	
}


@media (min-width: 800px) {
	
	.app-detail-pricing-normal {
		display: table-row;
	}
	
	.app-detail-pricing-small {
		display: none;
	}
	
}

@media (min-width: 768px) {

	.app-detail-body-bold {
		font-family: "hnue-bold", sans-serif;
		color: #333333;
		font-size: 16px;
		font-weight: bold;
		/* white-space: nowrap; */
		text-transform: uppercase;
		padding-top: 19px;
		width: 10%;
		white-space: nowrap;
		vertical-align: text-top;
	}
	.app-detail-body {
		font-family: "hnue", sans-serif;
		color: #333333;
		font-size: 18px;
		padding-left: 0px;
		padding-top: 18px;
		width: 89%;
		vertical-align: text-top;
	}
	.app-detail-body-colon {
		width: 1%;
		padding-right: 30px;
		padding-left: 10px;
		vertical-align: text-top;
	}

}

@media (min-width: 970px) {
	.app-panel {
		min-height: 226px;
	}
}
