.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-family: 'Sansita', serif;
}

.white-glow {
  box-shadow: 0px 0px 20px 3px rgb(255,255,255);
}

.drew-div {
  text-align: center;
}

.hero-row {
}

.hero-container-spacer {
  height: 95vh;
}

#hero-heading {
  font-size: 9vh;
  opacity: 0;
  text-shadow: 0px 0px 13px rgba(0,0,0,0.41);
}

#hero-heading-div {
  /*background: radial-gradient(rgba(0,0,0,0.4) 0%, rgba(255,255,255,0) 58%);*/
  border-radius: 113px;
  margin-top: 70px;
}

#three-container {
  background: linear-gradient(to bottom, var(--skypurplelight), var(--skyorange));
  height: 100dvh;
  /*z-index: -10;*/
  position: sticky;
  top: 0px;
  /*position: -webkit-sticky;*/
  padding: 0px;
  overflow: hidden;
  width: 100%;
}

#after-hero {
  background: var(--skypurplelight);
}

.main-content {
  /*--bs-body-bg: #400045;*/
  /*background: #400045;*/
  min-height: 100vh;
  display: flex;
  /*width: 100vw;*/
  transition: height 0.5s ease;
}

.container-centered {
  margin-top: auto;
  margin-bottom: auto;
}

#hero-section {
  background: rgba(255,255,255,0);
}

#nav-div {
  border-radius: 30px;
  background: var(--bs-primary-border-subtle);
  overflow: auto;
  display: flex;
}

.scrolled {
  background: rgba(69,29,155,0);
}

body {
  --brandtwo: #c25252;
  --brandthree: #F4A796;
  --brandfive: #FFEEEA;
  --skypurple: #400045;
  --brandfour: #FBF6FF;
  --secondsection: #006472;
  --thirdsection: #00691d;
  --fourthsection: #6d6200;
  --skyorange: #cc7d33;
  --skypurplelight: #9F35F5;
  --textboxdropshadow: rgba(255,255,255,0.14);
  --box-shadow-colour: rgba(0,0,0,0.36);
}

#second-section {
  /*background: linear-gradient(var(--skypurplelight), rgba(153,0,255,0) 19%, rgba(153,0,255,0) 83%, var(--skypurplelight));*/
}

#third-section {
  /*background: linear-gradient(var(--skypurplelight) 0%, rgba(194,173,196,0) 25%, rgba(178,152,180,0) 74%, var(--skypurplelight));*/
  overflow: hidden;
}

#end-stopper {
  position: fixed;
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  bottom: -100px;
  height: 100px;
  z-index: 10;
}

#footer-home {
  background: var(--thirdsection);
  color: rgb(255,255,255);
}

.text-box-homepage {
  border-radius: 30px;
  padding-left: 25px;
  padding-bottom: 12px;
  padding-right: 25px;
  padding-top: 18px;
}

.homepage-row {
}

#three-scroll-box {
  height: 200vh;
  position: absolute;
  z-index: -10;
  overflow: clip;
  width: 100%;
}

.btn-circle {
  transition: all 1s ease-out;
  margin: 20px;
  padding: 25px 12px;
  border-radius: 200px;
  /*box-shadow: 0px 0px 8px 2px;*/
  border-color: var(--textboxdropshadow);
  background: rgba(255,255,255,0);
}

.btn-circle:hover {
  box-shadow: 0px 0px 20px 12px;
}

.canvas {
  width: 100%;
}

.big-heading {
  font-size: calc(3em + 1.5vw);
  text-align: center;
}

[emphasis] {
  display: inline-block;
  transform-origin: center;
}

#website-fade-overlay {
  height: 100%;
  position: absolute;
  z-index: -9;
  width: 100%;
}

#container-scene-div {
  /*background: linear-gradient(var(--skypurplelight), var(--skypurplelight) 100%);*/
  position: absolute;
  /*transform: translateZ(-670px);*/
  z-index: -10;
  height: 100vh;
  width: 100%;
}

.box-shadow {
  box-shadow: 0px 0px 40px 40px var(--box-shadow-colour);
  background: var(--box-shadow-colour);
  border-radius: 62px;
}

#fourth-section {
  background: linear-gradient(var(--thirdsection), var(--fourthsection));
}

#website-scene-div {
  /*background: linear-gradient(var(--skypurplelight), var(--skypurplelight) 100%);*/
  position: absolute;
  /*transform: translateZ(-670px);*/
  z-index: -10;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  /*box-shadow: inset 0px 0px 100px var(--skypurplelight);*/
}

.scroll_image {
  /*box-shadow: var(--box-shadow-colour);*/
}

#demo-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  /*position: fixed;*/
  /*left: 0;*/
  right: 0;
  /*top: 0;*/
  /*bottom: 0;*/
  z-index: -1;
  /*z-index: -5;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*width: 100vw;*/
  /*min-width: 100%;*/
  /*min-height: 100%;*/
  /*top: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  position: absolute;
  /*height: 100vh;*/
  /*width: auto;*/
}

.spacer-div {
  height: 150px;
  width: 100%;
  background: var(--skypurplelight);
}

.post-hero-spacer {
  height: 50vh;
  background: linear-gradient(rgba(204,125,51,0), var(--skyorange) 100%);
}

@media (max-width: 440px) {
  .main-content {
    /*height: 930px;*/
  }
}

.text-shadow-medium {
  text-shadow: 0px 0px 20px rgb(0,0,0);
}

.text-shadow-dark {
  text-shadow: 0px 0px 20px rgb(0,0,0), 0px 0px 20px rgb(0,0,0);
}

.section-backdrop {
  position: absolute;
  z-index: -15;
  width: 100%;
  height: 100vh;
  background: var(--skypurplelight);
}

.faded-img {
  mask-image: linear-gradient(black 70%, transparent);
  /*mask-size: 20%;*/
}

.comparison-img {
  height: auto;
  position: absolute;
  width: 100vw;
  max-width: 100%;
  display: inline;
}

.z-neg-5 {
  z-index: -5;
}

.comparison-div {
  background: url("../../assets/img/projects/audio/cropped%20audio%202020.jpg") top / cover space;
  width: 100%;
  position: absolute;
  height: 100%;
}

.website-comparison {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.compare-img {
  height: 100%;
  width: auto;
}

.vh-120 {
  /*background: var(--skypurplelight);*/
  height: 120vh;
}

.bg-purple {
  background: var(--skypurplelight);
}

.comparison-section {
  /*height: auto;*/
  overflow: hidden;
  /*aspect-ratio: 16 / 15;*/
  display: flex;
}

#new-website {
  right: 0;
}

#old-website {
  /*left: 0;*/
}

#old-website-img {
  right: 0;
  top: 0;
  /*float: right;*/
}

.image-fit {
  width: 100%;
}

.mask-gradient-bottom {
  -webkit-mask-image: linear-gradient(black 70%, transparent);
  mask-image: linear-gradient(black 70%, transparent);
  position: relative;
}

#top-image {
  --mask-position: 50%;
  -webkit-mask-image: linear-gradient(to left, black var(--mask-position), transparent var(--mask-position));
  mask-image: linear-gradient(to left, black var(--mask-position), transparent var(--mask-position));
}

.absolute-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: auto;
}

#bottom-image {
  --mask-position: 50%;
  -webkit-mask-image: linear-gradient(to right, black var(--mask-position), transparent var(--mask-position));
  mask-image: linear-gradient(to right, black var(--mask-position), transparent var(--mask-position));
}

.main-content.half {
  min-height: 60vh;
}

.paint-bg {
  background: url("../../assets/img/paint%20background.jpg");
  background-size: cover;
}

.nav-spacer {
  height: 55px;
  background: var(--skypurplelight);
}

.box-shadow-lg {
  box-shadow: 0px 0px 16px 0px rgb(0,0,0);
}

.navbar-dark, .navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgb(231,231,231);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar {
}

.margin-0 {
  margin: 0px;
}

.padding-0 {
  padding: 0px;
}

.label-page-header {
  /*font-size: 7vh;*/
  /*-webkit-background-clip: text;*/
  /*color: #000000;*/
  /*-webkit-text-fill-color: transparent;*/
  /*background: url("../../assets/img/projects/labels/wavy_labels.webp") left;*/
  /*background-clip: text;*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  width: 100%;
  height: 100%;
  text-align: left;
}

@media (min-width: 300px) {
  .label-page-header {
    font-size: 7vh;
  }
}

@media (min-width: 576px) {
  .label-page-header {
    font-size: 10vh;
    font-family: Sansita, sans-serif;
    font-style: italic;
  }
}

.mask-text {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vh-50 {
  height: 50vh;
}

.label-hero-mask {
  backdrop-filter: opacity(1) blur(35px) brightness(137%);
  -webkit-backdrop-filter: opacity(1) blur(35px) brightness(137%);
  background: url("../../assets/img/projects/labels/bbl_passthrough.svg") center / cover;
}

.bbl-surround-div {
  background: var(--skypurplelight);
  height: 100%;
  width: 100%;
}

section {
}

.label-lineup-scroll {
  background: url("../../assets/img/projects/labels/container%20banner.webp") center / contain repeat-x;
  height: 50vh;
  background-position-x: 10px;
  margin-bottom: 25px;
}

@media (min-width: 300px) {
  .portfolio-section-title {
    font-size: 3em;
  }
}

@media (min-width: 768px) {
  .portfolio-section-title {
    font-size: 3.5em;
  }
}

.text-shadow-large {
}

@media (min-width: 300px) {
  .switchboard-header {
    height: 20vh;
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .switchboard-header {
    height: 40vh;
    padding-right: 50px;
    padding-left: 50px;
  }
}

.scroll-behind-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background: var(--brandfive);
  z-index: -10;
}

@media (min-width: 300px) {
  .nav-button {
    /*background: var(--skypurplelight);*/
    /*border-radius: 14px;*/
    /*box-shadow: 0px 0px 11px 3px var(--bs-black);*/
    /*margin-right: 17px;*/
  }
}

@media (min-width: 768px) {
  .nav-button {
    border-radius: 14px;
    box-shadow: 0px 0px 11px 0px var(--bs-black);
    margin-right: 17px;
    backdrop-filter: blur(35px) brightness(47%);
    -webkit-backdrop-filter: blur(35px) brightness(47%);
  }
}

.videography-button {
  margin-bottom: 14px;
}

