*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.body-toggle{
	overflow: hidden;
}
img{
	display: block;
	max-width: 100%;
	width: 100%;
}
li{
	list-style: none;
}
@font-face{
  font-family: 'freehand';
  src: url('../fonts/freehand.ttf');
}
@font-face{
  font-family: 'lato-bold';
  src: url('../fonts/lato-bold.ttf');
}
@font-face{
  font-family: 'lato-light';
  src: url('../fonts/lato-light.ttf');
}
@font-face{
  font-family: 'lato-regular';
  src: url('../fonts/lato-regular.ttf');
}
@font-face{
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.ttf');
}
@font-face{
  font-family: 'montserrat-regular';
  src: url('../fonts/montserrat-regular.ttf');
}
@font-face{
  font-family: 'parisian-roman';
  src: url('../fonts/parisian-roman.ttf');
}
@font-face{
  font-family: 'roboto-condensed';
  src: url('../fonts/roboto-condensed.ttf');
}

:root {
	--black: #222222;
	--blackblackrgba1: rgba(0,0,0,0);
	--blackblackrgba1: rgba(0,0,0,1);
  --red: #ff5252;
  --white: #f5f5f5;
}
/*****************
 * DISPLAY NONE *
*****************/
.header-mobile{
	display: none;
}
/************
	HEADER
************/
.header-link:focus{
	outline: 2px solid var(--red);
}
.header-desktop{
	background-color: var(--black);
	border-bottom: .5px solid var(--white);
	box-shadow: 0 5px 10px 5px rgba(36,36,36,.5);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.header-desktop-container{
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 1200px;
}
.header-logo{
	filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 2px #000);
	width: 100px;
}
.header-desktop-links{
	align-items: flex-end;
	display: flex;
	font-family: 'montserrat-regular', cursive;
	font-size: 14px;
	justify-content: space-between;
	width: 450px;
}
.header-links-ul{
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.header-link{
	color: rgba(51,51,51,1);
	display: flex;
	margin-right: 0px;
	padding: 5px;
	position: relative;
}
.header-link-plain{
	position: relative;
}
.header-link-plain:after{
	content:"";
	position: absolute;
	background-color: var(--red);
	bottom: -2px;
	height: 2px;
	left: 0;
	transition: .2s;
	width: 0%;
}
.header-link-plain:hover:after{
	transition: .2s;
	width: 100%;
}
.order-online-button{
	background-color: var(--red);
	border: 2px solid var(--red);
	border-radius: 5px;
	justify-content: center;
	transition: .2s;
}
.order-online-button:hover{
	border: 2px solid var(--white);
	cursor: pointer;
	transition: .2s;
}
#header-link-order-online a{
	filter: drop-shadow(0 0);
}
.header-link a{
	color: #fff;
	filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 2px #000);
	text-decoration: none;
}
.header-links-li:hover{
	cursor: pointer;
}
/******************
 * HEADER MOBILE *
******************/
.header-mobile{
	background-color: var(--black);
	border-bottom: .5px solid var(--white);
	box-shadow: 0 5px 10px 5px rgba(36,36,36,.5);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.header-mobile-container{
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: calc(100% - 20px);
}
.header-mobile-logo{
	filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 2px #000);
	width: 70px;
}
.hamburger{
	height: 100%;
	right: 30px;
	position: absolute;
	top: 0;
	width: 50px;
}
.hamburger-bun{
	align-items: center;
	display: flex;
	flex-direction: column;
	height: calc(100% - 20px);
	justify-content: space-evenly;
	padding: 10px 20px;
	position: relative;
	width: 100%;
}
.patty{
	align-items: center;
	display: flex;
	height: 100px;
	width: auto;
}
.patty-1-toggle{
	animation: patty-1-ani 1s ease normal both;
}
.patty-1-toggle-back{
	animation: patty-1-ani-2 1s ease .3s normal both;
}
.patty-2-toggle{
	animation: patty-2-ani 1s ease normal both;
}
.patty-2-toggle-back{
	animation: patty-2-ani-2 1s ease .3s normal both;
}
.patty-3-toggle{
	animation: patty-3-ani 1s ease normal both;
}
.patty-3-toggle-back{
	animation: patty-3-ani-2 1s ease .3s normal both;
}
@keyframes patty-1-ani{
	0%{
		transform: rotate(0deg) translateX(0px) translateY(0px);
	}
	20%{
		transform: rotate(15deg)
	}
	80%{
		transform: rotate(15deg)
	}
	100%{
		transform: rotate(45deg) translateX(11px) translateY(9px);
	}
}
@keyframes patty-1-ani-2{
	0%{
		transform: rotate(45deg) translateX(11px) translateY(9px);
	}
	100%{
		transform: rotate(0deg) translateX(0px) translateY(0px);
	}
}
@keyframes patty-2-ani{
	0%{
		opacity: 1;
		transform: translateX(0px);
	}
	80%{
		opacity: 0;
		transform: translateX(-20px);
	}
	100%{
		opacity: 0;
	}
}
@keyframes patty-2-ani-2{
	0%{
		opacity: 0;
		transform: translateX(-20px);
	}
	50%{
		opacity: 0;
		transform: translateX(-20px);
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes patty-3-ani{
	0%{
		transform: rotate(0deg) translateX(0px) translateY(0px);
	}
	20%{
		transform: rotate(-15deg)
	}
	80%{
		transform: rotate(-15deg)
	}
	100%{
		transform: rotate(135deg) translateX(-12px) translateY(7.5px);
	}
}
@keyframes patty-3-ani-2{
	0%{
		transform: rotate(135deg) translateX(-12px) translateY(7.5px);
	}
	100%{
		transform: rotate(0deg) translateX(0px) translateY(0px);
	}
}
.header-mobile-links{
	background-color: var(--black);
	height: 100vh;
	left: -10px;
	position: absolute;
	right: 0;
	top: 63px;
	width: calc(100% + 20px);
	transform: translateX(110%);
	transition-delay: .3s;
	transition-duration: 1s;
}
.header-mobile-links-toggle{
	transform: translateX(0);
	transition-delay: .7s;
	transition-duration: 1s;
}
.header-mobile-links-container{
	height: 100%;
	position: relative;
}
.header-mobile-links-ul{
	align-items: center;
	display: flex;
	flex-direction: column;
	height: calc(100% - 23vh);
}
.header-mobile-link{
	align-items: center;
	border-bottom: 1px solid var(--white);
	display: flex;
	font-family: 'freehand', sans-serif;
	font-size: 32px;
	height: 100%;
	justify-content: center;
	width: 100%;
}
#header-mobile-link-order-online a{
	font-family: 'freehand', sans-serif;
	font-size: 32px;
}
.header-mobile-link a{
	color: #fff;
	filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 2px #000);
	text-decoration: none;
}
.header-mobile-link-social-icon{
	padding: 0 20px;
	width: 40px;
}
.header-mobile-info{
	height: 10vh;
}
/***************
 * JUMBOTRON *
***************/
  .page-wrapper{
    background-color: #000;
    display: block;
    opacity: 1;
    transition-duration: 1s;
  }
  .jumbotron-background video{
    background: #000;
    height: 100vh;
    object-fit: cover;
    width: 100vw;
  }
  .parallax-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
  }

  .parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('your-image.jpg') center/cover no-repeat;
    transform: translateZ(0);
    will-change: transform;
    z-index: 1;
  }

  .content {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2em;
  }
  .jumbotron-background{
  	pointer-events: none;
  }
  .jumbotron-slide{
  	position: relative;
  }
  .jumbotron-slide-content{
  	align-items: center;
  	background-color: var(--blackblackrgba1);
  	display: flex;
  	height: 100%;
  	justify-content: center;
  	left: 0;
  	position: absolute;
  	top: 0;
  	width: 100%;
  }
  .jumbotron-slide-content-toggle{
  	animation: jumbotron-slide-content-toggle-ani 9.3s ease .8s normal both;
  }
  @keyframes jumbotron-slide-content-toggle-ani{
  	0%{
  		background-color: var(--blackblackrgba1);
  	}
  	15%{
  		background-color: var(--blackblackrgba0);
  	}
  	85%{
  		background-color: var(--blackblackrgba0);
  	}
  	100%{
  		background-color: var(--blackblackrgba1);
  	}
  }
  .jumbotron-slide-content-container{
  	align-items: center;
  	background-color: rgba(36,36,36,.6);
  	border-radius: 5px;
  	display: flex;
  	height: 60%;
  	justify-content: center;
  	margin-top: 5%;
  	opacity: 0;
  	text-align: center;
  	/*transform: scale(.8);*/
  	width: 1150px;
  }
  .jumbotron-slide-content-container-toggle{
  	animation: jumbotron-slide-content-container-ani 9.5s ease .5s normal both;
  	/*transform: scale(1);
  	transition-delay: .3s;
  	transition-duration: .3s;*/
  }
  @keyframes jumbotron-slide-content-container-ani{
  	0%{
  		opacity: 0;
  		transform: scale(.8);
  	}
  	15%{
  		opacity: 1;
  		transform: scale(1);
  	}
  	85%{
  		opacity: 1;
  		transform: scale(1);
  	}
  	100%{
  		opacity: 0;
  		transform: scale(.8);
  	}
  }
  .jumbotron-slide-content-body{
  	margin: 0 auto;
  	width: 100%;
  }
  .jumbotron-slide-content-body-container{
  	color: #fff;
  	text-shadow: 0 0 5px #000;
  }
  .jumbotron-slide-content-h2{
  	font-family: 'freehand', sans-serif;
  	font-size: 60px;
  	opacity: 0;
  	text-transform: uppercase;
  	transform: scale(.8) translateY(30px);
  }
  .jumbotron-slide-content-h2-toggle{
  	opacity: 1;
  	transform: scale(1) translateY(0);
  	transition-delay: .5s;
  	transition-duration: 1s;
  }
  .jumbotron-slide-content-description{
  	display: block;
  	font-family: 'lato-light', cursive;
  	font-size: 24px;
  	margin: 40px auto 60px auto;
  	opacity: 0;
  	text-shadow: 0 0 5px #000;
  	text-transform: initial;
  	transform: scale(.8) translateY(30px);
  	width: 800px;
  }
  .jumbotron-slide-content-description-toggle{
  	opacity: 1;
  	transform: scale(1) translateY(0);
  	transition-delay: .7s;
  	transition-duration: 1s;
  }
  .jumbotron-slide-content-cta-a{
  	background-color: rgba(22,22,22,.8);
  	border: 2px solid var(--red);
  	border-radius: 5px;
  	box-shadow: 0 0 5px 2px #000;
  	color: var(--white);
  	font-family: 'montserrat-regular', sans-serif;
  	font-size: 18px;
  	padding: 10px;
  	pointer-events: auto;
  	text-decoration: none;
  	text-shadow: 0 0 2px #000;
  	transition: .2s;
  }
  .jumbotron-slide-content-cta-a:hover{
  	background-color: var(--red);
  	border: 2px solid var(--white);
  	transition: .2s;
  }
  .jumbotron-slide-content-cta{
  	opacity: 0;
  	transform: scale(.8) translateY(30px);
  }
  .jumbotron-slide-content-cta-toggle{
  	opacity: 1;
  	transform: scale(1) translateY(0);
  	transition-delay: .9s;
  	transition-duration: 1s;

  }
/***************
 * BIO INFO *
***************/
  .bio-info{
  	background-color: var(--white);
  	padding-top: 80px;
  }
  .bio-info-container{
  	align-items: center;
  	display: flex;
  	flex-direction: column;
  	margin: 0 auto;
  	width: 1100px;
  }
  .bio-story{
  	color: var(--black);
  	font-family: 'lato-regular', sans-serif;
  	font-size: 18px;
  	position: relative;
  	width: 100%;
  }
  #our-story{
  	left: 0;
  	position: absolute;
  	top: -100px;
  }
  .bio-story-float{
  	float: left;
  	font-family: 'parisian-roman', sans-serif;
  	font-size: 50px;
  	padding: 5px 20px 0 0;
  	width: 350px;
  }
  .bio-story p{
  	line-height: 1.4;
  }
  .bio-cta{
  	margin-top: 80px;
  	width: 100%;
  }
  .bio-cta-container{
  	display: flex;
  	justify-content: space-evenly;
  	width: 100%;
  }
  .bio-cta-button-wrapper{
  	display: flex;
  	justify-content: center;
  	width: 300px;
  }
  .bio-cta-button{
  	background-color: var(--red);
  	border: 2px solid var(--white);
  	box-shadow: 0 0 5px 2px #000;
  	color: var(--white);
  	display: block;
  	font-family: 'montserrat-regular', sans-serif;
  	font-size: 14px;
  	padding: 10px 20px;
  	text-align: center;
  	text-decoration: none;
  	width: 200px;
  }
  .bio-boxes{
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	margin: 80px 0;
  	width: 100%;
  }
  .bio-box-wrapper{
  	border: 2px solid var(--white);
  	border-radius: 5px;
  	box-shadow: 0 0 10px 10px rgba(0,0,0,.5);
  	height: 320px;
  	margin-block: 30px;
  	position: relative;
  	transition: .2s;
  	text-decoration: none;
  	width: 320px;
  }
  .bio-box-wrapper-toggle{
  	border: 2px solid var(--red);
  	box-shadow: 0 0 10px 7px rgba(0,0,0,.4);
  	transition: .3s;
  }
  .bio-box-video{
  	height: 100%;
  	width: 100%;
  }
  .bio-box-video video{
  	display: block;
  	height: 100%;
  	object-fit: cover;
  	width: 100%;
  }
  .bio-box-caption{
  	align-items: center;
  	background-color: rgba(0,0,0,0);
  	color: #fff;
  	display: flex;
		filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 2px #000);
  	font-family: 'freehand', sans-serif;
  	font-size: 50px;
  	height: 100%;
  	justify-content: center;
  	left: 0;
  	position: absolute;
  	top: 0;
  	transition: .2s;
  	width: 100%;
  }
  .bio-box-caption-toggle{
  	background-color: rgba(0,0,0,.1);
  	transition: .3s;
  }
  #bio-box-connect-underline{
  	transition-duration: .3s;
  }
  .bio-box-caption-underline-toggle{
  	opacity: 0;
  	transform: scale(.8);
  	transition-duration: .15s;
  }
  .bio-box-socials{
  	align-items: center;
  	display: flex;
  	height: 100%;
  	justify-content: space-evenly;
  	left: 0;
  	opacity: 0;
  	position: absolute;
  	transform: scale(.8);
  	transition-duration: .3s;
  	top: 0;
  	width: 100%;
  }
  .bio-box-socials-toggle{
  	opacity: 1;
  	transform: scale(1);
  	transition-duration: .3s;
  }
  .bio-box-social{
  	width: 80px;
  }
/**********
 * FOOTER *
**********/
  .footer{
  	background-color: var(--black);
  	position: relative;
  	width: 100%;
  }
  #info{
  	left: 0;
  	position: absolute;
  	top: 0;
  }
  .footer-container{
  	align-items: center;
  	display: flex;
  	height: 160px;
  	justify-content: space-between;
  	padding: 20px 0;
  	margin: 0 auto;
  	width: 1100px;
  }
  #footer-section-logo{
  	width: 200px;
  }
  .footer-section-multiple{
  	display: flex;
  	justify-content: flex-end;
  	width: 50%;
  }
  .footer-section-multiple-container{
  	display: flex;
  	width: 100%;
  }
  .footer-section{
  	align-items: center;
  	display: flex;
  	flex-direction: column;
  	width: 30%;
  }
  .footer-section-hours-connect{
  	display: flex;
  	flex-direction: column;
  	height: 100%;
  	justify-content: space-between;
  }
  .footer-subsection{
  	width: 100%;
  }
  .footer-subbheading{
  	border-bottom: 1px solid var(--white);
  	color: var(--white);
  	font-family: 'freehand', sans-serif;
  	font-size: 18px;
  	margin-bottom: 5px;
  	text-align: center;
  	width: 100%;
  }
  .footer-subheading-social{
  	margin-bottom: 10px;
  }
  .footer-section-a,
  .footer-section li{
  	color: var(--white);
  	font-family: 'montserrat-regular', sans-serif;
   	margin-bottom: 20px;
   	text-align: center;
  	text-decoration: none;
  }
  .footer-section li{
  	margin-bottom: 5px;
  }
  .footer-section-button{
  	border-radius: 5px;
  	color: var(--white);
  	background-color: var(--red);
  	padding: 5px;
  }
  .footer-social{
  	align-items: center;
  	display: flex;
  	justify-content: space-evenly;
  	margin: 10px auto 0 auto;
  	width: 50%;
  }
  .footer-social-icon{
  	display: block;
  	width: 30px;
  }


/**********
 * MENU * 
**********/
  .menu{
  	align-items: center;
  	display: flex;
  	flex-direction: column;
  	height: 100vh;
  	justify-content: space-between;
  	width: 100%;
  }
  .menu-container{
  	margin: 110px auto 0 auto;
  	width: 1100px;
  }
/* MENU HEADER */
	.menu-header{
		width: 100%;
	}
	.menu-container .slick-list{
		margin: 0 !important;
		padding: 0 !important;
	}
	.menu-header-text{
		margin: 0 auto;
		width: calc(100% - 20px);
	}
	.menu-header-text-container{
		display: flex;
		font-family: 'freehand', sans-serif;
		font-size: 20px;
		justify-content: space-between;
		margin: 15px 0 40px 0;
	}
	.menu-header-text li{
		padding: 5px;
		position: relative;
	}
	.menu-header-text li:hover{
		cursor: pointer;
	}
	.menu-header-text li:after{
		content:"";
		position: absolute;
		background-color: var(--red);
		bottom: -2px;
		height: 2px;
		left: 0;
		transition: .2s;
		width: 0%;
	}
	.menu-header-text li:hover:after{
		transition: .2s;
		width: 100%;
	}
	.menu-header-text-category.menu-header-element-select-add:hover:after{
		transition: .0s;
	  width: 0% !important;
	}
	.menu-header-element-select-add{
		background-color: var(--red);
		border-radius: 5px;
		color: var(--white);
		padding: 5px;
		position: relative;
		transition: .2s;
	}
	.menu-header-element-select-add:after{
		content:"";
		position: absolute;
		background-color: red;
		bottom: 0;
		height: 2px;
		left: 0;
		width: 50%;
	}
	.menu-header-element-select-remove{
		transition: .2s;
	}
	.menu-header-box{
		border: 2px solid var(--white);
  	border-radius: 5px;
  	box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
		height: 150px !important;
		margin: 10px;
	}
	.menu-header-box:hover{
		cursor: pointer;
	}
	.menu-header-box-container{
		height: 100%;
		position: relative;
		width: 100%;
	}
	.menu-header-box-video{
		height: 100%;
		width: 100%;
	}
	.menu-header-box-video video{
		height: 100%;
		object-fit: cover;
		width: 100%;
	}
	.menu-header-box-text{
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.menu-header-box-text-container{
		align-items: center;
		background-color: rgba(36,36,36,.6);
		display: flex;
		height: 100%;
		justify-content: center;
		position: relative;
		width: 100%;
	}
	.menu-header-box-text span{
		color: var(--white);
		filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 2px #000);
		font-size: 46px;
		font-family: 'freehand', sans-serif;
		text-align: center;
	}
	.menu-section-active{
		opacity: 1;
    height: auto;
    transform: translateY(0) scale(1);
    transition-duration: .6s;
	}
	.menu-section-inactive{
		height: 0;
		opacity: 0;
		overflow: hidden;
		transform: translateY(20px) scale(1);
		transition: 0s;
	}
  .menu-heading{
  	font-family: 'parisian-roman', sans-serif;
  	font-size: 32px;
  	width: 100%;
  }
  .menu-item-category{
  	display: flex;
 		justify-content: space-between;
 		width: 100%;
  }
  .menu-item-category-sides{
  	flex-direction: column;
  }
  .menu-item-category-multiple-categories-columns{
  	display: flex;
  	justify-content: space-between;
  }
  #vegetable-sides-heading{
  	margin-top: 35px;
  }
  .menu-item-category-multiple-categories-heading{
  	align-items: center;
  	display: flex;
  }
  .menu-item-category-multiple-categories-heading-line{
  	background-color: var(--red);
  	filter: drop-shadow(0px 1px 1px rgba(0,0,0,.6));
  	height: 1px;
  	flex-grow: 1;
  }
  .menu-item-category-multiple-categories-heading h4{
  	font-family: 'parisian-roman', sans-serif;
  	font-size: 20px;
  	margin: 0 20px;
  	width: auto;
  }
  .menu-item-category-column{
  	width: 530px;
  }
  .menu-item{
  	border: 2px solid var(--white);
  	border-radius: 5px;
  	box-shadow: 0 0 10px rgba(0,0,0,.2);
  	display: flex;
  	flex-direction: column;
  	height: 115px;
  	justify-content: space-between;
  	padding: 10px;
  	margin: 35px 0;
  	width: calc(100% - 20px);
  }
  .menu-item-title{
  	font-family: 'montserrat-bold', sans-serif;
  	font-size: 18px;
  }
  .menu-item-description{
  	font-family: 'lato-regular', sans-serif;
  	font-size: 15px;
  }
  .menu-item-price{
  	font-family: 'lato-bold', sans-serif;
  }
  .menu-item-price-multiple-prices-line{
  	margin: 0 5px;
  }
  .menu-wavy-line{
  	filter: drop-shadow(0px 3px 1px #000);
  	margin: 10px 0 0px 0;
  	width: 100%;
  }
  .menu-wavy-line img{
  	object-fit: cover;
  }

/****************
 * MEDIA QUERY *
****************/
  @media(max-width:1300px){
  	.header-desktop-container{
  		width: calc(100% - 100px);
  	}
  }
  @media(max-width:1250px){
  	.jumbotron-slide-content-container{
  		width: calc(100% - 100px);
  	}
  }
  @media(max-width:1200px){
  	.bio-info-container{
  		width: calc(100% - 80px);
  	}
  }
  @media(max-width:1175px){
  	.header-desktop-container{
  		width: calc(100% - 40px);
  	}
  }
  @media(max-width:1160px){
  	.bio-boxes{
  		margin: 30px 0;
  	}
  	.bio-box-wrapper{
  		margin-block: 25px;
  		width: calc(50% - 30px);
  	}
  	.footer-container{
  		width: calc(100% - 100px);
  	}
	  #footer-section-logo{
	  	width: 150px;
	  }
  }
  @media(max-width:1140px){
  	.menu-container{
  		width: calc(100% - 40px);
  	}
  	.menu-item-category-column{
  		width: 48%;
  	}
  }
  @media(max-width:980px){
  	.jumbotron-slide-content-h2{
  		margin: 0 auto;
  		width: calc(100% - 250px);
  	}
  	.jumbotron-slide-content-description{
  		font-size: 22px;
  		width: calc(100% - 80px);
  	}
  }
  @media(max-width:950px){
  	.header-link-plain:hover:after{
			transition: .0s;
			width: 0%;
		}
  	.order-online-button:hover{
			border: 2px solid var(--red);
			cursor: pointer;
			transition: 0s;
		}
		.jumbotron-slide-content-cta-a:hover{
	  	background-color: rgba(22,22,22,.8);
	  	border: 2px solid var(--red);
	  	transition: 0s;
	  }
	  .bio-box-wrapper-toggle{
	  	border: 2px solid var(--white);
	  	box-shadow: 0 0 10px 10px rgba(0,0,0,.5);
	  	transition: 0s;
	  }
	  .bio-box-caption-toggle{
	  	background-color: rgba(0,0,0,0);
	  	filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 2px #000);
	  }
		.menu-header-text li:hover:after{
			width: 0%;
		}
  	.menu-container-short-toggle{
  		min-height: 100vh;
  	}
	 	.menu-header-text-container{
	 		flex-wrap: wrap;
	 	}
 		.menu-heading{
  		text-align: center;
  	}
	 	.menu-header-text-container li{
	 		text-align: center;
	 		width: 30%;
	 	}
  }
  @media(max-width:800px){
  	.menu-item-category,
  	.menu-item-category-multiple-categories-columns{
  		flex-direction: column;
  	}
  	.menu-item-category-column{
  		width: 100%;
  	}
  	.menu-item-category-column-bottom{
  		margin-top: -35px;
  	}
  	.menu-item{
  		text-align: center;
  	}
  }
  @media(max-width:750px){
  	.header-mobile{
  		display: block;
  	}
  	.header-desktop{
  		display: none;
  	}
  	.header-mobile-container{
  		width: calc(100% - 40px);
  	}
  	.jumbotron-slide-content{
  		height: 104% !important;
  		top: -10px;
  	}
  	.jumbotron-slide-content-container{
  		height: calc(100% - 170px);
  		margin-top: 0;
  	}
  	.jumbotron-slide-content-body{
  		display: flex;
  		align-items: flex-start;
  	}
  	.jumbotron-slide-content-h2{
  		font-size: 50px;
  		padding: 0;
  	}
  	.bio-box-wrapper{
  		height: 200px;
  		width: 100%;
  	}
  	.bio-box-caption{
  		background-color: rgba(36,36,36,.2);
  		filter: drop-shadow(0 0 2px #000);
  		text-shadow: 0 0px 5px #000;
  	}
  	.bio-info{
  		padding-top: 40px;
  	}
  	.bio-info-container{
  		width: calc(100% - 40px);
  	}
  	.bio-story{
  		text-align: center;
  	}
  	.bio-story-float{
  		font-size: 48px;
  		width: 100%;
  	}
  	.bio-box-caption{
  		font-size: 50px;
  	}
  	#bio-box-connect-underline{
  		display: none;
  	}
  	.bio-box-socials{
  		opacity: 1;
  	}
  	.bio-box-socials img{
  		filter: drop-shadow(0 0 5px #000);
  	}
  	.footer-container{
  		justify-content: space-between;
  	}
 	/********** MENU **********/
 		.menu-container{
 			margin: 90px auto 0 auto;
 		}
  }
   @media(max-width:670px){
  	.jumbotron-slide-content-h2{
  		padding: 0;
  		width: calc(100% - 150px);
  	}
  }
  @media(max-width:660px){
  	.menu-header-text{
  		margin-top: 20px;
  		width: 100%;
  	}
  	.menu-header-text-container{
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: space-evenly;
  		margin: 0 auto 40px auto;
  		width: 100%;
  	}
  	.menu-header-text-container li{
  		align-items: center;
  		display: flex;
  		height: 50px;
  		justify-content: center;
  		margin: 0 0 10px 0;
  	}
  	.menu-header-text-container-mobile{
  		display: none;
  	}
  }
  @media(max-width:600px){
  	.bio-story-float{
  		display: block;
  		float: none;
  	}
  	.footer-container{
  		align-items: center;
  		flex-direction: column;
  		height: auto;
  		padding: 20px 0 40px 0;
  	}
  	.footer-section{
  		width: 100%;
  	}
  	.footer-section-contact{
  		margin: 20px 0;
  		order: 1;
  	}
  	.footer-section-logo{
  		order: 0;
  	}
  	.footer-section-hours-connect{
  		order: 2;
  	}
  	.footer-connect{
  		margin-top: 40px;
  	}
  	.footer-subbheading{
  		margin-bottom: 10px;
  	}
  }
  /*P*/
  @media only screen and (max-width: 767px) and (orientation: portrait){
  	/*HOVER EFFECTS*/
  	.jumbotron-slide-content-cta-a:hover{
	  	background-color: rgba(22,22,22,.8);
	  	border: 2px solid var(--red);
	  	transition: .2s;
	  }
  	.order-online-button:hover{
			border: 2px solid var(--red);
			cursor: pointer;
			transition: .2s;
		}
	  .bio-box-wrapper-toggle{
	  	border: 2px solid var(--white);
	  	box-shadow: 0 0 10px 10px rgba(0,0,0,.5);
	  	transition: 0s;
	  }
	  .bio-box-socials-toggle{
	  	transform: scale(.8);
	  }
  	.jumbotron-slide-content-container{
  		width: calc(100% - 20px);
  	}
  	.jumbotron-slide-content{
  		height: 100%;
  	}
  	.jumbotron-slide-content-body{
  		height: 100%;
  	}
  	.jumbotron-slide-content-body-container{
  		display: flex;
  		flex-direction: column;
  		height: 90%;
  		justify-content: space-between;
  		padding: 40px 0;
  	}
  	.jumbotron-slide-content-h2{
    	filter: drop-shadow(2px 0px 0px #000);
    	text-shadow: 0 3px 5px #000;
  		width: calc(100% - 40px);
  	}
  	.jumbotron-slide-content-description{
  		filter: drop-shadow(0 0 2px #000);
  		font-size: 24px;
  		margin: 0 auto;
  		text-shadow: 0 0 5px #000;
  		width: calc(100% - 40px);
  	}
  	.jumbotron-slide-content-cta{
  		align-items: center;
  		display: flex;
  		justify-content: center;
  	}
  }

/*L*/
@media only screen and (max-device-width: 767px) and (orientation: landscape){
	/**HOVER EFFECTS*/
  	.jumbotron-slide-content-cta-a:hover{
	  	background-color: rgba(22,22,22,.8);
	  	border: 2px solid var(--red);
	  	transition: .2s;
	  }
  	.order-online-button:hover{
			border: 2px solid var(--red);
			cursor: pointer;
			transition: .2s;
		}
	  .bio-box-wrapper-toggle{
	  	border: 2px solid var(--white);
	  	box-shadow: 0 0 10px 10px rgba(0,0,0,.5);
	  	transition: 0s;
	  }


	.jumbotron-slide-content-body{
		height: 100%;
	}
	.jumbotron-slide-content-body-container{
		align-items: center;
		display: flex;
		flex-direction: column;
		height: calc(100% - 80px);
		justify-content: space-between;
		padding: 40px 0;
	}
	.jumbotron-slide-content-container{
		height: calc(100% - 120px);
		margin-top: 60px;
		width: calc(100% - 40px);
	}
	.jumbotron-slide-content-h2{
		font-size: 40px;
		width: calc(100% - 80px);
	}
	.jumbotron-slide-content-description{
		font-size: 18px;
		margin: 20px auto 40px auto;
	}
	.jumbotron-slide-content-cta-a{
		font-size: 16px;
	}
	.bio-story p{
		font-size: 12px;
	}
	.bio-box-wrapper{
		box-shadow: 0 0 10px 3px rgba(0,0,0,.5);
		height: 150px;
		width: calc(50% - 30px);
	}
	.bio-box-caption{
		font-size: 36px;
	}
}

