:root {
  --orange: 255, 153, 0; /* Orange */
  --blue: 16, 37, 66;  /* Dark Blue */
  --light-blue: 126, 157, 204; /* Light Blue */
  --lighter-blue: 156, 187, 234; /* Calculated Lighter Shade */
  --red: 205, 60, 41; /* Reddish */
  --sage: 205, 215, 214; /* Light Grey */
  --teal: 25, 130, 122; /* Teal */
  --green: 85, 179, 173; 
}


@font-face {
  font-family: 'FranchiseBold';
  src: url('../font/Franchise-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'FontAwesome4';
  src: url('/font/fontawesome4-webfont.eot');
  src: url('/font/fontawesome4-webfont.eot?#iefix') format('embedded-opentype'),
       url('/font/fontawesome4-webfont.woff2') format('woff2'),
       url('/font/fontawesome4-webfont.woff') format('woff'),
       url('/font/fontawesome4-webfont.ttf') format('truetype'),
       url('/font/fontawesome4-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa.fa4 {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome4;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-tripadvisor:before {
  content: "\f262"; /* FontAwesome 4 TripAdvisor icon unicode */
}

body { 
	color: rgba(var(--blue),1);
	background-color: rgba(var(--sage),1);
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
	font-weight: 400;
    font-style: normal;
	line-height: 1.2;
	padding-top: 65px; // for navbar
}
h1, h2,h3,h4,h5,h6 {
	font-family: 'FranchiseBold', sans-serif;	
	font-weight: 400;
	text-transform: uppercase;
}
a,a:link { text-decoration: underline; color: rgba(var(--orange),1);cursor: pointer;filter: brightness(75%);
}
a:hover { color: rgba(var(--blue),1); filter: brightness(100%);
}
body .b {
  font-family: "BioRhyme", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "width" 100;
}

.pop {
    color: rgba(var(--lighter-blue),1);
    text-shadow: 
		1px 1px 1px rgba(var(--blue),.1),
        1px 2px 1px rgba(var(--blue),.1),
        1px 3px 1px rgba(var(--blue),.1),
        1px 4px 1px rgba(var(--blue),.1),
        1px 5px 1px rgba(var(--blue),.1),
        1px 6px 1px rgba(var(--blue),.1),
        1px 7px 1px rgba(var(--blue),.1),
        1px 8px 1px rgba(var(--blue),.1),
        1px 9px 1px rgba(var(--blue),.1),
        1px 10px 1px rgba(var(--blue),.1),
    1px 18px 6px rgba(0,0,0,0.2),
    1px 22px 10px rgba(0,0,0,0.1),
    1px 25px 35px rgba(0,0,0,0.2),
    1px 30px 60px rgba(0,0,0,0.2);
}

.huge {font-size: 7em;}
.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Custom Button Styling */
.btn-custom , a.btn-custom {
    background-color: rgba(var(--orange), 1); /* Using the --orange variable */
    color: rgba(0,0,0,.7); /* Text color */
    font-family: 'Roboto Condensed', sans-serif; /* Using the site's font */
    font-weight: bold; /* Making the text bold */
    border: none; /* Removing the default border */
    border-radius: 50rem; /* Pill shape */
    padding: 0.75rem 1.5rem; /* Adjusting padding for better visual */
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out; /* Smooth transition for hover effects */
	text-decoration: none;
}

.btn-custom:hover, .btn-custom:focus {
    background-color: rgba(var(--orange), 1); /* Lighter shade on hover/focus */
    color: rgba(0,0,0,1);
    transform: scale(1.05); /* Slightly enlarging the button on hover/focus */
    text-decoration: none; /* Removing underline on focus */
}

.toast-body { background: #fe0;}
.navbar-custom {
    background-color: rgba(var(--sage),.9); 
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.navbar-brand img {
    max-height: 40px; /* Adjust as needed */
}
.navbar-light .navbar-nav .nav-link {color: rgba(var(--green),1);filter: brightness(75%); padding: 0 1em;}

.highlight {
	background-color: rgba(var(--red),1);
	padding: .3em;
	color: #fff;
	white-space: nowrap;
}
#hero { 
	color: rgba(var(--sage),1);
	padding-top: 4em;
	height: 100vh;
	background-color: #0cc;

    position: relative;
    height: 100vh;
    background: transparent;
	font-size: 2em;
    position: relative;
    color: white; /* Ensure contrast against the background */
}
#hero h1 { font-size: 5rem; line-height: .8em;     text-shadow: 0 1px 0 #000; }

#hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay to make text readable */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7); /* Dark overlay for better readability */
    z-index: 1;
}

#hero video {
    width: 100%;
    height: 100vh;
    object-fit: cover; /* Cover the entire section */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; /* Ensure it's behind content */
}

#hero .container {
    position: relative;
    z-index: 2; /* Above the video and overlay */
}


@media (max-width: 768px) {
	body blockquote { line-height: .8;}
	body blockquote p { font-size: 2em;}
}

blockquote p.blockquote-footer {
   color: rgba(var(--sage),1);
   font-size: 1em;
   font-family: "Roboto Condensed", sans-serif;
}
blockquote .blockquote-footer:before {
	content: none;
}

blockquote {
  position: relative;
  padding: 20px;
  margin: 20px 0;
  line-height: 1;

}

blockquote::after {
  top: auto;
  bottom: 0;
}

blockquote p {
    font-family: 'Reenie Beanie', cursive;
    color: rgba(var(--sage),1);
    font-size: 2.5em;
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 0 #000; /* Horizontal offset, Vertical offset, Blur radius, Color */
  
  
}


.message {
  -webkit-transform: translate3d(0, 0, 0) skew(0);
          transform: translate3d(0, 0, 0) skew(0);
  -webkit-animation: flickerAnimation 6s infinite;
          animation: flickerAnimation 6s infinite;
}

@keyframes flickerAnimation {
    90%,80%{
      -webkit-transform: translate(0,0) skew(1deg);
      transform: translate(0,0) skew(1deg);
	  
    }
    82%{
      -webkit-transform: translate(20px,0) skew(90deg); 
      transform: translate(20px,0) skew(89deg); 
	  
    }
    84%{
      -webkit-transform: translate(-20px,0) skew(-90deg); 
      transform: translate(-20px,0) skew(-89deg); 
	  
    }
    85%{
      -webkit-transform: translate(30px,0) skew(90deg); 
      transform: translate(30px,0) skew(89deg); 
	  
    }
}

#biz-hours .card { margin-top : -3em; z-index: 40;  background: linear-gradient(to bottom, rgba(var(--teal),1) 0%, rgba(var(--sage),1) 100%); color:rgba(var(--blue),1);}
#biz-hours { background-color: rgba(var(--light-blue),1);}
#biz-hours .card .biz-open-status {  text-align: center; font-size: 2em; text-transform: uppercase; padding: .5em; margin: .5em; color: rgba(var(--sage),1);}
footer {background-color: rgba(var(--blue),1); color: #fff;}
footer .biz-open-status {  color: #fff;}
#biz-hours table {width: 70%;}
@media (max-width: 768px) {
	#biz-hours table {width: 100%;}
}

/*#biz-hours .biz-open-status-container.closed .biz-open-status { color: rgba(var(--red),1); }
#biz-hours .biz-open-status-container.open  .biz-open-status { color: rgba(var(-teal),1);}
#biz-hours .biz-open-status-container.almost .biz-open-status {color: rgba(var(--red),.5); }*/
.biz-open-status-container.open .when-open{display:none;}

#biz-hours h2 { color:#030; }
#biz-hours a { color: #033;}
#biz-hours ul{
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
#biz-hours .now { font-size: 1.5em; padding-bottom: 1em;}
#biz-hours .highlight { font-size: .7em;}

#benefits {
	background-color: rgba(var(--light-blue),1);
	color: rgba(var(--sage),1);
}
#benefits .card { background-color: transparent; border:none;}
#benefits .card-title {
    font-family: "BioRhyme", serif;
    font-optical-sizing: auto;
    font-style: normal;

}


/* Hero section styles */
#hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Prevent video from overflowing */
}

#hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100vh;
    width: auto;
    height: auto;
}

#hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Optional: Dark overlay for better readability */
    z-index: 1;
}

/* Center hero content */
#hero .container {
    position: relative;
    z-index: 2; /* Above video and overlay */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
    #hero h1 {
/*        font-size: 1.5rem; /* Smaller font size for mobile */*/
    }

    #hero .carousel {
        font-size: 0.875rem; /* Adjust carousel text size if necessary */
    }
}
/* Ensure the body has no margin to prevent any unexpected spacing */

/* Hero section styles */
#hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Prevent video from overflowing */
}

#hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100vh;
    width: auto;
    height: auto;
}

#hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Optional: Dark overlay for better readability */
    z-index: 1;
}

/* Center hero content */
#hero .container {
    position: relative;
    z-index: 2; /* Above video and overlay */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
    #hero h1 {
/*        font-size: 1.5rem; /* Smaller font size for mobile */
		font-weight: 100;
    }

    #hero .carousel {
       /* font-size: 0.875rem;*/ /* Adjust carousel text size if necessary */
    }
}

#stats { background-color: rgba(var(--sage),1);}
#stats .h1 { 	
	font-family: 'FranchiseBold', sans-serif;	
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(var(--teal),1);
	font-size: 3em;
 }
 #stats p.text-muted { color: rgba(var(--teal),1);}
 
#kudos1 {  
	background-color: rgba(var(--green),1); /* Fallback color */
  
  );}
  #kudos1 p { font-size: 3em;}

  #map {
    background-image: url('/img/2bit-interior-fisheye.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto; /* Or set a specific height if needed */
  }


