@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');


/* Tokyo Font Overrides */
.hero-bg .dynamic-title .static-text,
#navbarNav .nav-link,
#navbarNav .dropdown-item,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
#navbarNav .dropdown-item,
.pricing-table .card-title {
  font-family: 'Rye', cursive;
}

.hero-bg .dynamic-title .dynamic, body {
  font-family: 'Comfortaa', cursive;
}

@media (max-width: 991.98px){
	.navbar-expand-lg #navbarNav {
		box-shadow: 5px 0 10px 5px rgb(0 0 0 / 15%) inset;
		background-color: #7c7c7c;
	}
	
	.hero-bg .dynamic-title {
		font-size: 2rem;
	}
	
	.hero-bg .dynamic-title .dynamic {
		color: white;
		font-size: 1.25rem !important;
	}
}

.price {
	text-shadow: .75px 0 #000;
    letter-spacing: .75px;
}

.food-border {
	border: 1px solid black;
	margin: .5rem .5rem .5rem .5rem;
	padding: 10px;
}

.wellTogo {
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
  min-height: 20px;
  padding: 4px 15px 9px 15px;
  margin-bottom: 20px;
  border: 4px solid #F0EA18;
}

.wellTogo h2 {
  color: #666;
}

a.icon-sapphire:hover, a.icon-sapphire:focus {
  color: #666;
}

.parallax-bg .parallax-bg--content {
    background-color: rgba(255, 255, 255, 0.4);
}

.btn-template:hover, .btn-template:focus, .btn-template:active {
    color: #fff;
}

.btn-on-dark:hover, .btn-on-dark:focus, .btn-on-dark:active {
    color: #000;
}

.parallax-bg h2 {
    color: #000;
}

.navbar-brand img {
	max-height: 80px;
}

.text-black {
	color: #000 !important;
}

#navbarNav .nav-link:hover, #navbarNav .nav-link:active, #navbarNav .nav-link:focus, .copyright-text a:hover, .copyright-text a:active, .copyright-text a:focus {
	filter: invert(.3);
}

#navbarNav .nav-link {
    text-shadow: none;
}

.location address ul li a, .copyright-text a {
	color: #000;
}

.social.template span[class*="fa"] {
	color: #000;
}

.location address ul li a:hover, .location address ul li a:active, .location address ul li a:focus {
	filter: invert(.3);
}

.logo-bottom {
	max-height: 100px;
}

#promo-tiles {
    margin-top: 0rem;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
}

.parallax-bg-bottom, .border-tb {
	border-top: 5px solid black;
	border-bottom: 5px solid black;
}

footer .copyright {
	border-top: 5px solid black;
	border-bottom: none;
}

.hero-bg .dynamic-title .dynamic {
	color: white;
	font-size: 2rem;
}

.promo {
    background-position: center;
}

.btn-light {
    position: relative;
    transition: color 0.3s;
    z-index: 10;
    border: 3px solid var(--primary-color);
    border-radius: 0;
    background: transparent;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
    font-weight: 700;
}

.btn-light::after {
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.3s;
    z-index: -1;
    background: var(--primary-color);
    width: 0;
    height: 100%;
    content: "";
}

.btn-light:hover, .btn-light:focus, .btn-light:active {
    color: #fff !important;
	background-color: black !important;
	border-color: black !important;
}

.btn-light {
	margin-top: 1rem;
}

.tab-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: 20px 10px 20px 10px;
    border: 1px solid #000;
    padding: 20px;
    color: inherit;
}

.nav-tabs .nav-item {
	border: 1px solid #000;
	margin: 10px 10px 20px 10px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #000;
    border-color: #000 #000 #000;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-tabs .nav-link {
    border: 1px solid #000;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
}

.nav-link {
    display: block;
    padding: 0.5rem 0.5rem;
}

/* ------ Review Carousel ------ */

@media (max-width: 767px){
.parallax-bg .parallax-bg--image-container .parallax-bg--image {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}}

.testimonial-carousel {
  /* padding: 3rem 0; */
  /* background-image: url(/images/bg/bg_quote.jpg); */
  min-height: 35vh;
  /* background-size: cover; */
  /* background-position: center; */
  /* position: relative; */
  /* overflow: hidden; */
}

.testimonial-carousel::after {
  background-color: rgb(0, 0, 0, .7);
}

.testimonials-overlay {
  display: flex;
    position: relative;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
  padding-top: 3rem;
    /* padding: 0rem 15px; */
    width: 100%;
    height: 100%;
    text-align: center;
  min-height: 35vh;
}

.testimonial-text {
  font-size: 3rem;
  color: #fff;
  /* padding: 2rem; */
}

.testimonial-header {
  color: #fff;
}

.testimonial-carousel .btn-template {
    position: relative;
    transition: color 0.3s;
    z-index: 10;
    border: 3px solid #ffffff;
    border-radius: 0;
    background: transparent;
    /* padding: 15px 25px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}

.review-carousel {
  padding: 3rem 0;
  background-color: #000;
  /*background-image: url(/images/bg/bg_quote.jpg);*/
}

.review-text {
  font-size: 18px;
  color: #fff;
  /* padding: 1rem; */
  white-space: nowrap;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
}

.c-spacer {
  padding-bottom: 2rem;
}

.source-logo {
  min-height: 3rem;
  max-height: 3rem;
  /* background-color: white; */
  /* padding:.5rem; */
  /* border-radius: .25rem; */
}

.review-header {
  /* text-transform: uppercase; */
  color: white;
  
}

.review-carousel .btn-template {
    position: relative;
    transition: color 0.3s;
    z-index: 10;
    border: 3px solid #ffffff;
    border-radius: 0;
    background: transparent;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}

.fa-star {
  background-image: linear-gradient( to right, #e8cc6e 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #e8cc6e 100% );
  color:transparent;
  -webkit-background-clip:text;
  font-size: 30px;
  margin-left: .2rem;
  margin-right: .2rem;
}

.no-decoration {
  color: white;
  text-decoration: none;
}

.no-decoration:hover, .no-decoration:focus, .no-decoration:active {
  color: white;
  text-decoration: none;
}

.modal-header {
  background-color: var(--primary-color);
}

.modal-header button {
  color: white;
}

.modal-content {
  border-radius: .5rem;
}

.modal-body {
    background-color: #383838;
}

.modal-footer {
    background-color: #000;
}