:root {
	--color--brown: 126, 103, 82; /* #7E6752 */
	--color--brown-accent: 82, 40, 21; /* #522815 */
	--color--green: 174, 208, 158; /* #AED09E */
	--color--dark-green: 97, 178, 146; /* #61B292 */
	--color--beige: 244, 238, 192; /* #F4EEC0 */
	--color--beige-accent: 222, 215, 162; /* #DED7A2 */
	--color--red: 187, 59, 14; /* #BB3B0E */
}
* {
	scroll-behavior: smooth;
	margin:0;
	padding:0;
}
@font-face {
  font-family: Sriracha;
  src: url("../fonts/Sriracha-Regular.ttf");
}
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: OpenSans-Bold;
  src: url("../fonts/OpenSans-Bold.ttf");
}
@font-face {
  font-family: OpenSans-ExtraBold;
  src: url("../fonts/OpenSans-ExtraBold.ttf");
}
@font-face {
  font-family: OpenSans-Italic;
  src: url("../fonts/OpenSans-Italic.ttf");
}
.body {
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 100vh;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: rgba(var(--color--beige), 1);
}
.header {
	width: 100%;
	height: 56px;
	margin: 0;
	box-sizing: border-box;
	padding: 8px 24px;    
	line-height: 24px;
	display: flex;
	align-items: center;
	position: relative;
	top: 0;
	z-index: 4;
	background-color: rgba(var(--color--beige), 1);
}
.header__left {
	flex: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-basis: 100%;
	max-width: 33.3%;
}
.header__center {
	flex: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 100%;
	max-width: 33.3%;
}
.header__right {
	flex: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-basis: 100%;
	max-width: 33.3%;
}
.header > .header__right > .link--button {
	margin: 0 0 0 8px;
}
.header__nav {
	display: flex;
	flex-direction: row;
}
.header__nav > a {
	width: fit-content;
	margin: 0 16px 0 0;
	font-family: "OpenSans-Bold";
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	color: rba(var(--color--brown), 1);
}
.header__nav > a:hover {
	text-decoration: underline #DED7A2 solid 4px;
	text-underline-offset: 4px;
}
.header__logo {
	width: 72px;
	height: 72px;
	position: absolute;
	top: 0;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
	.header__nav > a {
		font-size: 14px;
	}
}
.icon {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	pointer-events: none;
}
.link--button {
	max-width: max-content;
	display: flex;
	flex-direction: row;
	align-items: center;
	border: none;
	border-radius: 999px;
	font-family: "OpenSans-Bold";
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	background-color: rgba(var(--color--dark-green), 1);
	cursor: pointer;
}
.link--button:hover {
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.button--icon-text {
	height: 32px;
	padding: 4px 12px;
	box-sizing: border-box;
}
.button--icon-text > .icon {
	margin-right: 4px;
}
.button--icon-text > .text {
	margin-left: 4px;
}
.button--icon-only {
	width: 32px;
	height: 32px;
	padding: 4px;
	box-sizing: border-box;
}
.phone-cta-support {
	width: auto;
	max-width: max-content;
	height: 32px;
	padding: 4px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	border: none;
	font-family: "OpenSans-Bold";
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: rgba(var(--color--dark-green), 1);
	background-color: transparent;
	cursor: pointer;
}
.main {
	width: 100%;
	height: 100%;
	min-height: 100vh;
}
.section__cover {
	width: 100%;
	max-width: 100%;
	height: calc(100vh - 56px);
	position: relative;
	display: flex;
	align-items: center;
	z-index: 0;
}
.section__cover > .lead {		
	width: 100%;
	height: auto;
	padding: 24px;
	box-sizing: border-box;
	position: absolute;
	z-index: 3;
}
.section__cover .lead > .heading {		
	font-family: "Sriracha";
	font-size: 72px;
	line-height: 0.9;
	margin: 0 0 8px 0;
	color: #fff;
}
.section__cover .lead > .copy {		
	font-family: "OpenSans-Bold";
	font-size: 22px;
	color: #fff;
}
.section__cover .lead > .cta {		
	margin: 16px 0 0 0;
}
.section__cover .overlay {		
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--color--beige-accent), 1);
	mix-blend-mode: multiply;
	z-index: 2;
}
.section__cover > .cover__media {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: 1;
}
.cover__bottom-border {
	width: 100%;
	max-width: 100%;
	position: absolute;
	display: block;
	bottom: -1px;
	z-index: 2;  
}
@media screen and (max-width: 768px) {
	.section__cover {
		height: 50vh;
	}
	.section__cover > .lead {		
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.section__cover .lead > .heading {		
		font-size: 36px;
		text-align: center;
	}
	.section__cover .lead > .copy {		
		font-size: 18px;
		text-align: center;
	}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
	.section__cover {
		height: 75vh;
	}
}
.section__hello {
	width: 100%;
	height: 100vh;
	padding: 128px 0;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--color--brown), 1);
	border-radius: 0 0 999px 999px;
}
.section__hello .inner {
	width: 33%;
}
.section__hello .inner > .heading {
	font-family: "Sriracha";
	font-size: 32px;
	line-height: 0.9;
	margin: 0 0 16px 0;
	color: #fff;
}
.section__hello .inner .copy {
	font-family: "OpenSans";
	font-size: 18px;
	margin: 0 0 12px 0;
	color: #fff;
}
.hello__bottom-border {
	width: 100%;
	max-width: 100%;
	position: absolute;
  bottom: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
	.section__hello {
		height: 75vh;
		padding: 0 24px;
	}
	.section__hello .inner {
		width: 100%;
	}
	.section__hello .inner > .heading {
		font-size: 28px;
	}
	.section__hello .inner .copy {
		font-size: 16px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
	.section__hello {
		height: 50vh;
	}
}
.section__events {
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding: 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.section__events .figure {
	width: fit-content;
	height: fit-content;
	position: relative;
}
.section__events .figure .media {
	width: 360px;
	height: 360px;
}
.section__events .figure .caption {
	position: absolute;
	bottom: 12px;
	left: 8px;
	padding: 4px 8px;
	box-sizing: border-box;
	border-radius: 999px;
	font-family: "OpenSans";
	font-size: 12px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}
.section__events .content {
	width: 360px;
	margin: 0 0 0 16px;
}
.section__events .content .heading {
	font-family: "Sriracha";
	font-size: 32px;
	line-height: 0.9;
	margin: 0 0 16px 0;
	color: rgba(var(--color--brown), 1);
}
.section__events .content .copy {
	font-family: "OpenSans";
	font-size: 18px;
	margin: 0 0 12px 0;
	color: rgba(var(--color--brown), 1);
}
.section__events .content .cta {
	margin: 8px 0 0 0;
}
@media screen and (max-width: 768px) {
	.section__events {
		flex-direction: column-reverse;
	}
	.section__events .media {
		width: calc(100vw - 48px);
		height: calc(100vw - 48px);
	}
	.section__events .content {
		width: 100%;
		margin: 16px 0 24px 0;
	}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
	.section__events {
		height: 50vh;
		min-height: 100%;
	}
}
.section__lunchbox {
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding: 24px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	background-image: repeating-linear-gradient(45deg, rgba(222, 215, 162, 0.2) 0, rgba(222, 215, 162, 0.2) 2px, transparent 0, transparent 50%);
	background-size: 32px 32px;
}
.section__lunchbox .lunchbox__top-strip {
	width: 100%;
	max-width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	display: block;
	z-index: 2; 
}
.section__lunchbox .content {
	width: 20vw;
}
.section__lunchbox .content .heading {
	font-family: "Sriracha";
	font-size: 32px;
	line-height: 0.9;
	margin: 0 0 16px 0;
	color: rgba(var(--color--brown), 1);
}
.section__lunchbox .content .copy {
	font-family: "OpenSans";
	font-size: 18px;
	margin: 0 0 12px 0;
	color: rgba(var(--color--brown), 1);
}
.section__lunchbox .content .cta {
	margin: 8px 0 0 0;
}
.section__lunchbox .gallery {
	width: 80vw;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
.section__lunchbox .gallery .figure {
	width: fit-content;
	height: fit-content;
	position: relative;
}
.section__lunchbox .gallery .figure .media {
	display: block;
	width: 20vw;
	height: 20vw;
}
.section__lunchbox .gallery .figure .caption {
	position: absolute;
	bottom: 12px;
	left: 8px;
	padding: 4px 8px;
	box-sizing: border-box;
	border-radius: 999px;
	font-family: "OpenSans";
	font-size: 12px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}
.section__lunchbox .slider {
	display: none;
	width: 100%;
}
.section__lunchbox .slider__inner {
	scroll-snap-type: x mandatory;
	overflow-x: scroll;
	overflow-y: hidden;
	display: flex;
	justify-content: space-between;
}
.section__lunchbox .slider__inner > .slider__item {
	min-width: 90vw;
	height: 90vw;
	margin: 0 8px 0 0;
	display: flex;
	scroll-snap-align: center;
}
.section__lunchbox .slider__inner .slider__item .figure {
	width: fit-content;
	height: fit-content;
	position: relative;
}
.section__lunchbox .slider__inner .slider__item .figure .slider__media {
	width: 100%;
	height: 100%;
}
.section__lunchbox .slider__inner .slider__item .figure .caption {
	position: absolute;
	bottom: 12px;
	left: 8px;
	padding: 4px 8px;
	box-sizing: border-box;
	border-radius: 999px;
	font-family: "OpenSans";
	font-size: 12px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}
.section__lunchbox .slider__inner::-webkit-scrollbar {
  width: auto;
}
.section__lunchbox .slider__inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.section__lunchbox .slider__inner::-webkit-scrollbar-thumb {
	padding: 4px;
  border: 4px solid transparent; 
	border-radius: 999px;
  background-clip: padding-box;
	background-color: rgba(var(--color--green), 1);
}
.section__lunchbox .slider__inner::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--color--green), 1);
}
.section__lunchbox .lunchbox__bottom-strip {
	width: 100%;
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 100%;	    
	display: block;
	transform: rotate(180deg);
	z-index: 2; 
}
@media screen and (max-width: 768px) {
	.section__lunchbox {
		padding: 0;
		box-sizing: border-box;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.section__lunchbox .content {
		width: 100%;
		padding: 24px;
		box-sizing: border-box;
	}
	.section__lunchbox .gallery {
		display: none;
	}
	.section__lunchbox .slider {
		display: block;
	}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
	.section__lunchbox {
		height: 50vh;
		min-height: 100%;
	}
	.section__lunchbox .content {
		width: 25vw;
	}
	.section__lunchbox .gallery {
		width: 75vw;
	}
}
.section__plans {
	width: 100%;
	height: auto;
	min-height: 100vh;
	display: flex;
	flex-flow: wrap;
	align-content: center;  
	justify-content: center;
}
.section__plans .content {
	width: 30%;
	padding: 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-self: center;
}
.section__plans .content .heading {
	font-family: "Sriracha";
	font-size: 32px;
	line-height: 0.9;
	margin: 0 0 16px 0;
	color: rgba(var(--color--brown), 1);
}
.section__plans .content .copy {
	font-family: "OpenSans";
	font-size: 18px;
	margin: 0 0 12px 0;
	color: rgba(var(--color--brown), 1);
}
.section__plans .testimonials {
	width: 50%;
	padding: 24px;
	box-sizing: border-box;
	z-index: 2;
}
.slideshow {
  position: relative;
  margin: auto;
}
.slideshow__item {
	display: none;
	width: calc(50vw - 48px);
	height: calc(30vw - 48px);
	padding: 24px;
	box-sizing: border-box;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
  animation-name: crossfade;
  animation-duration: 2s;
	animation-timing-function: ease-in-out;
}
@keyframes crossfade {
  from {
		opacity: 0
	} 
  to {
		opacity: 1
	}
}
.slideshow__item .corner--top-left {
	width: 128px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1, -1);
}
.slideshow__item .corner--top-right {
	width: 128px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	transform: scale(-1, -1);
}
.slideshow__item .corner--bottom-right {
	width: 128px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: scale(-1, 1);
}
.slideshow__item .corner--bottom-left {
	width: 128px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scale(1, 1);
}
.testimonials .slideshow .slideshow__item > .avatar {
	width: 64px;
	height: 64px;
	border-radius: 999px;
	object-fit: cover;
}
.testimonials .slideshow .slideshow__item > .quote {
	font-family: "OpenSans";
	font-size: 16px;
	font-style: italic;
	text-align: center;
	margin: 12px 0;
	color: rgba(var(--color--brown), 1);
}
.testimonials .slideshow .slideshow__item > .name {
	font-family: "OpenSans";
	font-size: 18px;
	font-weight: 700;
	margin: 4px 0 2px 0;
	color: rgba(var(--color--brown), 1);
}
.testimonials .slideshow .slideshow__item > .info {
	font-family: "OpenSans";
	font-size: 14px;
	margin: 2px 0 0 0;
	color: rgba(var(--color--brown), 1);
}
.testimonials .slideshow .slideshow__item > .action {
	margin: 12px 0 0 0;
}
@media screen and (max-width: 768px) {
	.section__plans {
		flex-direction: column-reverse;
		align-content: start;		
	}
	.section__plans .content {
		width: 100%;
	}
	.section__plans .testimonials {
		width: 100%;
	}
	.slideshow__item {
		width: calc(100vw - 48px);
		height: calc(100vw - 48px);
	}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
	.section__plans {
		height: 50vh;
		min-height: 100%;
	}
}
.section__about {
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding: 24px 24px 128px 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-image: repeating-linear-gradient(45deg, #B1380D 0, #B1380D 2px, transparent 0, transparent 50%);
	background-size: 32px 32px;
	background-color: #BB3B0E;
}
.section__about .content {
	width: 360px;
	padding: 0 24px;
	box-sizing: border-box;
}
.section__about .content > .heading {
	font-family: "Sriracha";
	font-size: 32px;
	line-height: 0.9;
	margin: 0 0 16px 0;
	color: #fff;
}
.section__about .content > .copy {
	font-family: "OpenSans";
	font-size: 18px;
	margin: 0 0 12px 0;
	color: #fff;
}
.section__about .figure {
	width: fit-content;
	height: fit-content;
	position: relative;
}
.section__about .figure .media {
	width: 360px;
	height: 360px;
}
.section__about .figure .caption {
	position: absolute;
	bottom: 12px;
	left: 8px;
	padding: 4px 8px;
	box-sizing: border-box;
	border-radius: 999px;
	font-family: "OpenSans";
	font-size: 12px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}
.section__about .figure .about__bottom-strip {
	width: 100%;
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
	.section__about {
		flex-direction: column;
	}
	.section__about .content {
		width: 100%;
		padding: 24px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
	.section__about {
		height: 50vh;
		min-height: 100%;
	}
}
.section__contact {
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding: 0;
	display: flex;
	flex-direction: row;
	position: relative;
}
.section__contact .map {
	width: 50%;
	height: auto;
	min-height: 100vh;
}
.section__contact .content {
	width: 25%;
	display: flex;
	flex-direction: column;
	padding: 48px 24px;
	box-sizing: border-box;
}
.section__contact .content > .heading {
	font-family: "Sriracha";
	font-size: 32px;
	line-height: 0.9;
	margin: 0 0 16px 0;
	color: rgba(var(--color--brown), 1);
}
.section__contact .content > .copy {
	font-family: "OpenSans";
	font-size: 18px;
	margin: 0 0 12px 0;
	color: rgba(var(--color--brown), 1);
}
.section__contact .content .address > .info {
	font-family: "OpenSans";
	font-size: 14px;
	font-style: normal;
	margin: 0 0 4px 0;
	color: rgba(var(--color--brown), 1);
}
.section__contact .content .address > a {
	margin: 0 0 12px 0;
}
.section__contact .tombstone-smoke {
	width: 24px;
	height: auto;
	position: absolute;
	bottom: 24px;
	right: 24px;
}
@media screen and (max-width: 768px) {
	.section__contact {
		flex-direction: column-reverse;
	}
	.section__contact .map {
		width: 100%;		
		height: 100vw;
		min-height: unset;
	}
	.section__contact .content {
		width: 100%;
	}
	.section__contact .tombstone-smoke {
		bottom: calc(100vw + 24px);
	}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
	.section__contact {
		height: 50vh;
		min-height: 100%;
	}
	.section__contact .map {
		height: 100%;
		min-height: 100%;
	}
	.section__contact .content {
		width: 50%;
	}
}
.section__404 {
	width: 100%;
	height: auto;
	min-height: inherit;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section__404 .content {
	padding: 0 24px;
	box-sizing: border-box;
	z-index: 3;
}
.section__404 .heading {
	font-family: "Sriracha";
	font-size: 24px;
	line-height: 0.9;
	margin: 0 0 16px 0;
	color: #fff;
}
.section__404 .copy {
	font-family: "OpenSans";
	font-size: 16px;
	margin: 0;
	color: #fff;
}
.section__404 .hyperlink {
	font-family: "OpenSans";
	font-size: 16px;
	margin: 0;
	color: #fff;
}
.section__404 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--color--brown), 1);
	mix-blend-mode: multiply;
	z-index: 2;
}
.section__404 .cover__media {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: 1;
}
.fab {
	width: 48px;
	height: 48px;
	position: fixed;
	right: 24px;
	bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	background-color: rgba(var(--color--dark-green), 1);
	z-index: 8;
}
.footer {
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 128px; /*CHANGE WHEN BADGES*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 12px 24px;
	box-sizing: border-box;	
	overflow: hidden;
	background-color: rgba(var(--color--brown), 1);
}
.footer > p,
.footer > time {
	font-family: "OpenSans";
	font-size: 14px;
	font-style: normal;
	margin: 0 0 4px 0;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.footer {
		align-items: start;
	}
}
@media screen and (min-width: 768px) {
	.layout--phone-only {
		display: none !important;
	}
}
@media screen and (min-width: 1025px) {
	.layout--phone-tablet {
		display: none !important;
	}
}
@media screen and (max-width: 767px), (min-width: 1025px){
	.layout--tablet-only {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.layout--tablet-desktop {
		display: none !important;
	}
}
@media screen and (max-width: 1024px) {
	.layout--desktop-only {
		display: none !important;
	}
}
