.sections {
  width: 100vw;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sections.player {
  height: -moz-max-content;
  height: max-content;
  min-height: 600px;
  flex-direction: column;
  justify-content: space-between;
}
.sections.contact {
  height: -moz-max-content;
  height: max-content;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.sections.contact .section-wrapper {
  height: 100%;
  min-height: 450px;
}

.section-wrapper {
  width: 80%;
  height: 80%;
  min-height: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.section-wrapper.single-element {
  height: -moz-max-content;
  height: max-content;
}

.pagination {
  font-family: "Share Tech Mono", monospace;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.pagination.mail {
  color: #00e5ff;
}
.pagination span {
  margin-left: 5px;
  width: 80px;
  height: 0.9px;
  background-color: white;
}
.pagination span.mobile {
  display: none;
}
.pagination span.xmobile {
  display: none;
}

.section-titles {
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.1;
}
.section-titles.mobile {
  display: none;
}

.pagination-wrapper {
  align-self: flex-start;
}
.pagination-wrapper #music-title {
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.1;
}

.section-descriptions {
  font-family: "Rajdhani", sans-serif;
  font-size: 17px;
}

.flex-wrapper {
  height: 80%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-wrapper .flex-pannels {
  width: 49%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-wrapper #right-pannel {
  justify-content: center;
}
.flex-wrapper #right-pannel img {
  width: 100%;
}
.flex-wrapper #concert-poster {
  width: 80%;
}

.players {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
}
.players iframe {
  width: 100%;
  min-width: 300px;
  height: 340px;
}

#tags-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  font-family: "Share Tech Mono", monospace;
  font-size: 17px;
  margin-top: 30px;
}

#social-wrapper {
  margin-top: 20px;
  width: 420px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
}
#social-wrapper .social-link {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 200px;
  height: 70px;
  background-color: transparent;
  border: 1px solid rgba(0, 229, 255, 0.4078431373);
  position: relative;
  transition: all 0.2s ease-in-out;
}
#social-wrapper .social-link:hover {
  border: 1px solid #00e5ff;
  transform: translateX(2px);
}
#social-wrapper .social-link a {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Share Tech Mono", monospace;
  text-decoration: none;
  font-size: 23px;
  color: white;
}
#social-wrapper .social-link a svg {
  width: 35px;
  height: 35px;
  fill: white;
}

@media (max-width: 1350px) {
  .section-wrapper {
    width: 80%;
  }
}
@media (max-width: 1111px) {
  .section-titles {
    font-size: 45px;
    letter-spacing: 3px;
  }
  .section-descriptions {
    font-size: 15px;
  }
}
@media (max-width: 940px) {
  .sections {
    height: 80vw;
    height: -moz-max-content;
    height: max-content;
    margin: 30px 0;
  }
  .section-wrapper {
    height: 100%;
  }
  .section-wrapper .pagination-wrapper .pagination .mobile {
    display: block;
  }
  .flex-wrapper {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .flex-wrapper .flex-pannels {
    width: 100%;
    height: 40%;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 35px;
  }
  .flex-wrapper .flex-pannels .pagination .mobile {
    display: block;
  }
  .flex-wrapper .flex-pannels .section-descriptions {
    text-align: center;
  }
  .flex-wrapper .flex-pannels .section-titles {
    display: none;
  }
  .flex-wrapper .flex-pannels .section-titles.mobile {
    display: block;
    text-align: center;
  }
  .flex-wrapper .xmobile {
    display: block !important;
  }
  .flex-wrapper #right-pannel img {
    width: 100%;
  }
  #tags-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto;
  }
  .tag {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pagination-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
  }
  .pagination-wrapper #music-title {
    text-align: center;
  }
}
@media (max-width: 740px) {
  #bandcamp-player {
    min-width: 280px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .section-titles {
    font: 30px;
  }
  #news {
    height: -moz-max-content;
    height: max-content;
  }
  #news #concert-poster {
    width: 100% !important;
  }
  .section-descriptions {
    font-size: 15px;
    margin-top: 35px;
  }
  .sections.contact .section-wrapper .flex-wrapper .flex-pannels #social-wrapper {
    width: 300px;
    position: relative;
  }
  .sections.contact .section-wrapper .flex-wrapper .flex-pannels #social-wrapper .social-link {
    width: 140px;
  }
  .sections.contact .section-wrapper .flex-wrapper .flex-pannels #social-wrapper .social-link a {
    font-size: 15px;
  }
  .sections.contact .section-wrapper .flex-wrapper .flex-pannels #social-wrapper .social-link a svg {
    display: block;
  }
}
@media (max-width: 500px) {
  #music-title {
    font-size: 25px !important;
  }
}
@media (max-width: 440px) {
  .sections {
    height: 700px;
  }
  .section-wrapper {
    justify-content: space-between;
  }
  .flex-pannels {
    height: 60% !important;
  }
  .pagination span {
    display: none;
  }
  .pagination span.mobile {
    display: none !important;
  }
  .section-titles {
    font-size: 25px;
    text-align: center;
  }
}/*# sourceMappingURL=sections.css.map */