* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	background-color: white;
	/*background-image: url("/images/background/IMG_5431.JPG");*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
body{
	margin: 0;
}
.title{
	display: inline-grid;
	background-color: black;
	background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('/images/background/IMG_5450.JPG');
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	color: white;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	width: 100%;
}

/*COVID page*/
.postbox{
	color: white;
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
}
.post{
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px;
	margin-top: 10px;
}
/*END OF COVID page*/

/*Body FAQ page*/
.faq{
	background-color: rgb(0, 0, 0);
	color: white;
	padding: 10px;
	font-size: 20px;
	margin-top: -17px;
	margin-bottom: -17px;
}
/*END OF FAQ page*/

/*Body Gallery page*/
.photogallery{
	background-color: rgb(0, 0, 0);
	margin-top: -17px;
	margin-bottom: -17px;
}
.galleryimg{
	margin: 10px;
}
/*END OF Gallery page*/

/*Body Holiday Hours page*/
.holidayCalenderDiv{
	background-color: rgba(0, 0, 0, 0.8);
}
.holidayCalender{
	margin: 10px;
	width: 95%;
	height: auto;
}
/*END OF Holiday Hours page*/

/*Body Flyer page*/
.specials{
	/*background: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9) ), url('/images/background/IMG_5450.JPG');*/
	background-color: #000;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	margin-top: -15px;
	margin-bottom: -16px;
}
.flyergrid{
	display: grid;
	justify-content: center;
	grid-template-columns: auto auto auto;
	color: white;
	font-family: 'Roboto', sans-serif;
}
.flyergriditem{
	margin: 10px;
	padding: 10px;
	padding-top: 0px;
	border-style: solid;
	width: 300px;
	height: 378px;
	font-size: 20px;
}
.temp{
	color: white;
	background: black;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	padding: 10px;
}
.specialname{
	padding: 0%;
}
/*END OF Flyer page*/

/*Meaty header*/
.meatyHeader{
	max-height: 80vh;
	max-width: 100vw;
	overflow: hidden;
}
.meatytitle{
	color: white;
	font-size: 50px;
	font-family: 'Archivo', sans-serif;
	position: absolute;
	height: 80%;
	width: 100%;
	margin: 0%;
	padding-right: 5%;
	padding-top: 10%;
	text-align: right;
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgb(0, 0, 0));
}
/*End of Meaty header*/

/*Body Home Page*/
.homeBody{
	/*background-image: url("/images/background/IMG_5450.JPG");*/
	/*background: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9) ), url('/images/background/IMG_5450.JPG');*/
	height: 100%;
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	grid-template-columns: auto auto;
	display: grid;
	background-color: black;
	color: white;
	width: 100%;
}
.hours{
	padding-left: 20px;
	font-size: 25px;
}
.awards{
	background-color: rgba(255, 255, 255, 0.8);
	background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('/images/background/IMG_5450.JPG');
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	color: rgb(255, 255, 255);
	text-align: center;
	margin-top: -22px;
	margin-bottom: -20px;
	font-family: 'Roboto', sans-serif;
}
.awardphoto{
	grid-template-columns: auto auto auto auto auto auto;
	display: inline-grid;
}
.awardimg{
	margin: 5px;
	width:100px;
	height:100px;
}
/*END OF Body Home Page*/

/*News Block*/
.news{
	margin-top: 5px;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	text-align: center;
}
.newsPost{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
	grid-template-columns: 320px 320px 320px;
	display: inline-grid;
	font-family: 'Roboto', sans-serif;
}
.newsgriditem{
	margin-bottom: 10px;
	padding: 10px;
	border-style: solid;
	border-radius: 5px;
	width: 300px;
	height: 375px;
	font-size: 20px;
}
.nTitle{
	font-size: 27px;
}
.nDate{
	font-size: 17px;
}
.nDescription{
	font-size: 22px;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
	.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}
/*End of News Block*/

/*Header*/
.logo{
	vertical-align: center;
}
.grid-header{
	grid-template-columns: 75px 150px 75px auto auto;
	padding: 5px;
	color: white;
	overflow: hidden;
	background-color: black;
	display: inline-grid;
	width: 100%;
	height: 100px;
}
.proudly{
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.years{
	font-family: 'Roboto', sans-serif;
	font-size: 60px;
	margin: 0;
	padding-top: 10px;
}
.years1{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	margin: 0;
	padding-top: 50px;
}
.alert {
	padding: 20px;
	background-color: #3399ff;
	color: white;
	text-align: center;
	font-size: 20px;
}

.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn:hover {
	color: black;
}
/*END OF Header*/

/*Menu bar*/
.menu {
  list-style-type: none;
  margin-right: 10px;
}
li {
  float: right;
  font-size: 20px;
  font-family: 'Archivo', sans-serif;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover {
  background-color: #111;
}
.active {
  background-color: #4CAF50;
}
/*END OF Menu bar*/

/*Footer*/
.credit{
	text-align: center;
	padding-top: 15px;
}
.foot{
	background-color: black;
	color: white;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	box-shadow: 0 50vh 0 50vh #000;
}
/*END OF Footer*/


@media screen and (max-width:1300px){
	.flyergrid{
		grid-template-columns: auto auto auto;
	}
}
@media screen and (max-width:960px){
	.flyergrid{
		grid-template-columns: auto auto;
	}
}
@media screen and (max-width:750px) {
	.homeBody{
		grid-template-columns: auto;
	}
	.awardphoto{
		grid-template-columns: auto auto;
	}
	.newsPost{
		grid-template-columns: auto;
	}
	.proudly{
		display: none;
	}
	.years{
		display: none;
	}
	.years1{
		display: none;
	}
	.grid-header{
		grid-template-columns: auto auto;
	}
	.flyer{
		width: 100%;
		height: 100%;
	}
	.home{
		display: none;
	}
	li{
		font-size: 15px;
	}
	.flyergrid{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width:650px) {
	.flyergrid{
		grid-template-columns: 1fr;
	}
}