html,
body {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
}

.btn-bd-primary {
    --bd-violet-bg: #b6b300;
    --bd-violet-rgb: 182, 179, 0;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #9c9a00;
    --bs-btn-hover-border-color: #9c9a00;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #b6b300;
    --bs-btn-active-border-color: #9c9a00;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

#background-video {
    filter: brightness(45%);
    align-self: center;
    /* height: 100vh; */
}

#banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    height: calc(var(--vh, 1vh) * 100);
}

#bannerLogo {
    position: absolute;
    width: 80vw;
    align-self: center;
}

#navbar {
    top: 0px;
    height: 88px;
    position: fixed;
    width: 100%;
    background-color: #000000f0 !important;
    z-index: 1000;
    transition: .5s;
}

#navbar.show {
    opacity: 1;
}

#navbar.hide {
    opacity: 0;
}

.whoWeAre-tile {
    background-image: url(./canvasBackground_Dark.png);
}

.profile-image.small {
    height: 180px;
    width: 180px;
    border-radius: 10px 10px 10px 10px;
    /* flex-shrink: 0;
    height: calc(140px + 6vw);
    width: calc(140px + 6vw);
    border: calc(5px + 0.2vw) solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-size: cover;
    box-sizing: border-box;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5); */
}

.profile-image>img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.profile-image.active {
    border-radius: 25px;
    border: 5px solid #ffffff;
    /* background-image: url(./BLISS_BLACK.png),linear-gradient(to right, #BF953F, #FCF6BA, #B38728); */
}

.profile-image.inactive {
    filter: brightness(0.2);
}

#profileDetails{
    background-image: url(./canvasBackground_Dark.png);
    margin-top: 25px;
    background-color: black;
    height: 450px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-radius: 25px;
}

#bioDesciption{
    margin: 0 !important;
}

#upcomingModal{
    background-color: #000000d6 !important;
    display: flex !important;
    justify-items: center;
    align-items: center;
}

#modal{
    background-image: url(./upcoming.jpg);
}

.section-header{
    padding-top: 25px;
}

#imageGallery{
    height: 360px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.gallery-image{
    width: 300px;
    position: absolute;
    border: 10px solid white;
    box-shadow: 5px 5px 20px 10px #00000082;
    transition-duration: .75s;
}

.gallery-image.to-back-left{
    transform: translateX(-350px);
}
.gallery-image.to-back-right{
    transform: translateX(350px);
}

.profile-container{
    height: 525px;
    width: 100%;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 120px;
    margin-bottom: 120px;
}

.profile-name{
    position: absolute;
    color: black;
    top: 180px;
}

.profile-description{
    position: absolute;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    top: 230px;
}

.profile-background-down-left{
    background-image: linear-gradient(to bottom right, #FCF6BA, #BF953F, #FCF6BA);
    height: 595px;
    width: 500px;
    rotate: 75deg;
    z-index: -50;
    border-radius: 150px 0px 0px 0px;
    top: 0px;
    position: absolute;
    box-shadow: 10px 10px 10px #00000082;
}

.profile-background-down-right{
    background-image: linear-gradient(to bottom right, #FCF6BA, #BF953F, #FCF6BA);
    height: 596px;
    width: 500px;
    rotate: 75deg;
    z-index: -50;
    border-radius: 0px 0px 150px 0px;
    top: 0px;
    position: absolute;
    box-shadow: 10px 10px 10px #00000082;
}

.gold-background-horizontal{
  background-image: linear-gradient(to bottom right, #FCF6BA, #BF953F, #FCF6BA);
  height: 450px;
  width: 500px;
  rotate: 0deg;
  z-index: -50;
  border-radius: 150px 0px 150px 0px;
  top: 42px;
  position: absolute;
  box-shadow: 10px 10px 10px #00000082;
  left: -60px;
}

.profile-headshot{
    position: absolute;
    color: black;
    top: -100px;
    box-shadow: 10px 10px 10px #00000060;
    height: 250px;
    border-radius: 25px;
}






.star{
    transition-duration: 1s;
}
.star.animate-up{
    transform: scale(1.5);
}
.star.animate-down{
    transform: scale(1);
}





#colorModeButton{
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 2em;
    border-radius: 50%;
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
    z-index: 1;
    bottom: 10%;
    right: 4%;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
}







.reveal {
    /* position: relative; */
    opacity: 0;
  }
  
  .reveal.active {
    opacity: 1;
  }
  .active.fade-bottom {
    animation: fade-bottom .5s ease-in;
  }
  .active.fade-left {
    animation: fade-left .5s ease-in;
  }
  .active.fade-right {
    animation: fade-right .5s ease-in;
  }

  @keyframes fade-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  





















.cards {
    display: flex;
    padding: 10px 0px;
    list-style: none;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    margin-bottom: 0px;
  }
  
  .card {
    color: black;
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    padding: 20px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0px 10px 0px rgb(0 0 0 / 6%);
    scroll-snap-align: start;
    transition: all 0.2s;
    background-image: linear-gradient(to bottom right, #cbcbcb, #ebebeb, #f9f9f9);
  }

  .card-start{
    background-image: linear-gradient(to bottom right, #FCF6BA, #BF953F, #FCF6BA);
    justify-content: end;
  }
  
.card-content>h2{
    color: white;
}

  .card:not(:last-child) {
    margin-right: 10px;
  }
  
  .cards::-webkit-scrollbar {
    height: 12px;
  }
  
  .cards::-webkit-scrollbar-thumb,
  .cards::-webkit-scrollbar-track {
    border-radius: 92px;
  }
  
  .cards::-webkit-scrollbar-thumb {
    background: var(--darkred);
  }
  
  .cards::-webkit-scrollbar-track {
    background: var(--thumb);
  }




  .contact-button {
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 0%);
    background-color: rgb(255 255 255 / 0%);
    /* margin-top: 24px; */
    /* font-size:22px; */
    position: fixed;
    right: 30px;
    z-index: 900;
  }

  .contact-button.main {
    bottom: 30px;
    transition: 1s;
  }

  .contact-button.show {
    scale: 1.1;
  }

  .contact-button.option{
    border: 1px solid black;
    background-color: rgb(255 255 255);
    filter: drop-shadow(2px 4px 6px black);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-button.option.hidden{
    right: -300px;
  }

  .contact-button.option.one{
    bottom: 100px;
    transition: 1s;
  }

  .contact-button.option.two{
    bottom: 200px;
    transition: .8s;
  }

  .contact-button.option.three{
    bottom: 300px;
    transition: .6s;
  }

  .contact-button.option.four{
    bottom: 400px;
    transition: .4s;
  }