html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
}

body.active {
  position: fixed;
}

.header {
  display: none;
}

.desktop-nav {
  display: none;
}

.mobile-nav {
  height: 3rem;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #272a31;
}

.mobile-menu-item {
  color: #ec5242;
}

.mobile-menu {
  position: fixed;
  top: 6%;
  left: -100%;
  height: 100vh;
  width: 80%;
  background-color: #4c4b4b;
}

.mobile-menu.active {
  left: 0;
}

.menu-icon.active .bar:nth-child(2) {
  opacity: 0;
}

.menu-icon.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-icon.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hamburger-icon.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger-icon.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.main-page {
  background-image: url(./assets/mobile/mobile-background.png);
  background-size: cover;
  background-repeat: repeat;
}

.welcome {
  font-size: 30px;
  font-family: "COCOGOOSE", sans-serif;
  line-height: 1.3;
  background: linear-gradient(to right, #e70e02, #fd5200, #f8961e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  padding: 0 8px;
}

.description {
  border: 5px white solid;
  padding: 4px;
  background-color: #fbfefb;
  font-family: "lato", sans-serif;
  color: #4c4b4b;
}

.event-date {
  font-family: 'COCOGOOSE', sans-serif;
  color: #4c4b4b;
  font-size: 25px;
}

.event-location {
  font-family: 'lato', sans-serif;
  color: #4c4b4b;
}

.about-page {
  background-color: #272a31;
  background-image: url(./assets/mobile/event-program-bg.png);
}

.orange-bar {
  display: block;
  height: 2px;
  width: 3rem;
  background-color: #ec5242;
}

.section {
  background-color: #ffffff19;
  border: 1px #ffffff19 solid;
  width: 90vw;
}

.activity-name {
  color: #ec5242;
  margin: 0 1rem;
  width: 45%;
}

.join-section {
  width: 65%;
  background-color: #ec5242;
}

.join {
  font-family: 'lato', sans-serif;
  color: white;
}

.performer-post {
  color: #ec5242;
  font-family: 'lato', sans-serif;
  line-height: 16px;
}

.performer-name {
  font-family: 'lato', sans-serif;
}

.performer-para {
  line-height: 13px;
  font-size: 11px;
}

.performer-bg {
  position: relative;
  background-image: url(assets/mobile/performers/chess-dark.jpg);
  background-size: 80px;
  height: 60px;
  width: 50px;
  left: 0;
  max-width: 40%;
}

.performer-img {
  position: relative;
  left: 20px;
  top: 5px;
}

.gray-bar {
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: gray;
  margin: 0.5rem 0;
}

.performer-right {
  max-width: 50%;
  margin-right: 1rem;
}

.show-more {
  width: 100%;
}

.show-more.active {
  display: none;
}

@media all and (min-width: 768px) {
  .header {
    display: block;
    background-color: #3e3e3e;
    height: 2rem;
  }

  .mobile-menu {
    display: none;
  }

  .desktop-nav.active {
    position: fixed;
  }

  .bordered {
    border: #ec5242 3px solid;
  }

  .desktop-nav-item {
    font-size: 12px;
    color: #3e3e3e;
  }

  .campaign {
    color: #ec5242;
  }

  .desktop-nav-item:hover {
    color: #ec5242;
  }

  .hamburger-icon {
    display: none;
  }

  .mobile-nav {
    visibility: hidden;
    height: 3rem;
  }

  .header-bar {
    padding-right: 8rem;
  }

  .header-item {
    color: white;
  }

  .header-item:hover {
    color: #ec5242;
  }

  .main-page {
    background-image: url(./assets/desktop/desktop-background.png);
    background-size: cover;
    background-repeat: repeat;
  }

  .event-section {
    width: 90vw;
  }

  .section {
    width: 20%;
  }

  .activity-name {
    color: #ec5242;
    width: 40%;
  }

  .work-exhi {
    margin-left: -1rem;
  }

  .ignite {
    width: 60%;
  }

  .performers-main-container {
    width: 90vw;
    margin: 0 auto;
  }

  .performers-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
  }

  .performer-bg {
    position: relative;
    background-image: url(assets/mobile/performers/chess-white.png);
    background-size: 80px;
    height: 60px;
    width: 50px;
    left: 0;
    max-width: 40%;
  }
}
