@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}
html {
	font-family: 'Open Sans', sans-serif;}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body {
	margin-top: 0px;}
h1 {
	margin: 0;
	font-size: 2em;
	font-weight:800 !important;
	rgba(231, 25, 56, 1.00);
	text-transform:uppercase;
	color: rgba(231, 25, 56, 1.00);
	text-align:center;
}
h2 {
	margin: 5px;
	font-size: 1.25em;
	font-style:italic;
	text-align:center;
}
.enlarge {
	font-size: 1.25em;
}
.pageSection {
	padding: 60px 20px;
}
	
#page-three {}
	
#page-four {}


a.menu-link {
		 display: block;
		 padding: 1em;
		 text-align:center;
		 background-color:rgba(0,0,0,1.00);
		 color:rgba(255,255,255,1.00) !important;
		 text-transform:uppercase;
		 text-decoration:none;
		 font-weight:800;
		}
		nav[role=navigation] {
			position: relative;
			z-index: 1;
			background: rgba(231, 25, 56, 1.00);
			clear: both;
			-webkit-transition: all 0.3s ease-out;  
			-moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			-o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
		}
		.js nav[role=navigation] {
			overflow: hidden;
			max-height: 0;
		}
		nav[role=navigation].active {
			max-height: 15em;
		}
		nav[role=navigation] ul {
			margin: 0;
			padding: 0;
		}
		nav[role=navigation] li a {
			display: block;
			padding: 0.8em;
			color:rgba(255,255,255,1.00);
			text-decoration: none;
			border-bottom: 1px solid  rgba(255,255,255,0.40);
			font-weight:700;
			text-transform:uppercase;
		}
.one a {
	display:block;
	text-align:center;
	padding: 10px;
	background:rgba(255,255,255,0.70)
	}
.one img {
	width: 300px;
	}
.hero {
	background: rgba(231, 25, 56, 1.00);
}
.hero span {
	display:block;
	padding: 20px;
	color:rgba(255,255,255,1.00);
}
.hero h1 {
	margin: 0;
	font-size: 2em;
	font-weight:800 !important;
	color:rgba(255,255,255,1.00);
	text-transform:none;
	text-align:left;
	text-shadow: 2px 2px 3px rgba(0,0,0,1.00);
}
.hero h2 {
	margin: 5px;
	font-size: 1.25em;
	font-weight:400 !important;
	text-align:left;
	text-shadow: 2px 2px 3px  rgba(0,0,0,1.00);
}
.staff {
	padding-top: 40px;
	padding-bottom: 40px;
}
.staff img {
	width: 100px;
	float:left;
}
.staff p {
	margin-top: 0px;
	margin-left: 140px;
}
.push {
	margin-bottom: 20px;
}
.red {
	font-weight:800;
	color: rgba(231, 25, 56, 1.00)
}
.midHero {
	position:relative;
}
.midHero ul {
	display:block;
	position:absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.midHero ul li {
	color:rgba(255,255,255,1.00);
	font-size: 1em;
	font-weight: 800;
	text-align:center;
	line-height: 2em;
}
footer {
	text-transform:uppercase;
	font-weight: 800;
	text-align:center;
	padding: 0 20px;
}
footer img {
	display:block;
	margin: 40px auto;
	width: 300px;
}
footer a, a:visited {
	display:block;
	padding: 10px 0 50px 0;
	color:rgba(165,165,165,1.00);
	text-decoration:none;
}
.quote {
	text-align:center;
}
.anniversary {
	float:left;
	width: 150px;
	padding: 0 10px 0 0;
}
		
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
}
	

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
	.staff {
	padding-top: 0px;
	padding-bottom: 40px;
}
.midHero ul {
	list-style-type:none;
}
.midHero ul li {
	display: list-item;
	color:rgba(255,255,255,1.00);
	font-size: 2em;
	font-weight: 800;
	text-align:center;
	line-height: 2em;
}

}
@media only screen and (min-width: 1000px) {
	body {
	margin-top: 100px;}
	
	header {
	position:fixed;
	z-index: 10;
	width: 100%;
	margin-top: -100px;
}
header.sticky {
	position:fixed;
	z-index: 10;
	width: 100%;
	margin-top: -100px;
}


.one a {
		float:left;
		width: 350px;
		text-align:center;
		height: 100px;
	}
	.one img {
		width:80%;
	}
.three {
		display:block;
		overflow:hidden;
		background:rgba(231,25,56,0.90);
	}
a.menu-link {
	display: none;
			}
.js nav[role=navigation] {
				max-height: none;
			}
			nav[role=navigation] {
			
			background: none;
			
		}
nav[role=navigation] ul {
				border: 0;
	}
			
nav[role=navigation]  li {
				display: block;
				float:left;
				width: 25%;
				text-align: center;
}
nav[role=navigation] li a {
	display: block;
	border: none;
	padding: 0;
	position:relative !important;
	height: 100px;
  line-height: 100px;
  white-space: nowrap;
  color:rgba(255,255,255,1.00);
  text-decoration:none;
  font-weight:700;
  border-left: 1px rgba(255,255,255,0.80) solid;
  font-size: 1em;
  text-transform:uppercase;
  background-repeat:no-repeat;
    background-position:95% 50%;
	background-size: 20px;
}
nav[role=navigation] li a:hover {
  
}
nav[role=navigation] li a.quoteButton {
	background-color:rgba(50,50,50,1.00);
}
.hero {
	position:relative;
}
.hero span {
	position:absolute;
	color:rgba(255,255,255,1.00);
	top: 50%;
  transform: translateY(-50%);
  right: 40px;
  text-align:right;
}
.hero h2 {
	margin: 5px;
	font-size: 1.5em;
	font-weight:400 !important;
}
.hero h1 {
	font-size: 4em;
	margin: 0;
}
.fifty {
		padding: 20px 40px;
		width: 50%;
		float:left;
	}
	.fifty ul li {
		line-height: 2em;
	}
	.staff img {
	width: 150px;
}
.staff p {
	margin-left: 190px;
}
.anniversary {
	float:left;
	width: 250px;
}