body, html {
  font-family: "Merriweather", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
}

.divider::before {
  position: relative;
  left: 0;
  transform: translateY(-50%);
  height: 200px;
  margin-bottom: -200px;
  content: "";
  display: block;
  z-index: 10;
  pointer-events: none;
  animation: wave 27s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

.divider-black::before {
  background: url("/images/divider_black.svg") repeat-x center;
}

.divider-light::before {
  background: url("/images/divider_white.svg") repeat-x center;
}

.divider-orange::before {
  background: url("/images/divider_orange.svg") repeat-x center;
}

.divider {
  position: relative;
}
.divider .container {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.header {
  text-align: center;
  display: block;
  padding-bottom: 2em;
  font-size: 2em;
  font-weight: 800;
  font-style: italic;
  color: white;
}

.header::before {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2.5em; /* Adjust height as necessary */
  background: url("/images/underline_alt_1.svg") no-repeat center;
  background-size: contain;
  z-index: -1;
  margin-top: -0.8em;
}
@media (min-width: 576px) {
  .header::before {
    width: 100%;
  }
}

.applemusic {
  background-image: url("/images/apple_music.jpg");
  background-size: cover;
  background-position: center;
  border: 0;
  background-color: transparent;
}

.spotify {
  background-image: url("/images/spotify.jpg");
  background-size: cover;
  background-position: center;
  border: 0;
  background-color: transparent;
}

.instagram {
  background-image: url("/images/instagram.png");
  background-size: cover;
  background-position: center;
  border: 0;
  background-color: transparent;
}

.tiktok {
  background-image: url("/images/tiktok.webp");
  background-size: cover;
  background-position: center;
  border: 0;
  background-color: transparent;
}

.linkedin {
  background-image: url("/images/linkedin.jpg");
  background-size: cover;
  background-position: center;
  border: 0;
  background-color: transparent;
}

#works {
  background: #E07A5F;
}
#works .container {
  display: block;
  text-align: center;
  padding-top: 6em;
  padding-bottom: 6em;
}
@media (min-width: 576px) {
  #works .container {
    padding-top: 10em;
    padding-bottom: 10em;
  }
}
#works .container .work {
  display: flex;
  gap: 2em;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2em;
  margin: 0 auto;
}
@media (min-width: 576px) {
  #works .container .work {
    gap: 2em;
  }
}
#works .container .work .image {
  background: white;
  content: " ";
  display: inline-block;
  border-radius: 1.5em;
}
#works .container .work .tile-small {
  width: 100%;
  height: 17em;
  margin-bottom: 1em;
  background: white;
  background-image: url("/images/tile_small_one.JPG");
  background-size: cover;
  background-position: center;
  content: " ";
  display: inline-block;
  border-radius: 0.5em;
}
@media (min-width: 576px) {
  #works .container .work .tile-small {
    width: 15em;
    height: 19em;
  }
}
@media (min-width: 768px) {
  #works .container .work .tile-small {
    width: 20em;
    min-width: 20em;
    height: 20em;
    min-height: 20em;
  }
}
#works .container .work .tile-small h3 {
  font-size: 1.5em;
  margin: 0;
  margin-top: 1em;
  display: none;
}
#works .container .work .tile-small.two {
  background-image: url("/images/tile_small_two.jpg");
}
#works .container .work .tile-small.three {
  background-image: url("/images/tile_small_three.jpeg");
}
#works .container .work .tile-small.four {
  background-image: url("/images/tile_small_four.png");
}
#works .container .work .description {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  color: #dddddd;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0.5em;
  display: flex;
  height: 100%;
  transition: 0.2s;
  display: flex;
  gap: 0;
  flex-direction: column;
  justify-content: end;
}
#works .container .work .description:hover {
  opacity: 1;
  transition: 0.2s;
  transform: opacity;
}
#works .container .work .description p {
  display: inline-block;
  align-self: flex-end;
  margin-top: 0;
  padding-top: 1em;
  align-items: center;
  display: inline-block;
  align-self: flex-end;
  justify-content: center;
  font-size: 1em;
  padding: 1em;
  padding-bottom: 0.5em;
}
@media (min-width: 576px) {
  #works .container .work .description p {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  #works .container .work .description p {
    font-size: 1.3em;
  }
}
#works .container .work .description.inset {
  position: absolute;
  top: -1em;
  left: -21em;
  height: 5em;
  background-color: #f6f0df;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
  color: #353839;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#works .container .work button {
  color: transparent;
  border: 0;
  cursor: pointer;
  font-size: large;
  background-image: url("/images/play-button.png");
  background-size: contain;
  background-color: transparent;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  opacity: 0.5;
}
#works .container .work .playing {
  background-color: #81B29A;
  border-radius: 0.25em;
  opacity: 1;
}
#works .waveform, #works .waveform-4, #works .waveform-3, #works .waveform-2, #works .waveform-1 {
  display: none;
  content: " ";
  width: 100%;
  position: relative;
  border-radius: 3.5em;
  height: 3em;
  top: -1em;
  right: 0em;
  background: url("/images/waveform_1.svg") no-repeat center;
  background-size: contain;
  border: 0;
  opacity: 1;
  margin-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: rgba(255, 255, 255, 0.396) !important;
}
#works .waveform:hover, #works .waveform-4:hover, #works .waveform-3:hover, #works .waveform-2:hover, #works .waveform-1:hover {
  background-color: #ffc9c9;
  cursor: pointer;
}
#works .waveform-1 {
  background: url("/images/waveform_1.svg") no-repeat center;
  background-size: contain;
  background-color: #ffc9c9;
}
#works .waveform-2 {
  background: url("/images/waveform_2.svg") no-repeat center;
  background-size: contain;
}
#works .waveform-3 {
  background: url("/images/waveform_3.svg") no-repeat center;
  background-size: contain;
}
#works .waveform-4 {
  background: url("/images/waveform_4.svg") no-repeat center;
  background-size: contain;
  background-color: white;
}
#works .header {
  text-align: center;
  display: block;
  font-size: xxx-large;
  padding-bottom: 1em;
}
#works .footer {
  text-align: center;
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0em;
  padding-top: 0em;
}

#hero {
  height: 40em;
  content: " ";
  background-image: url("/images/hero.jpg");
  background-size: cover;
  background-position: center;
}
@media (min-width: 576px) {
  #hero {
    height: 50em;
  }
}

#about {
  font-size: 1.3em;
}
#about h1, #about p {
  padding: 0.1em;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#about h1 {
  font-size: xx-large;
}
@media (min-width: 576px) {
  #about h1 {
    font-size: xxx-large;
  }
}
#about p {
  font-size: 1em;
}
@media (min-width: 576px) {
  #about {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  #about {
    font-size: 2em;
  }
}
#about .container {
  color: #F4F1DE;
}
@media (min-width: 576px) {
  #about .container {
    padding-left: 4em;
    padding-right: 4em;
    width: 60%;
    margin: 0 auto;
  }
}
#about .music-services {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 3em;
}
@media (min-width: 576px) {
  #about .music-services {
    width: 50%;
  }
}
#about .music-services button {
  display: inline-block;
  width: 10em;
  height: 10em;
  margin: 0 auto;
  padding: 1em;
}
#about::after {
  content: " ";
  background: url("/images/test.png");
  background-position: center center;
  transform: translateZ(-1px) scale(1.5);
  /* Force the background image to fill the whole element. */
  background-size: tile;
  /* Keep the image from overlapping sibling elements. */
  z-index: -100;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#services {
  background-color: #F4F1DE;
}
#services .services {
  width: 100%;
  text-align: center;
  font-size: 1em;
  color: #3D405B;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  #services .services {
    font-size: 1.25em;
  }
}
#services .services .vertical {
  display: inline-block;
}
#services .services .vertical .service {
  display: block;
  margin: 1em auto;
  text-align: left;
}
#services .services .vertical .service:nth-child(1) {
  background-color: #F2CC8F;
}
#services .services .vertical .service:nth-child(2) {
  background-color: #81B29A;
}
#services .services .vertical .service:nth-child(3) {
  background-color: #E07A5F;
}
#services .services .service {
  display: inline-block;
  width: 80%;
  margin: auto 1em;
  top: 0;
  padding: 1em;
  border-radius: 1.5em;
  text-align: left;
  background-color: #E07A5F;
}
@media (min-width: 576px) {
  #services .services .service {
    width: 20em;
    margin: 0.5em 1em;
  }
}
#services .services > p {
  width: 90%;
  margin: 0 auto;
}
#services .header {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  display: block;
  font-size: xxx-large;
}
@media (min-width: 576px) {
  #services .header {
    padding-top: 3em;
  }
}
#services .footer {
  text-align: center;
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0em;
  padding-top: 3em;
}

#testimony {
  font-size: 1em;
}
#testimony .container {
  color: #F4F1DE;
}
@media (min-width: 576px) {
  #testimony .container {
    padding-left: 4em;
    padding-right: 4em;
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  #testimony {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  #testimony {
    font-size: 2em;
  }
}
#testimony p {
  width: 90%;
  padding: 0.25em;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#testimony .gallery {
  background: transparent;
  overflow: hidden;
  height: 400px;
}
#testimony .gallery-cell {
  width: 70%;
  font-size: large;
  height: 400px;
  margin-right: 10px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  #testimony .gallery-cell {
    width: 95%;
    font-size: x-large;
  }
}

#contact {
  width: 100%;
}
#contact .container {
  padding-bottom: 1em;
  padding-top: 10em;
}
#contact .email-container {
  margin-top: 3em;
  margin-bottom: 6em;
  display: block;
}
#contact .email-container .email {
  position: absolute;
  display: block;
  width: 20em;
  margin: 0 auto;
  top: 6em;
  left: calc(50% - 10em);
  cursor: pointer;
  background: #D9D9D9;
  border-bottom: 13px solid #808080;
  box-shadow: 0px 42px 64.3px -35px rgba(0, 0, 0, 0.25);
  border-radius: 80px;
  font-style: italic;
  font-weight: 800;
  line-height: 80px;
  font-size: 1em;
  color: #000000;
}
@media (min-width: 576px) {
  #contact .email-container .email {
    top: 3.5em;
  }
}
@media (min-width: 576px) {
  #contact .email-container .email {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  #contact .email-container .email {
    font-size: 2em;
  }
}
#contact .email-container .email:hover {
  background: #D9D9D9;
  border-bottom: 0;
  margin-top: 13px;
}
#contact .socials {
  display: block;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 2.5em;
}
#contact .socials .social {
  display: inline-block;
  width: 10em;
  height: 10em;
  margin: 0 auto;
}

.icons button {
  cursor: pointer;
  width: 4.5em !important;
  height: 4.5em !important;
  padding: 3em !important;
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
  opacity: 1;
}
.icons button:hover {
  opacity: 1;
  box-shadow: 0 0 0 0.5em #F4F1DE;
  transition: 0.1s;
  transition-property: opacity;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -1600px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}/*# sourceMappingURL=style.css.map */