@font-face {
    font-family: 'nexarust';
    src: url('nexaBlack.eot');
    src: url('nexaBlack.eot?#iefix') format('embedded-opentype'),
         url('nexaBlack.woff2') format('woff2'),
         url('nexaBlack.woff') format('woff'),
         url('nexaBlack.ttf') format('truetype'),
         url('nexarustsans-black-webfont.svg#nexa_rust_sansblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* ===========================================================================================================================
  RESET - http://meyerweb.com/eric/tools/css/reset/
=========================================================================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ===========================================================================================================================
  BOX SIZING & CLEARFIX
=========================================================================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* ===========================================================================================================================
  HTML & BODY
=========================================================================================================================== */
body {
  background-color: #404041;
  color: #787878;
  font-family: "Century Gothic","Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
/* ===========================================================================================================================
  PRIMARY STRUCTURE
=========================================================================================================================== */
.wrapper {
  width: 100%;
  margin: 0 auto;
}
main {
  display: block;
  background-color: #fff;
}
.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===========================================================================================================================
  INFO BAR / NAVIGATION
=========================================================================================================================== */
.info-bar {
  padding: 0;
  /*background-color: #404041;
  border-bottom: #fcb016 solid 1px;*/
  text-align: center;
  position: fixed;
  z-index: 15;
  width: 100%;
}

.info-bar ul#nav {
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 0;
	list-style: none;
	text-align:center; 
  display: inline;
}
.info-bar ul#nav li {
	display: inline-block;
	margin: 0 5px;
	padding: 2px 0;
	font: 1em nexarust, "Futura md bt", Futura, "Century Gothic", sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
.info-bar ul#nav .home{
	background-color:#60bb46;
	
}
.info-bar ul#nav .beer{
	background-color:#fcb016;
	
}
.info-bar ul#nav .contact{
	background-color:#00bdf2;
	
}
.info-bar ul#nav .about{
	background-color:#f58220;
	
}
.info-bar ul#nav li a{
	color:#fff;
	text-decoration:none;
	padding: 5px 15px;
}
.info-bar ul#nav li a:hover{
	color:#000;
	/*border-bottom: #fff solid 5px;*/
}

@media all and (min-width: 600px) {
	.info-bar ul#nav {
		margin: 15px 0 15px 0;
		padding: 15px 0;
	}
	.info-bar ul#nav li {
		padding: 10px 0;
	}
}
/* ===========================================================================================================================
  SOCIAL LINKS
=========================================================================================================================== */

.social {
	float:right;
	padding-top: 3px;
	position:fixed;
	left:90%;
}
.social a {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.social a:hover {
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.twitter {
	padding-left: 42px;
	background: url("../images/twitter.png") no-repeat;
	height: 37px;
	display:block;
}
.facebook {
	padding-left: 42px;
	background: url("../images/facebook.png") no-repeat;
	height: 37px;
	display:block;
}
.untappd {
	padding-left: 42px;
	background: url("../images/untappd.png") no-repeat;
	height: 37px;
	display:block;
}


/* ===========================================================================================================================
  FOOTER
=========================================================================================================================== */
footer {
  padding: 20px 0;
}
footer .asides {
  margin-bottom: 20px;
}
footer aside {
  margin-bottom: 10px;
  text-align:center;
}
footer aside a {
  color: #b4b4b4;
}

footer aside .social {
	float:none;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
footer nav li {
  display: inline-block;
}
footer nav a {
  display: block;
  margin: 0 5px;
  color: #fff;
}
footer nav a:hover {
  color: #fcb016;
}
footer .logo {
  text-align: center;
}
footer .logo img {
  display: inline-block;
  vertical-align: middle;
}
footer .copyright {
  text-align: center;
}
footer .copyright small {
  color: #fff;
  font-size: 12px;
}
footer .copyright a {
  color: #b4b4b4;
}
footer .copyright a:hover {
  color: #fcb016;
}
@media all and (min-width: 600px) {
  footer aside {
    margin-bottom: 0;
    float: left;
    width: 33.3333%;
    text-align: left;
  }
  footer nav ul {
    text-align: left;
  }
  footer nav li {
    display: block;
  }
  footer nav a {
    display: inline-block;
    margin: 0;
  }
  footer .logo {
    text-align: right;
  }
}


/* ===========================================================================================================================
  TEXT LEVEL SEMANTICS
=========================================================================================================================== */
a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #000;
}
h1 {
  font: 4em nexarust, "Futura md bt", Futura, "Century Gothic", sans-serif;
  color:#fff;
	text-transform:uppercase;
}

h3 {
  font: 2em nexarust, "Futura md bt", Futura, "Century Gothic", sans-serif;
  color:#000;
	text-transform:uppercase;
}
h4 {
  font: 1.5em nexarust, "Futura md bt", Futura, "Century Gothic", sans-serif;
  color:#787878;
	text-transform:uppercase;
}

/* ===========================================================================================================================
  SECTIONS
=========================================================================================================================== */
#logo {
	padding: 0;
	display:block;
	background: url("../images/mash-palace-logo.png") no-repeat;
	text-indent: -5000px;
	width: 274px;
	position:absolute;
	height: 373px;
	left: 50%;
	top: 100px;
	margin-left:-139px;
}
@media all and (max-width: 600px) {
	#logo {
	background: url("../images/mash-palace-logo-med.png") no-repeat;
	margin-left:-100px;
	}
}

section.module:last-child {
	margin-bottom: 0;
}
section.module h2 {
	margin-bottom: 40px;
	font: 2em nexarust, "Futura md bt", Futura, "Century Gothic", sans-serif;
	color: #fff;
	text-transform: uppercase;
}
section.module p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 300;
}
section.module p:last-child {
	margin-bottom: 0;
}
section.module.content {
	padding: 40px 0;
}
@media all and (max-width: 600px) {
section.module.content, section.module.parallax p, #mc_embed_signup form {
	text-align:center;
}
}
section.module.content.yellow {
	background-color:#fcb016;
}
section.module.yellow h2 {
	color: #fff;
}
section.module.content.yellow a {
	color:#000;
}
section.module.content.yellow a:hover {
color: #818181;
}

section.module.content.yellow .available {
color: #fff;
padding-bottom: 20px;
}

@media all and (min-width: 600px) {
	 
section.module.yellow img {
	float: right;
	padding-left: 20px;
}

}

section.module.content.orange {
	background-color:#f58220;
}
section.module.parallax {
	height: 600px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section.module.parallax img {
	padding-top: 210px;
	margin: 0 10%;
	vertical-align: top;
}
section.module.parallax h2 {
	color: #404041;
	font-size: 2.5em;
	line-height: 1.2em;
	padding-top: 100px;
	text-align: center;
	text-transform: uppercase;
  text-shadow: 0 0 20px #fff;
}


section.module.parallax-1 {
	background-image: url("../images/bg-mash2.jpg");
}
section.module.parallax-2 {
	background-image: url("../images/birdseye-uranium-IPA.jpg");
	height: 800px;
}
section.module.parallax-3 {
	background-image: url("../images/kettle-etching.jpg");
}
section.module.parallax-4 {
	background-image: url("../images/ipa-lumsden.jpg");
	height: 1300px;
}
section.module.parallax-5 {
	background-image: url("../images/hop-pellets.jpg");
}
section.module.parallax-6 {
	background-image: url("../images/temperature-almost-boil.jpg");
}
section.module.parallax-7 {
	background-image: url("../images/site-tube.jpg");
}
section.module.parallax-8 {
	background-image: url("../images/beer-on-boil.jpg");
}
.whiteboxright {
	/*background-color: rgba(0,189,242,0.5);*/
	background-color: rgba(255,255,255,0.7);
	padding: 15px;
	width: 60%;
	float:right;
}

.whiteboxright a {
	color: #00bdf2;
	font-weight:bold;
}
.whiteboxright a:hover {
	color: #60bb46;
}
.whiteboxright ul {
	padding-bottom: 20px;
}

@media all and (max-width: 600px) {
.whiteboxright {
	width: 100%;
}
}

.whiteboxoutlets {
	/*background-color: rgba(0,189,242,0.5);*/
	background-color: rgba(255,255,255,0.7);
	padding: 15px;
	width: 60%;
	float:right;
}

.whiteboxoutlets a {
	color: #00bdf2;
	font-weight:bold;
}
.whiteboxoutlets a:hover {
	color: #60bb46;
}
.whiteboxoutlets ul {
	padding-bottom: 20px;
}

@media all and (max-width: 600px) {
.whiteboxoutlets {
	width: 100%;
}
}

ul.text {
	list-style:disc;
	list-style-position:inside;
	font-size: 1em;
}
 @media all and (min-width: 600px) {
section.module h2 {
	font-size: 3em;
}
section.module p {
	font-size: 20px;
}

/*section.module.parallax h1 {
	text-align: center;
	font-size: 4em;
}*/
ul.text {
	font-size: 20px;
}
}

