body {
  background-color: #800020;
}

@font-face {
  font-family: tango;
  src: url('/font/TangoBT.ttf');
}

.tango {
  font-family: tango !important;
}

/* #region NAVBAR */

nav {
  transition: 750ms ease;
}

@media (max-width:850px) {
  #navbar {
    background-color:white !important;
  }
}

#bk-nav-logo {
    /* width: 100%; */
    width: auto;
    max-height: 90px;
}

.nav-transparent {
    background-color: rgba(255,255,255,.4) !important;
}

.navbar-toggler-color {
    /* background-color: rgba(255,255,255,0.5) !important; */
    border: 1px solid rgba(0, 0, 0, 0.8) !important;
}

.navbar-white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link-override {
    transition: 750ms ease;
    color: white !important;
    font-size: 3vw;
    font-weight: 600;
    text-shadow: 0.2vw 0.2vw 0px rgb(68, 68, 68);
}

.navbar-nav > li {
    float: left;
    position: relative;
}

.navbar-white .nav-text a:hover {
    transition: 400ms ease;
    border-bottom: 3px solid rgba(20, 20, 20, 0.5);
}

.navbar-white a.active {
    border-bottom: 3px solid rgb(0, 82, 97);
}

#navbar .container {
    max-height: 90px;
}

#bk-nav-logo-min {
  transition: 750ms ease;
  height: 100px;
}

.shrink {
  transition: 750ms ease;
  background-color: rgba(255, 255, 255, 0.80) !important;
  max-height: 50px;
}

.shrinkLogo {
  transition: 750ms ease;
  max-height: 50px;
}

.shrinkLink {
  transition: 750ms ease;
  color: black !important;
  font-size: 3vw;
  text-shadow: none;
}

/* SMALL SCREEN ADJUSTMENT */
@media (max-width:575px){
  .bg-dropdown-menu {
      background-color: rgba(255, 255, 255, 0.9) !important;
      text-align: center;
      font-weight: 800;
      border-radius: 2%;
  }
  nav {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  #bk-nav-logo-min {
    margin: -30px 0 -30px 0;
    max-height: 12vw;
  }
  .nav-link-override {
    font-size: 5vw;
    color: #000 !important;
    text-shadow: none;
  }
}

/* #endregion NABAR */

/* #region CAROUSEL */
@media (max-width:575px) {
  #carouselHero {
    margin-top:55px;
  }
}

.carousel-caption {
    background-color: rgba(0,0,0,0.15);
    border-radius:5px;
}

.carousel-caption h5 {
  font-weight: 500 !important;
  text-shadow: 2px 2px 0px rgb(68, 68, 68) !important;
}

.carouselAddress {
  text-shadow: 2px 2px 0px rgb(68, 68, 68);
  font-size: 2vw;
}

.carousel-caption a:link{
  text-shadow: 2px 2px 0px rgb(68, 68, 68);
  font-size: 4vw;
  color: white !important;
}

.carouselOne {
  content:url('/img/carousel/closeup1_lossy.jpg');
}

.carouselTwo {
  content:url('/img/carousel/counter1_lossy.jpg');
}

.carouselThree {
  content:url('/img/carousel/exterior1_lossy.jpg');
}

@media (max-width:518px) {
  .carouselOne {
    content:url('/img/carousel/window1_lossy.jpg');
  }
  
  .carouselTwo {
    content:url('/img/carousel/exterior1_lossy.jpg');
  }

  .carouselThree {
    content:url('/img/carousel/counter1_lossy.jpg');
  }
}


/* #endregion CAROUSEL */

/* #region SMALL SCREEN INFO */
#smallScreenInfo {
  margin-top:20px;
  padding-top:15px;
  border: none;
  background-color: #FFFFF0;
}

@media (min-width:768px) {
  #smallScreenInfo{
    display: none;
  }
}

/* #endregion SMALL SCREEN INFO */

/* #region  MENU */
#accordion {
    width: 50vw;
    margin: 0 auto;
}

@media (max-width:850px) {
  #accordion {
    width:70vw;
  }
}

@media (max-width:550px) {
  #accordion {
    width:90vw;
  }
}

.myaccordion {
    max-width: 500px;
    margin: 50px auto;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
  }
   
  .myaccordion .card,
  .myaccordion .card:last-child .card-header {
    border: none;
  }
   
  .myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
  }
   
  .myaccordion .fa-stack {
    font-size: 18px;
  }
   
  .myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #004987;
    padding: 0;
  }
   
  .myaccordion .btn-link:hover,
  .myaccordion .btn-link:focus {
    text-decoration: none;
  }
   
  .myaccordion li + li {
    margin-top: 10px;
  }

  .accordionMargin {
      margin-top: 2rem !important;
  }

  #accordionBreakfast {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  #accordionLunch {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  #accordionBeverage {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

#accordion .mb-0:hover {
  opacity: 0.7;
}

#feelingCreative {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.sandwichBold {
  font-weight: bold;
}

.sandwichBold i {
  font-weight:normal;
}

.bev-col {
  column-count: 2;
}

/* #endregion ACCORDION */

/* #region ABOUT */

#about {
  width: 100%;
}

#aboutDescription {
  width:60vw;
  margin: auto;
  margin-top: 50px;
  box-shadow: 0.5vw 0.5vw 1vw 0vw;
}

@media (max-width:725px) {
  #aboutDescription p {
    padding-bottom: 4vw;
  }
}

#aboutDescription > p {
  margin: 0vw 5vw 1vw 5vw;
}

.ruleItems {
  font-weight: 600;
}

#judySig {
  margin-left:auto;
  height: 100px;
}

/* When screen is SMALL:  */
@media (max-width:850px) {
  #about {
    /* width:90vw; */
  }
  #aboutDescription {
    margin-top: 0px;
    width:90vw;
  }
  #theBeautyBig {
    display: none;
  }
  #rudyWelcomeBig {
    display: none;
  }
}

/* When screen is BIG: */
@media (min-width:851px) {
  .menuImageDiv {
    display:none;
  }
  #theBeautySmall {
    display: none;
  }
  #rudyWelcomeSmall {
    display: none;
  }
}

.theBeautyMorning {
  content:url('/img/menuImages/judyMorning.jpg');
  position:absolute;
  width: 15vw;
  margin-top: -9vw;
  margin-left:80vw;
  border-radius: 50px;
}

.theBeautyAfternoon {
  content:url('/img/menuImages/judyAfternoon.jpg');
  position:absolute;
  width: 15vw;
  margin-top: -9vw;
  margin-left:80vw;
  border-radius: 50px;
}

#rudyWelcomeBig {
  content:url('/img/menuImages/Rudy.jpg');
  position:absolute;
  width: 15vw;
  margin-top: 20vw;
  margin-left:2vw;
  border-radius: 50px;
}

.menuImageDiv {
  width: auto;
  height: 30vw;
}

#theBeautySmall {
  display: block;
  margin:auto;
  padding: 2vw 0 2vw 0;
}

.judyMorning_small {
  content:url('/img/menuImages/judyMorning_small.jpg');
  height:30vw;
  border-radius: 50px;
}

.judyAfternoon_small {
  content:url('/img/menuImages/judyAfternoon_small.jpg');
  height:30vw;
  border-radius: 50px;
}

#rudyWelcomeSmall {
  content:url('/img/menuImages/rudy_small.jpg');
  /* position:absolute; */
  display: block;
  margin:auto;
  padding: 2vw 0 2vw 0;
  height:30vw;
  border-radius: 50px;
}

/* #endregion ABOUT */

/* #region READ MORE */
#readMoreAbout {
  display:none;
  margin: 0vw 5vw 1vw 5vw;
}

.btn-container{
  margin: auto;
  /* height:44px;
  width:166.23px; */
  padding-bottom: 2vw;
}

#toggle {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:8px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
#toggle:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
#toggle:active {
	position:relative;
	top:1px;
}

/* #endregion READ MORE */

/* #region EVENTS */
#eventsInfo {
  margin-top:50px;
  padding: 0 5vw  5vw;
}

#eventLine {
  border: 1px dashed #000;
  width: 10%;
  margin: auto;
  margin-top: 1%;
  margin-bottom: 1%;
}

@media (max-width:850px) {
  #eventsInfo {
    margin-top:0px;
  }
}

/* #endregion EVENTS */

/* #region NEWS */

#news {
  margin: 40px 0 40px 0;
  /* padding: 0 5vw  5vw; */
}

#newsArticles {
  padding-top: 50px;
  padding-bottom: 20px;
}

#newsHeader {
  font-size: 5vw;
  font-weight: 350;
}

.newsHeadings {
  font-size: 2.5vw;
  font-weight: 250;
}

.newsLinks {
  font-size: 1.5vw;
  text-align: center;
  padding: 0 1vw 0 1vw;
}

@media (min-width:901px){
  #newsHeader:hover {
    font-weight: 450;
  }
}

/* 550px - 900px */
@media (max-width: 900px){
  #newsHeader {
    font-size: 7vw;
    font-weight: 350;
  }

  .newsHeadings {
    font-size: 4vw;
    font-weight: 250;
  }

  .newsLinks {
    font-size: 3vw;
    text-align: center;
    padding: 0 1vw 0 1vw;
  }
}

/* 0 - 549px */
@media (max-width: 549px){
  #newsHeader {
    font-size: 8vw;
    font-weight: 350;
  }

  .newsHeadings {
    font-size: 5vw;
    font-weight: 250;
  }

  .newsLinks {
    font-size: 4vw;
    text-align: center;
    padding: 0 1vw 0 1vw;
  }
}

#ytVids {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#ytVids > iframe {
  padding: 1vw 1vw 0 1vw;
}

/* .youtube {
  width: 350px;
  padding: 5px 10px 5px 10px;
} */

#ytVids img {
  width: 350px;
  padding: 5px 10px 5px 10px;
}

/* .frameStyle {
  float:center;
} */

/* #endregion NEWS */

/* #region CONTACT */

#contact {
  background-color: white;
}

#mapContainer {
  text-align: center;
}

#facadeImg {
  max-width: 80vw;
  justify-content: center;
  padding-bottom: 10px;
}

#contactContainer {
  display: grid;
  grid-gap: 5vw 5vw;
  grid-template-columns: auto auto;
  padding: 10px;
}

#contactLeft {
  text-align: left;
  padding-left: 15vw;
}

#contactRight {
  text-align: right;
  padding-right: 15vw;
  padding-top: 1vw;
}

@media (max-width: 700px) {
  #contactLeft {
    padding-left: 5vw;
  }
  #contactRight {
    padding-right: 5vw;
  }
}


/* #endregion CONTACT */

/* #region SOCIAL MEDIA */

i.fa-thumbs-up {
  color:white;
  background-color: #3C5A99;
  padding: 10px;
  border-radius: 20%;
}

i.fa-thumbs-up:hover {
  opacity: 0.7;
}

i.fa-yelp {
  color:white;
  background-color: #d32323;
  padding: 10px;
  border-radius: 20%;
}

i.fa-yelp:hover {
  opacity: 0.7;
}

i.fa-instagram {
  color:white;
  background-color:#E1306C;
  padding: 10px;
  border-radius: 20%;
}

i.fa-instagram:hover {
  opacity: 0.7;
}

/* #endregion SOCIAL MEDIA */

.stellaShow {
  content:url('/img/menuImages/stella.jpg')
}

/* #region COVID */

.covid {
  font-size: 3vh;
}

/* 872 = 784 */
@media (min-width: 872px) {
  .covid {
    font-size: 4vh;
  }
}

@media (min-width: 930px) {
  .covid {
    font-size: 5vh;
  }
}

/* 980 = 882 */
@media (min-width: 1015px) {
  .covid {
    font-size: 6vh;
  }
}

@media (min-width: 1100px) {
  .covid {
    font-size: 7vh;
  }
}

@media (min-width: 1110px) {
  .covid P
  font-size: 8vh;
}

/* #endregion */