@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap");

html,
body {
  scroll-behavior: smooth;
}

body {
  margin-bottom: 60px;
  font-family: "Lato", sans-serif;
  background-color: #000;
}

:target::before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Newsreader", sans-serif;
  font-weight: 700;
  margin-top: 0;
}

h1 {
  display: none;
}

h2 {
  font-size: 45px;
}

h2 {
  font-size: 30px;
}

blockquote {
  font-style: italic;
  margin: 0 0 2rem;
}

ul {
  list-style: none;
}

ul.no-list {
  padding: 0;
  margin: 0;
}

ul li {
  position: relative;
}

ul:not(.no-list) li::before {
  position: absolute;
  left: -32px;
  top: 0;
  height: 32px;
  width: 32px;
  content: url("../images/bullet-icon.png");
}

p,
ul li,
blockquote cite {
  font-size: 1.2rem;
  font-style: normal;
}

blockquote p {
  margin: 0 0 1rem;
  font-size: 1.6rem;
  font-style: italic;
}

/* Layout */

header {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 2;
}

.skip-link {
  visibility: hidden;
}

article {
  background-color: #fff;
  padding: 40px 20px 60px;
  margin-top: 100vh;
  position: relative;
  z-index: 2;
}

.content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.header__logo-wrapper {
  width: calc(100% - 60px);
  height: 100vh;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 0 auto;
  position: relative;
}

.header__logo {
  max-width: 1257px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(8px 8px 0 black) drop-shadow(0px 4px 0 black);
  filter: drop-shadow(8px 8px 0 black) drop-shadow(0px 4px 0 black);
}

.header__moth {
  margin-bottom: -150px;
  height: auto;
  width: 1200px;
  max-width: 100%;
}

.article-inner {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-inner__section {
  margin-bottom: 30px;
}

.music-embed-containers {
  display: flex;
  gap: 25px;
  margin: 40px 0 -50px;
}

.music-embed-containers iframe:last-of-type {
  height: 477px;
}

.music-embed-containers #player {
  max-width: none;
}

.gallery-swiper.swiper {
  margin-top: 40px;
}

.gallery-image {
  width: 100% !important;
  height: 600px !important;
  object-fit: cover;
}

.gallery-thumbs {
  margin-top: 20px;
}

.thumb-image {
  height: 115px !important;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  transition-property: initial !important;
  filter: grayscale(1);
  cursor: pointer;
}

.thumb-image.swiper-slide-thumb-active {
  filter: grayscale(0);
}

.website-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}

.website-nav__link a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  filter: drop-shadow(8px 8px 0 black) drop-shadow(0px 4px 0 black);
}

.copy-email-wrapper {
  position: relative;
}

.copy-email-wrapper #copy-email-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.copy-email-wrapper #copy-message {
  position: absolute;
  background-color: #000;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: max-content;
  padding: 5px;
  font-size: 1rem;
}

nav.social-links {
  background-color: #fff;
  position: sticky;
  height: 100%;
  top: 0px;
  padding: 20px 0px 20px 0;
  z-index: 2;
}

nav.social-links ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}

nav.social-links li {
  cursor: pointer;
}

.mail-list-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.mail-list-row > img:last-of-type {
  transform: scaleX(-1);
}

.ml-embedded .ml-form-embedHeader {
  display: block !important;
}

/* Particles */

.particles-js-canvas-el {
  position: fixed;
  top: 0;
  z-index: 1;
}

@media only screen and (max-width: 900px) {
  .website-nav ul {
    background-color: #000;
    padding: 10px;
  }

  .mail-list-row {
    justify-content: flex-start;
  }

  .mail-list-row > img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header,
  .header__logo-wrapper {
    height: 550px;
  }

  article {
    margin-top: 550px;
  }

  p,
  ul li,
  blockquote cite {
    font-size: 1rem;
  }

  blockquote p {
    font-size: 1.3rem;
  }

  .website-nav__link a {
    font-size: 1rem;
  }

  .music-embed-containers {
    flex-direction: column-reverse;
    margin-bottom: -10px;
  }

  .music-embed-containers iframe:last-of-type {
    width: 100%;
  }

  .gallery-image {
    height: 300px !important;
  }

  .thumb-image {
    height: 65px !important;
  }
}

@media only screen and (max-width: 550px) {
  .header__moth {
    margin-bottom: -110px;
  }

  .gallery-image {
    height: 275px !important;
  }
}

@media only screen and (max-width: 500px) {
  nav.social-links {
    padding: 10px 0;
  }

  nav.social-links li {
    max-width: 10%;
  }

  nav.social-links li img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 450px) {
  .gallery-image {
    height: 240px !important;
  }
}

@media only screen and (max-width: 450px) {
  .gallery-image {
    height: 220px !important;
  }

  .thumb-image {
    height: 50px !important;
  }
}
