html {
  height: 100%;
  scroll-padding-top: calc(4.5rem - 1px);
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #eeeeee;
  background-color: #1b1b1b;
}

/* Hide navbar initially */
#mainNav {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Show navbar after scroll */
#mainNav.nav-visible {
    opacity: 1;
    transform: translateY(0);
}

.navbar-custom {
  background-color: #1b1b1b;
}

.navbar-brand, .navbar-brand:hover {
  color: #b77f41;
  font-weight: 300;
  font-size: 1.75em
}

.navbar-toggler-icon {
  background-color: #7d927b;
}

.navbar-custom .nav-link {
  color: #b77f41;
  font-weight: 400;
}

.navbar-custom .nav-link:hover {
  color: #b74441;
}

.navbar-custom .nav-link.active {
  color: #b74441;
  font-weight: 700;
}

.custom-popover {
  --bs-popover-header-bg: #b77f41;
  --bs-popover-bg: #807B72;
  --bs-popover-header-color: #1b1b1b;
  text-align: center;
}

/* HERO VIDEO SECTION */

.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: #ffffff;
    background: url('/img/bench-sketch.png') center center / cover no-repeat;
}

/* Video */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

/* Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.50) 0%,
        rgba(0,0,0,0.50) 50%,
        rgba(0,0,0,0.50) 100%
    );
    z-index: 1;
}

/* Content */
.hero-content {
    z-index: 2;
}

/* Typography */
.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 6px;
    margin-bottom: 1rem;
}

.hero-tagline {
    font-size: 1.25rem;
    opacity: 0.9;
    letter-spacing: 1px;
}

.hero-description {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    line-height: 1.7;
    opacity: 0.85;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons */
.hero-buttons .btn {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Fade-in Animations */
.fade-in {
    opacity: 0;
    animation: fadeUp 1s ease forwards;
}

.fade-in-delay {
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.4s;
}

.fade-in-delay-2 {
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.8s;
}

.fade-in-delay-3 {
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 1.2s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#intro {
  padding-top: 60px;
}

.form, .form-text{
    margin-bottom: .5em;
}

.actorsform {
  background-color: #7d927b;
  color: #1b1b1b;
}

#contact {
  background-color: #b77f41;
}

.accordion {
  /* Default (collapsed) state colors */
  --bs-accordion-btn-color: #eee;
  --bs-accordion-btn-bg: #1b1b1b;
  --bs-accordion-border-color: #2e2e2e;

  /* Active (expanded) state colors */
  --bs-accordion-active-color: #eee;
  --bs-accordion-active-bg: #b77f41;
}

.accordion-body {
  background-color: #1b1b1b;
  color: #eee;
  font-weight: 400;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23eee'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.btn-custom {
  background-color: #802f2d;
  color: #eee;
}

.btn-custom:hover {
  background-color: #b74441;
  color: #eee;
}

h1{
  font-size: 8em;
}

@media (max-width: 767px) {
    h1 {
        font-size: 6em
    }
}

h2 {
  font-size: 4em;
}

@media (max-width: 767px) {
    h2 {
        font-size: 3em
    }
}

h3 {
  font-size: 2em;
}

@media (max-width: 767px) {
    h3 {
        font-size: 1.75em
    }
}

.red {
  color: #7f2f2d;
}

.gold {
  color: #b77f41;
}

.grey {
  color: #807B72;
}

.grey-bg {
  background-color: #807B72;
}

.dark-grey {
  color: #1b1b1b;
}

.green {
  color: #7d927b;
}

.white {
  color: #eee;
}

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}
.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 300;
  font-style: normal;
}

.invalid-feedback {
  color: #802f2d;
  font-weight: 600;
  font-size: 1em;
}

h2 {
  font-weight: 400;
}

h3 {
  font-weight: 400;
}

.justify {
  text-align: justify;
}

/* Honeypot hidden field */
.honeypot {
  display: none;
}