	/* general page settings */
	
	.debug{
		display: none;
	}

	body{
		background-color:grey;
	}
	
	hr{
		border-color:#BCBEC0;
	}
	@font-face {
		font-family: Housegrind;
		src: url(font/housegrind_personal_use_only.ttf);
		font-weight: bold;
	}
	h1, h2{
		font-family:'Oswald';
		font-weight:bold;
	}
	h1{
		font-size:40px;
		padding-bottom:10px;
		padding-left: 10px;
		margin-top:30px;
	}
	h2{
		font-size:40px;
	}
	
	.bgwhite{
		background-color:white;
	}

/* media queries to help with collapsing the header earlier */
	
	@media (min-width: 768px) and (max-width: 1200px) {
		.navbar-collapse.collapse {
			display: none !important;
		}
		.navbar-collapse.collapse.in {
			display: block !important;
		}
		.navbar-header .collapse, .navbar-toggle {
			display:block !important;
		}
		.navbar-header {
			float:none;
		}
	}
	
	/* max page width, based on header image in home/index page */
	
	@media (min-width: 1600px) {
		.container{
			width:1598px;
		}
		.navbar-header{
			height: 65px; /* same as topannounce margin-top */
		}
		.topannounce{
			margin-top: 65px; /* same as navbar-header height */
		}
	}
	
	@media (max-width: 410px) {
		.navbar-header{
			height: 55px; /* same as topannounce margin-top */
		}
		.navbar-header img{
			width: 115px;
			padding-top: 7px;
		}
		.topannounce{
			margin-top: 55px; /* same as navbar-header height */
		}
	}
	@media (max-width: 350px){
		.navbar-header{
			height: 50px; /* same as topannounce margin-top */
		}
		.navbar-header img{
			width: 85px;
			padding-top: 9px;
		}
		.topannounce{
			margin-top: 50px; /* same as navbar-header height */
		}
	}
	.navbar-header img{
		padding-right: 5px;
		padding-top: 11px;
	}
	.navbar-header{
		height: 62px;
	}
	
	/* footer */
	

	.foothead h1 {
		overflow: hidden;
		text-align: center;
	}
	.foothead h1:before, .foothead h1:after {
		background-color: white;
		content: "";
		display: inline-block;
		height: 1px;
		position: relative;
		vertical-align: middle;
		width: 50%;
	}
	.foothead h1:before {
		right: 0.5em;
		margin-left: -50%;
	}
	.foothead h1:after {
		left: 0.5em;
		margin-right: -50%;
	}
	.foothead h1{
		font-size:32px;
	}
	.footheadsmall h1{
		text-align: center;
		font-size:28px;
		margin-bottom:5px;
	}
	.foot{
		color:white;
		background-color:#231F20;
	}
	
	
	hr{
		border-color:#BCBEC0;
	}
	.footImg{
		display: inline-block;
		height: 200px;
		width: 200px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.footImgMob{
		display: inline-block;
		height: 150px;
		width: 150px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	/* contact us page */

	.alert-success, .alert-danger{
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		background: #231F20;
		color: white;
		border-color: black;
		border-radius: 10px;
		font-size: 16px;
	}

	#submit{
		color: white;
		background: #231F20;
		border-color: black;
		font-weight: bold;
	}
	#submit:hover{
		background: #363636;
		border-color: black;
	}
	form{
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	}

	/* catering page */
	
	@media (min-width: 320px) {
		.cateroptionbox{
			font-size:12px;
			padding-left:7px;
			padding-right:7px;
		}
		.caterhead{
			padding-left:7px;
		}
		.aboutus h1{
			text-align:center;
		}
		.marqcontainer{
			font-size:18px;
		}
	}
	
	@media (min-width : 480px) {
		.cateroptionbox{
			font-size:16px;
			padding-left:10px;
			padding-right:10px;
		}
		.caterhead{
			padding-left:10px;
		}
    }

	@media (min-width: 768px) {
		.cateroptionbox{
			font-size:16px;
			padding-left:30px;
			padding-right:100px;
		}
		.caterhead{
			padding-left:30px;
			padding-bottom:10px;
		}
		.marqcontainer{
			font-size:24px;
		}
	}
	
	@media (min-width: 992px) {
		.cateroptionbox{
			font-size:16px;
			padding-left:30px;
			padding-right:40px;
		}
		.caterhead{
			padding-left:30px;
			padding-bottom:10px;
		}
		.catimgsm{
			width:48%;
			display:inline-block;
			float: left;
			padding-bottom:40px;
		}
		.catimgsm:last-of-type{
			float:right;
		}
		.aboutus h1{
			text-align:left;
		}
		
		.imgchangecont{
			width:100%;
			max-width:450px;
			border-radius:10px;
			height:450px;
			width:450px;
			border:2px solid grey;
			overflow:hidden;
			text-align:center;
			background:black;
			margin-bottom:50px;
			margin-top:1px;
			margin-left: 0 auto;
			margin-right: 0 auto;
			
			-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5);
			-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5);
			box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5);
		}
		.imgchange{
			max-height:450px;
			max-width:450px;
			height:auto;
			width:auto;
			position: relative;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			transform: translateY(-50%);
			display:inline-block;
		}
	}
	
	@media (min-width: 1200px) {
		.cateroptionbox{
			font-size:16px;
			padding-left:30px;
			padding-right:100px;
		}
		.caterhead{
			padding-left:30px;
			padding-bottom:10px;
		}
		
		.imgchangecont{
			width:100%;
			max-width:500px;
			border-radius:10px;
			height:500px;
			width:500px;
			border:2px solid grey;
			overflow:hidden;
			text-align:center;
			background:black;
			margin-top:1px;
			margin-left: 50px;
			
			-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5);
			-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5);
			box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5);
		}
		.imgchange{
			max-height:500px;
			max-width:500px;
			width:auto;
			height:auto;
			position: relative;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			transform: translateY(-50%);
			display:inline-block;
		}
	}
	
	@media (min-width: 1600px) {
		.cateroptionbox{
			font-size:16px;
			padding-left:30px;
			padding-right:220px;
		}
		.caterhead{
			padding-left:30px;
			padding-bottom:10px;
		}
		.catimgbig{
			width:739px;
			display:inline-block;
		}
		.catimgsm{
			width:350px;
			display:inline-block;
			margin-right:32px;
			padding-bottom:100px;
		}
		.catimgsm:last-child{
			margin-right:0px;
		}
	}
	
	/* home/index page */
	
	.markcircle {
		display:inline-block;
		background-color:white;
	}
	.markimg1{
		background-image:url("img/markmenu.jpg");
		background-position: center;
		background-repeat: no-repeat;
	}
	.markimg2{
		background-image:url("img/markcarter.jpg");
		background-position: center;
		background-repeat: no-repeat;
	}
	.markimg3{
		background-image:url("img/markloc.jpg");
		background-position: center;
		background-repeat: no-repeat;
	}
	.aboutus p{
		padding-bottom:12px;
		font-size:16px;
	}
	.aboutus ul{
		padding-top:0px;
		margin-top:-20px;
		margin-bottom:0px;
	}
	.aboutus li{
		padding-bottom:1px;
		margin-left:20px;
		font-size:16px;
	}
	.headimg{
		display:block;
		height:auto;
		width: 100%;
	}
	.blackb{
		background-color:#000000;
		height:10px;
	}
	.img-circle{
		border:4px solid black;
	}
	
	.marketing .col-lg-4 {
		margin-top:20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.marketing h2 {
		font-weight: bold;
	}
	.marketing .col-lg-4 p {
		margin-right: 10px;
		margin-left: 10px;
	}
	.homeImg{
		display: inline-block;
		height: 150px;
		width: 150px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		margin-top: 10px;
	}
	.homeImgMob{
		display: inline-block;
		height: 150px;
		width: 150px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	@media (min-width: 1200px) {
		.cateroptionbox{
			font-size:18px;
			padding-left:30px;
			padding-right:100px;
		}
		.caterhead{
			padding-left:30px;
			padding-bottom:10px;
		}
		.daily{
			font-size:13px;
		}
	}
	
	@media (min-width: 1600px) {
		.daily{
			font-size:16px;
		}
		.container{
			width:1598px;
		}
	}
	
	/* daily deals */
	
	.daily li{
		display: inline-block;
		border-right:1px solid grey;
		padding:10px;
		padding-top:3px;
		padding-bottom:3px;
	}
	.daily li:last-child{
		border-right:0px;
	}
	.daily li:first-child{
		border-right:0px;
		font-weight:bold;
	}
	.daily{
		text-align:center;
		font-family:'Oswald';
		font-size:20px;
		padding-top:7px;
	}
	.dailysm{
		text-align:center;
		font-family:'Oswald';
		font-size:16px;
	}
	.dailysm li{
		display: inline-block;
	}
	.dailysm li:first-child{
		border-right:0px;
		font-weight:bold;
	}
	
	/*about us*/
	
	.aboutusimg{
			width:100%;
			max-width:610px;
			padding-bottom:20px;
			display:block;
			margin-left:auto;
			margin-right:auto;
		}
	.circImgCont{
		border:3px solid black;
		border-radius:50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		width:250px;
		height:250px;
		display:inline-block;
	}
	.circImgContSmall{
		border:2px solid black;
		border-radius:50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		width:80px;
		height:80px;
		display:inline-block;
	}
	.circImgInside{
		border:3px solid white;
		background-color:black;
		border-radius:50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		height:100%;
		width:100%;
	}
	.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@keyframes popanim{
    0%{
        opacity:0.0;
    }
    100%{
        opacity:1.0;
    }
}
@keyframes overlayanim{
    0%{
        opacity:0.0;
    }
    100%{
        opacity:0.7;
    }
}
.popupImg{
  background:black;
  animation: popanim 0.5s;
  display:none;
  max-width:200px;
  max-height:200px;
  width: auto;
  height: auto;
  margin: auto;
  border:15px solid black;
  border-radius:15px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.popupOverlay{
  animation: overlayanim 0.5s;
  display:none;
  background: black;
  opacity:0.7;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}
.popupClickToClose{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

    .stickem-container {
    	position: relative;
    }
     
    .stickit {
    	position: fixed;
    	top: 75px;
    }
     
    .stickit-end {
    	bottom: 0;
    	position: absolute;
    }
	
	.cateroptionbox{
		cursor: pointer;
	}
	.cateroptleft{
		width:75%;
	}
	.cateroptright{
		width:20%;
	}
	tr{
		cursor: pointer;
	}
	.menucont{
		min-height:550px;
	}
.popupCont{
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.vidcont{
	display:inline-block;
	text-align:center;
	margin-top:15px;
	margin-bottom:20px;
	box-shadow: 2px 2px 2px #000000;
}
@media (min-width: 320px){
	.vidcont{
		width:280px;
	}
}
@media (min-width : 480px) {
	.vidcont{
		width:400px;
	}
}
@media (min-width: 768px) {
	.vidcont{
		width:500px;
	}
}

.navbar-header img:hover{
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}