html {
  scroll-behavior: smooth;
}
body {

}
.bg-black {background-color: #000;}
/* HEADER */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.vh-100 {height:100vh;}
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


header .container {
  position: relative;
  z-index: 2;
}
header .container-fluid {
    position: relative;
    z-index: 2;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
}
.pageHeader .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
}
.zontop {z-index: 2;}


@media (pointer: coarse) and (hover: none) {
  header {

  }
  header video {
    display: none;
  }
}
.lead {
  font-family: Adobe Carlson,Monotype Garamond,Garamond,serif;
font-style: italic;
}
/* FONTS */
h1 {
  font-family: Helvetica Neue Light,Neue Helvetica,Helvetica,sans-serif;
}
h4 {
  font-family: Adobe Carlson,Monotype Garamond,Garamond,serif;
font-style: italic;
}
h3 {font-family: Helvetica Neue Light,Neue Helvetica,Helvetica,sans-serif;letter-spacing: 3px;}

h5 { font-family: Neue Helvetica,Helvetica,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 1rem;
letter-spacing: .25em;
line-height: 1.3125em;
text-transform: uppercase;}

h5::after {
    background-color: currentColor;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto 10px;
    width: 40px;
}
h6 { font-family: Neue Helvetica,Helvetica,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
letter-spacing: .10em;
line-height: 1.2;
text-transform: uppercase;}
p {
    font-family: Monotype Garamond,Garamond,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    letter-spacing: .02778em;
    line-height: 1.5em;
}
/* BUTTONS */
.btn-dark {border-radius: 0px;
  background:#000;
  border:1px solid #000;
  padding:10px 20px;
  font-family: Neue Helvetica,Helvetica,sans-serif;
font-style: normal;
font-size: 12px;
letter-spacing: .3em;
font-weight: 600;
}
.btn-dark:hover {
  background:#fff;
  border:1px solid #000;
  color:#000;
}
.btn-light {border-radius: 0px;
  background:#fff;
  border:1px solid #000;
  padding:10px 20px;
  font-family: Neue Helvetica,Helvetica,sans-serif;
font-style: normal;
font-size: 12px;
letter-spacing: .3em;
font-weight: 600;
}
 .btn-light:hover {
  background:#000;
  border:1px solid #000;
  color:#fff;
}
/* NAV bar */
.nav-item {margin:0px 15px;}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {

}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-family: Neue Helvetica,Helvetica,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 1.33333em;
  text-transform: uppercase;
}
.dropdown-item {
  font-family: Neue Helvetica,Helvetica,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 1.33333em;
  text-transform: uppercase;
  padding: 12px 40px;
}
/* .dropdown-menu {
padding: 20px 0;
border-radius: 0px;
border: none;
box-shadow: 0px 0px 3px #000;
right:0;
left: auto;
} */
.googlemap {
        position: relative;
        padding-bottom: 35%; /* 4:3 ratio*/
        height: 100%;
        overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.dineplanBanner {
  position: relative;
display: inline-block;
top: 30px;
}
.navButton {
  border:2px solid #fff;padding-left:5px;padding-right:5px;background:#fff;
}
.navButton:hover {background:#000;}
.navButton .nav-link:hover {color:#fff !important;}
.navButton .nav-link {color:#000 !important;}
.smallText p {font-size: 12px;}
.bgImage {
  background-image: url("../img/footerBanner.jpg");background-size: cover;background-position: bottom;
}

.hourBox {
  /* From https://css.glass */
background: rgba(0, 0, 0, 0.7);
border-radius: 0px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.9px);
-webkit-backdrop-filter: blur(6.9px);
border: 1px solid rgba(255, 255, 255, 0.15);
color:#fff;
/* box-shadow: 5px 10px 35px rgba(0,0,0,0.3); */
}
/* PARRALAX  */

.parallaxCOTH {
  height: 210px;
  background: #000;
  border-top: 1px solid #fff;
}




/* CARD HOVER GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

.centered {
  top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
/* CARD HOVER ITEM ============================== */
.hover-5::after {
  content: '';
  width: 100%;
  height: 10px;
  background: #ffb300;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 999;
}

.hover-5 .hover-overlay {
  background: rgba(0, 0, 0, 0.1);
}

.hover-5-title {
  position: absolute;
  bottom:  0;
  left: 0;
  transition: all 0.3s;
  padding: 1rem 2rem 0.8rem 1.5rem;
  z-index: 99;
  font-size: 13px;
  background: rgba(0,0,0,0.35);
width: 100%;
}

.hover-5-title span {
  transition: all 0.4s;
  opacity: 0;
  color: #ffb300;
}

.hover-5:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.hover-5:hover .hover-5-title {
  bottom: 0;
}

.hover-5:hover .hover-5-title span {
  opacity: 1;
}

.hover-5:hover::after {
  bottom: 0;
}


/* GALLERY */
.carousel-control-next, .carousel-control-prev {width: 8%;}

/* MENUS */


/* TABS responsive */
.nav-justified .nav-link {
    background: #000;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
border:1px solid #000;
color:#fff;
}
.nav-justified .nav-link.active {background:#fff;color:#000;border:1px solid #000;}

.nav-justified .nav-item {margin: 0px 2px;}
.card-header {background: transparent;color: #000;border-bottom:0px;}
.test11 {background:transparent;min-height: 55px;  text-transform: uppercase;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;color:inherit;border:none;width:100%;}
.tab-content p {font-size: 14px;font-family: Monotype Garamond,Garamond,serif;margin-bottom: 0px; color:#000;}
.tab-content h4 {
  margin-bottom: 20px;

  color: #000;
  font-family: Neue Helvetica,Helvetica,sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: 18px;
  margin-top: 10px;
}
.tab-content h3 {color:#000;}
.tab-content table p {margin-bottom:0px;}
.tab-content .text-tiny {
  font-size: 12px;
vertical-align: super;
}
.test11:focus-visible {outline: none !important;}
.nav-pills .nav-link {
  background: #000;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
border:1px solid #000;
color:#fff;
margin-bottom: 2px;
text-align: center;
padding:0px;
}
.nav-pills .nav-link.active {background:#fff;color:#000;border:1px solid #000;}
.w-100 {width: 100%;}
.flamesMenus tr {border-style: dotted;}

.flamesMenus td {font-size: 14px; vertical-align: bottom;padding: 5px 0px;font-family: Monotype Garamond,Garamond,serif;color: #000;}
.flamesMenus td h4 {margin-bottom: 0px;}
.wineTabs .nav-link {padding:10px;height: 100%;}

/* FOOTER */
.footer a {
  color:#b5b5b5;
}

.footer-social-icons {
    display: block;
    margin: 0 auto;
}
ul.social-icons {
    margin-top: 10px;
    margin-bottom: 0px;
border-bottom: 1px solid #4d4d4d;
padding-bottom: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
  padding-right: 20px;
}
.footer ul {
    list-style: none;
    font-size: 22px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}

#footerLogo {}
.footer {
background-color:#000;
padding:20px 0px;

}
.footer {color:#fff;}
.footer p {color:#fff;
						font-size: 16px;

						}

.footer h5 {

    margin-bottom: 22px;
    color:#fff;
    text-transform: uppercase;
}


.footer span {color:#fff;}
.footer ul { list-style:none; padding-left: 5px;}

.w-copyright {

    font-size: 12px;
    line-height: 50px;
}
@media only screen and (max-width: 1576px) {
  .intro img {max-width: 240px;}

  .navbar-dark .navbar-nav .nav-link {
  letter-spacing: .2em;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
}
}
@media only screen and (max-width: 1366px) {
.nav-item {
    margin: 0px 10px;
}
#headerLogo {
  max-width: 60px;
}
.navbar {padding: 0.5rem 1rem;}
.navbar-brand {padding: 0rem 0;}
}

@media only screen and (max-width: 1200px) {
.nav-justified .nav-link {letter-spacing: 0px;}
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {

    /* From https://css.glass */
background: rgba(0, 0, 0, 0.59);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.6px);
-webkit-backdrop-filter: blur(7.6px);
border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px;
  }
  .dropdown-item {padding:12px 10px;letter-spacing: 0;}
}
@media only screen and (max-width: 768px) {
  .privateMenuTabs li {
    width: -moz-fit-content;
    width: 24%;
    display: inline-block;
  }
.privateMenuTabs ul {display: inline;}
  .privateMenuTabs .test11 {font-size: 10px !important;letter-spacing: 0px !important;}

  .menuPageTabs #v-pills-tab {display: none;}
  .treatments .media {background:#f2f2f2;}
  .treatments {padding:3px;}
  .treatments h6 {font-size:14px;}
  .treatments p {font-size:16px;}
  p {font-size: 14px;}
  h3 {font-size:20px;}
  .intro img {
  max-width: 160px;
}

}


@media only screen and (max-width: 576px) {
  .wineTabs .nav-item {
    width: 100%;
flex-basis: auto;
  }
  .tab-content h3 {font-size: 16px;
margin-bottom: 0px;}
.tab-content h4 {font-size: 15px;}
.tab-content p {
  font-size: 12px;
  line-height: 1.3;
}

.flamesMenus td {
  font-size: 12px;
}

  .display-4 {font-size: 24px; }
	.display-5 {font-size: 24px; }
	.googlemap {padding-bottom: 65%;}
  .parallaxCOTH {
    height: 140px;}
}
@media only screen and (max-width: 315px) {
  .dineplanBanner {margin-bottom: 35px;}
}
