@import url("fonts/stylesheet.css");

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/*background-image: url(../images/background.png);
	background-repeat: repeat-x;*/
}
img {
	max-width: 100%;
}
.clearIt {
	clear:both;
}
.clearLine {
	clear:both;
	height: 5px;
	border-bottom: solid 2px #CCCCCC;
	margin-bottom: 5px;
}
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 114px;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #FFFFFF;
	z-index: 99;
	overflow:visible;
}
#headerContent {
	width: 80%;
	margin: 1px auto;
	padding: 0px;
	display: table;
	background-image: url(../images/monkey-back-inside.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-collapse: separate;
    border-spacing: 30px 1px;
}
#logo {
	position: relative;
	/* float: left; 
	width: 110px;
	margin: 2px 0px 0px 35px; */
	max-width: 100%;
	z-index: 10;
	min-width: 120px;
	text-align: center;
	display: table-cell;
}
#logo img {
	max-width: 115px;
}
#social {
	/* float: right;
	margin: 0px 25px 0px 0px; */
	display: table-cell;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
}
#social img {
	height: 30px;
	margin: 7px 8px;
}
#hours {
	/* float: left;
	margin: 32px 35px 0px 55px; */
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 16px;
	color: #999999;
	text-align: center;
	line-height: 16px;
	display: table-cell;
	vertical-align: middle;
}
#cateringHead {
	text-align: center;
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 16px;
	line-height: 155%;
	text-transform: uppercase;
	margin-top: 12px;
}
#cateringHead a {
	padding: 6px 10px;
	color: #C9DA2B;
	text-decoration: none;
	background-color: #000000;
	border: solid 1px #C9DA2B;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#cateringHead a:hover {
	opacity: .8;
    filter: alpha(opacity=80);
	color: #FFFFFF;
}


/* mainpics */
#mainPic {
	position: relative;
	background-repeat: no-repeat;
	background-position: center 150px;
	background-attachment: fixed;
	background-size: 100%;
	background-color: #FFFFFF;
	height: auto;
	/*max-height: 600px; */
	position: relative;
	width: 100%;
	border-bottom: solid 1p #333333;
	margin-bottom: 15px;
	overflow: hidden;
}
#mainPic img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}



#mainContainer {
	position: relative;
	clear: both;
	width: 100%;
	/* height: 100vh; */
	min-height: 325px;
	text-align: center;
	overflow: hidden;
        
        background-size: cover;
        /* background-size: contain;
		background-color: #FFFFFF; */ 
        background-repeat: no-repeat;
        background-position: top;
	z-index: 0;
}
#mainPicContainer {
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
}

#mainContent {
	position: relative;
	width: 100%;
	background-color:#FFFFFF;
	padding-bottom: 45px;
	padding-top: 25px;
	overflow:hidden;
}

#mainArea {
	clear:both;
	position: relative;
	width: 70%;
	margin: 10px auto;
	background-color:#FFFFFF;
	
}
#frontSpacer {
	position:relative;
	height: 150px;
	background-color:#CC00000;
}

#mission {
	/* float: left;
	margin: 28px 25px 0px 25px; */
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 16px;
	color: #999999;
	text-align: left;
	vertical-align: middle;
	line-height: 16px;
	/* width: 500px; */
	max-width: 460px;
	display: table-cell;
}
#slogan {
	position: relative;
	width: 100%;
	height: 62px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
	vertical-align:bottom;
}
#sloganRight {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FBE19E;
	text-align: center;
	line-height: 40px;
}
#sloganLeft {
	position: absolute;
	bottom: 45px;
	/* left: 10%;
	margin-right: 10%; */
	width: 100%;
	overflow:visible;
	text-align: center;
}
#sloganLeft h1 {
	font-family: 'SourceSansProBlack', sans-serif;
	font-size: 42px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	font-weight: bold;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
}
#sloganLeft p {
	font-family: OpenSansCondensedBold, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	font-weight: bold;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
}

#banner {
	clear:both;
	position: relative;
	width: 100%;
}



#footer {
	position: relative;
	width: 100%;
	margin: auto;
	bottom: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	height: 35px;
	overflow:visible;
	background-color: #53694A;
	/* background-image: url(../images/blue-90.png); */
	border-top: solid 1px #000000;
}
#mobileNav ul {
	clear:both;
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	display: none;
}
#mobileNav ul li {
	display: inline;
	white-space: nowrap;
	margin: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-color:#53694A;
}
#mobileNav ul .largeLink {
	display: none;
}
#mobileNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
#mobileNav ul li a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}

#colContainer {
	float:left;
    overflow: hidden;
}
#colRow {
	float:left;
    position: relative;
    left:75%;
	border-left: solid 1px #000000;
}
.leftColTeam {
	position: relative;
	float: left;
	width: 23%;
	text-align: left;
}
.rightColTeam {
	position: relative;
	float: right;
	width: 70%;
	text-align: left;
}
.leftCol {
	position: relative;
    float: left;
	width: 73%;
	text-align: left;
	border: solid 1px black;
}
.rightCol {
	position: relative;
    float: right;
	width: 23%;
	padding-right: 10px;
	border: solid 1px red;
}

.basicTxt {
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 18px;
	line-height: 185%;
	color: #666666;
	text-decoration: none;
	letter-spacing: .1px;
	word-spacing: .01px;
}
.smallTxt {
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
}
.largeTxt {
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 21px;
	color: #666666;
	text-decoration: none;
	letter-spacing: .1px;
	word-spacing: .01px;
}
.picBorder {
	margin: 5px;
	border: solid 1px #333333;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
h1 {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 36px;
	color: #203A73;
	text-decoration: none;
	/* text-shadow: 3px 3px 6px rgba(0,0,0,0.3); */
}
h2 {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 24px;
	color: #53694A;
	text-decoration: none;
	/* text-shadow: 3px 3px 6px rgba(0,0,0,0.3); */
}
h3 {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #53694A;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.5); */
	text-decoration: none;
	background-color: #C5D939;
	border-radius: 6px;
	padding: 5px 5px 5px 12px;
	margin: 0px;
	display: block;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.redLink {
	color: #DD0000;
	font-weight: bold;
}
.caption {

}
.menuContainer {
	position: relative;
	display: block;
	margin-bottom: 75px;
	width: 100%
}
.menuContainerSmall {
	position: relative;
	display: block;
	margin-bottom: 10px;
	width: 100%
}
.menuColContainer {
	position: relative;
	display: table;
	border-collapse: separate;
    border-spacing: 12px 12px;
	width: 100%
}
.contactContainer {
	position: relative;
	display: table;
	border-collapse: separate;
    border-spacing: 24px 12px;
	margin-bottom: 35px;
	width: 100%
}
.menuColumn, .contactColumn {
	position: relative;
	width: 45%;
	display: table-cell;
	vertical-align:top;
}

.menuGutter {
	position: relative;
	width: 10%;
	display: table-cell;
	vertical-align:top;
}
.menuGutterSmall {
	position: relative;
	width: 3%;
	display: table-cell;
	vertical-align:top;
}
.menuSingleColumn {
	position: relative;
	width: 300px;
	max-width: 45%;
	display: block;
	margin: auto;
	vertical-align:top;
}
.menuTripleColumn {
	position: relative;
	width: 31%;
	display: table-cell;
	vertical-align:top;
}
.menuFourColumn {
	position: relative;
	width: 30%;
	display: table-cell;
	vertical-align:top;
	border: solid 1px black;
}
.menuColumn p, .menuSingleColumn p, .menuTripleColumn p, .menuFourColumn p {
	text-align: left;
}
.menuColumn .title, .menuSingleColumn .title, .menuTripleColumn .title, .menuFourColumn .title {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 18px;
	color: #333333;
	margin-top: 18px;
	margin-bottom: 0px;
}
.menuAddon {
	margin-top: -75px;
}
.addressContainer {
	position: relative;
	display: table;
	border-collapse: separate;
    border-spacing: 24px 8px;
	margin: auto auto 35px auto;
	width: 100%;
	max-width: 900px;
}
.addressColumn {
	position: relative;
	width: 49%;
	display: table-cell;
	vertical-align:top;
}
.addressGutter {
	position: relative;
	width: 1%;
	display: table-cell;
	vertical-align:top;
}
.description {
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 16px;
	line-height: 155%;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}
.menuColumn .flushRight, .menuSingleColumn .flushRight {
	float: right;
	clear:both;
}
.tempRight {
	text-align:right;
}
.tempLeft {
	text-align:left;
}
.menuDownload {
	text-align: center;
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 24px;
	line-height: 155%;
	text-transform: uppercase;
}
.menuDownload a {
	padding: 8px 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #53694A;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.menuDownload a:hover {
	opacity: .8;
    filter: alpha(opacity=80);
}
.passDownload {
	text-align: center;
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 18px;
	line-height: 155%;
	text-transform: uppercase;
}
.passDownload a {
	padding: 6px 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #53694A;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.passDownload a:hover {
	opacity: .8;
    filter: alpha(opacity=80);
}
.googleMap {
	border: solid 1px black;
	width: 650px;
	max-width: 98%;
	height: 450px;
	margin: auto;
}

@media only screen and (max-width: 1280px) {
	#headerContent {
	width: 90%;
	}
	#mission {
	font-size: 12px;
	}
	#social {
	float: right;
	margin: 0px 15px 0px 0px;
	}
	#social img {
	height: 30px;
	margin: 7px 5px;
	}
	.addressContainer {
	position: relative;
	display: table;
	border-collapse: separate;
    border-spacing: 18px 0px;
	margin: auto auto 35px auto;
	width: 100%;
	}
	.addressColumn {
	position: relative;
	width: 47%;
	display: table-cell;
	vertical-align:top;
	}
	.addressGutter {
	position: relative;
	width: 6%;
	display: table-cell;
	}

}
@media only screen and (max-width: 1160px) {
	#mission {
	display: none;
	}
	h1 {
	font-size: 28px;
	}
	#social img {
	height: 25px;
	margin: 5px 4px;
	}
	#cateringHead {
	font-size: 14px;
	line-height: 135%;
	margin-top: 6px;
	}
}

@media only screen and (max-width: 1060px) {
	
	#mainPic {
	background-position: center 120px;
	}
	#mission {
	display: none;
	}
	#navigation {
	display: none;
	}
	#opening {
	position: relative;
	top: 0px;
	width: 100%;
	max-width: 100%;
	max-height: 400px;
	text-align: center;
	overflow-y: hidden ! important;
        overflow-x: hidden ! important;
        background-color: #f8f8f8;
        background-size: auto;
        /*background-size: contain; */
        background-repeat: no-repeat;
        background-position: top;
		border: solid 1px black;
	}
	#frontSpacer {
	position:relative;
	height: 120px;
	}
	#slogan {
	position: relative;
	height: 65px;
	clear:both;
	display: none;
	}
	#sloganLeft {
	font-size: 24px;
	}
	#sloganRight {
	display: none;
	}
	#banner {
	/* border-bottom: solid 2px #333399; */
	}
	#colContainer {
	float:none;
    overflow: hidden;
	}
	#colRow {
	float:none;
    position: relative;
    left:0%;
	border-left: solid 0px #000000;
	}
	.leftCol {
	position: relative;
    right:0%;
	float: left;
	width: 100%;
	}
	.rightCol {
	position: relative;
    right:0%;
	float: right;
	width: 100%;
	padding-right: 0px;
	}
	h1 {
	font-size: 24px;
	}
	h2 {
	font-size: 18px;
	}
	h3 {
	font-size: 24px;
	}
	h4 {
	font-size: 16px;
	}
	#footer {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	bottom: auto;
	height: auto;
	overflow:visible;
	background-color: #53694A;
	}
	#mobileNav ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	display: block;
	}
	#mobileNav ul .largeLink {
	display: block;
	}
	#mobileNav ul li {
	display: block;
	margin: 0px 0px;
	padding: 10px 0px;
	background-color:#53694A;
	border-bottom: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #FBE19E;
	text-decoration: none;
	}
	#mobileNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #FBE19E;
	text-decoration: none;
	}
	#mobileNav ul li a:hover {
	color: #EFEFEF;
	text-decoration: none;
	}
	#mobileNav ul li:hover {
	color: #EFEFEF;
	}
	#mobileNav .sub {
	font-size: 16px;
	background-color: #6A995E;
	}
	#mobileNav .sub:hover {
	font-size: 16px;
	background-color: #6A995E;
	}
	#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	}
	#sloganLeft h1 {
	font-size: 32px;
	color: #FFFFFF;
	line-height: 24px;
	}
	.menuDownload {
	font-size: 21px;
	}
	.menuDownload a {
	padding: 6px 14px;
	}
	.addressContainer {
	display: block;
	}
	.addressColumn {
	width: 100%;
	display: block;
	vertical-align:top;
	}
	.googleMap {
	height: 390px;
	}
	

}
@media only screen and (max-width: 600px) {
	.basicTxt {
	font-size: 14px;
	}
	#header {
	position: relative;
	height: 280px;
	border-bottom: solid 1px #333333;
	z-index: 99;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: visible;
	}
	#headerContent {
	width: 90%;
	margin: 1px auto;
	padding: 0px;
	display: block;
	background-image: url(../images/monkey-back-inside.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-collapse: separate;
    border-spacing: 30px 1px;
	vertical-align: middle;
	}
	#logo {
	width: 100%;
	z-index: 10;
	min-width: 120px;
	text-align: center;
	display: inline-block;
	float: left;
	}
	#social {
	display: inline-block;
	text-align: center;
	width: 100%;
	float: left;
	}
	#cateringHead {
	font-size: 12px;
	line-height: 135%;
	margin-top: 2px;
	}
	#hours {
	display: inline-block;
	width: 100%;
	margin: 10px 0px 10px 0px;
	}
	#mainArea {
	clear:both;
	position: relative;
	width: 82%;
	margin: 10px auto;
	background-color:#FFFFFF;
	
	}
	
	#sloganLeft h1 {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	}
	#sloganLeft p {
	font-family: 'OpenSansCondensedBold', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	/* text-shadow: 3px 3px 6px rgba(0,0,0,0.9); */
	font-weight: bold;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
	}
	#logo {
	position: relative;
	width: 100%;
	max-width: 100%;
	z-index: 10;
	margin: 0px;
	text-align: center;
	}
	#logo img {
	width: 110px;
	margin: auto;
	}
	.menuContainer {
	display: block;
	margin-bottom: 45px;
	}
	.menuColumn, .contactColumn, .menuTripleColumn, .menuFourColumn {
	position: relative;
	width: 96%;
	display: block;
	margin: auto;
	}
	.menuSingleColumn {
	width: 96%;
	max-width: 96%;
	}
	.menuGutter, .menuGutterSmall {
	display: none;
	}
	.menuColumn .title, .menuSingleColumn .title, .menuTripleColumn .title, .menuFourColumn .title {
	font-size: 16px;
	}
	.description {
	font-size: 14px;
	}
	contactColumn {
	text-align: center;
	}
	.tempRight, .tempLeft {
	text-align:center;
	}
	#frontSpacer {
	position:relative;
	height: 0px;
	}
	#mainPic {
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	margin-top: -5px;
	}
	#mainPic img {
	height: 250px;
	}
	.menuDownload {
	font-size: 18px;
	}
	.menuDownload a {
	padding: 6px 14px;
	}
	.leftColTeam {
	position: relative;
	float: none;
	width: 35%;
	text-align: center;
	margin: auto;
	}
	.rightColTeam {
	position: relative;
	float: none;
	width: 100%;
	text-align: justify;
	}
	.googleMap {
	height: 320px;
	}
}	
	