@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);

.orb-canvas,
.overlay,
body {
  height: 100%;
  width: 100%
}

.overlay__btn,
.overlay__btn:hover {
  color: var(--light-color);
  text-decoration: none
}

#nav,
.overlay {
  box-shadow: 0 .75rem 2rem 0 rgba(0, 0, 0, .1)
}

#navbarDropdown,
#services ul li a,
.overlay__btn,
.overlay__btn:hover {
  text-decoration: none
}

#navbarDropdown,
#services ul li a,
body {
  color: var(--dark-color)
}

:root {
  --dark-color: hsl(var(--hue), 100%, 9%);
  --light-color: hsl(var(--hue), 95%, 98%);
  --base: hsl(var(--hue), 95%, 50%);
  --complimentary1: hsl(var(--hue-complimentary1), 95%, 50%);
  --complimentary2: hsl(var(--hue-complimentary2), 95%, 50%);
  --font-family: "Roboto", system-ui;
  --bg-gradient: linear-gradient(to bottom,
      hsl(var(--hue), 95%, 99%),
      hsl(var(--hue), 95%, 84%))
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  height: 100%
}

body {
  font-family: var(--font-family)
}

.orb-canvas {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  background: var(--bg-gradient);
  z-index: -1
}

strong {
  font-weight: 600
}

.overlay {
  background: rgba(255, 255, 255, .375);
  border: 1px solid rgba(255, 255, 255, .125);
  padding-top: 5em
}

.overlay__btn,
.text-gradient {
  background-image: linear-gradient(45deg, var(--base) 25%, var(--complimentary2))
}

#header .overlay {
  padding-top: 0
}

.overlay__title {
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 700;
  letter-spacing: -.025em;
  margin-bottom: 2rem
}

.text-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent
}

.overlay__description {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 3rem
}

.overlay__btn {
  width: 50%;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 1.25rem;
  transition: transform 150ms;
  outline-color: hsl(var(--hue), 95%, 50%)
}

.overlay__btn:hover {
  transform: scale(1.05);
  cursor: pointer
}

h2 {
  font-weight: 400
}

#navbarDropdown,
#services ul li a,
.nav-goddess a,
.nav-item a,
p {
  font-size: 1.5em;
  font-weight: 300
}

.rotated {
  transform: rotate(45deg)
}

button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus {
  border-style: outset;
  outline: 0
}

.navbar-brand {
  padding: 0
}

#nav {
  padding: .5em;
  margin-top: 2em;
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(255, 255, 255, .125);
  backdrop-filter: blur(8px)
}

#logo {
  height: 2em;
  padding-left: 1.5em
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: center
}

.nav-goddess,
.nav-item {
  margin-top: 1em
}

.nav-goddess a,
.nav-item a {
  padding: .2em 0;
  text-decoration: none;
  color: var(--dark-color);
  margin-top: 1em
}

#navbarDropdown {
  margin-top: 0;
  padding: 0;
  height: auto
}

.dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%
}

.dropdown-menu {
  width: 100%;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.dropdown-menu a {
  text-align: center
}

#navbar-toggler-icon {
  background-color: #fff
}

.navbar-toggler {
  border: none;
  outline: 0;
  border-color: transparent !important
}

#header-container {
  height: 100vh;
  display: flex;
  justify-content: center
}

#header {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

#header-test,
.scroll-item,
.scroll-item canvas {
  width: 100%;
  top: 0;
  left: 0
}

#header-test {
  position: absolute;
  height: 100vh
}

#header-content button {
  width: 274px;
  height: 69px;
  background: linear-gradient(270deg, #7fe2fb 0, #d66afc 100%);
  border: none;
  border-radius: 40px;
  font-size: 2em;
  margin-top: 2em
}

#header-logo {
  display: none
}

.scroll-item {
  height: 100%;
  position: relative
}

.scroll-item canvas {
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 30%
}

#scroll-item-content-wrapper {
  height: 100%
}

.scroll-item:not(:first-child) {
  display: flex;
  justify-content: center;
  align-items: center
}

.scroll-item:not(.active) {
  opacity: 0;
  visibility: hidden
}

#service-tabs {
  display: flex;
  justify-content: space-between
}

#contact-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

#contact-form input,
#contact-form textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid;
  border-radius: 0;
  margin-bottom: 1em
}

#contact-form input:focus,
#contact-form textarea:focus {
  border-color: var(--complimentary1);
  -webkit-box-shadow: none;
  box-shadow: none
}

#footer {
  position: absolute;
  bottom: 0;
  font-size: 1em
}

@media (min-width:768px) {
  h1 {
    font-size: 5em
  }
}

@media (prefers-contrast:high) {
  .orb-canvas {
    display: none
  }
}

@media only screen and (min-width:768px) {

  .overlay,
  .scroll-item:not(:first-child) {
    padding-top: 0
  }

  #nav {
    padding: .5em 7.5em;
    margin-top: 0;
    background: 0 0;
    box-shadow: none;
    border: none;
    backdrop-filter: none
  }

  .nav-item {
    margin-top: .5em
  }

  .nav-item:not(:last-child) {
    padding-right: 8em
  }

  #logo {
    height: 2em;
    padding-left: 0
  }

  .overlay {
    height: calc(100% - 9em);
    width: calc(100% - 9em);
    border-radius: 3em
  }

  #scroll-item-content-wrapper {
    flex-direction: row;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
  }

  .scroll-item {
    position: fixed;
    height: 100vh
  }

  .overlay__btn {
    width: 20%
  }

  #goddesses-site-link {
    white-space: nowrap
  }

  .dropdown-menu {
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 .75rem 2rem 0 rgba(0, 0, 0, .1);
    border: 1px solid rgba(255, 255, 255, .125);
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
    border-radius: .5em
  }

  #header-logo {
    display: block
  }
}