@import url("../colors.css");
header {
  justify-content: space-between;
}
header ham-list {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50%;
}
header ham-list ham-list-content {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  justify-content: space-around;
}

title-card h1 {
  background-color: transparent;
  line-height: 20vh;
  font-size: 25vh;
  font-weight: 900;
}
title-card h1:first-of-type {
  color: rgb(117, 227, 255);
  -webkit-text-stroke: 2px rgb(114, 206, 230);
  text-shadow: 0px 0px 20px rgb(117, 227, 255);
}
title-card h1:last-of-type {
  color: rgb(255, 138, 206);
  -webkit-text-stroke: 2px rgb(255, 164, 180);
  text-shadow: 0px 0px 20px rgb(255, 138, 206);
}

#events div {
  width: 50%;
}
#events div grid-generator {
  gap: 20px;
  justify-content: center;
}
#events div grid-generator card-img {
  background-color: rgba(255, 255, 255, 0.3);
  width: 600px;
  height: 800px;
}
#events div grid-generator card-img img-frame {
  border-radius: 5px;
}
#events div grid-generator card-img content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#events div grid-generator card-img content h3 {
  text-align: center;
  margin: 5px;
  width: 100%;
}
#events div grid-generator card-img content event-summary {
  width: 90%;
  margin: 5px;
  text-align: justify;
}
#events div grid-generator card-img content {
  background-color: var(--secondary-color);
}
#events div grid-generator card-img content button {
  background-color: transparent;
  border: none;
  font-size: large;
}

full-screen-popup {
  overflow-y: scroll;
  background-image: url("../media/background/bg_3.jpg");
  background-size: cover;
}
full-screen-popup full-event-content {
  min-height: 150vh;
}
full-screen-popup full-event-content row {
  background-color: var(--secondary-color);
}
full-screen-popup full-event-content text-column {
  background-color: var(--secondary-color);
  padding: 20px;
  border-radius: 5px;
}

@media screen and (max-width: 500px) {
  header {
    justify-content: space-between;
  }
  title-card {
    justify-content: start;
    height: 50vh;
    max-height: 250px;
  }
  title-card h1 {
    background-color: transparent;
    line-height: 1em;
    font-size: 3em;
    font-weight: 900;
  }
  title-card h1:last-of-type {
    font-size: 2em;
  }
  #events div {
    width: 90%;
  }
  #events div grid-generator {
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  #events div grid-generator card-img {
    height: 600px;
    width: 330px;
    max-width: 95vw;
  }
  #events div grid-generator card-img content {
    overflow-y: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  #events div grid-generator card-img.text content {
    min-height: 95%;
  }
  full-screen-popup full-event-content {
    position: relative;
    top: 50px;
  }
  full-screen-popup full-event-content row {
    width: 80%;
  }
  full-screen-popup full-event-content row h4 {
    margin: 6px 0 6px 0;
  }
  full-screen-popup full-event-content text-column {
    width: 80%;
  }
  full-screen-popup full-event-content text-column h1 {
    margin-top: 5px;
    font-size: 1.5em;
  }
  full-screen-popup full-event-content img {
    width: 90%;
  }
}
@media screen and (min-width: 500px) and (max-width: 1030px) {
  header {
    justify-content: space-between;
  }
  title-card {
    justify-content: start;
    height: 50vh;
    max-height: 250px;
  }
  title-card h1 {
    background-color: transparent;
    line-height: 1em;
    font-size: 3em;
    font-weight: 900;
  }
  title-card h1:last-of-type {
    font-size: 2em;
  }
  #events div {
    width: 90%;
  }
  #events div grid-generator {
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  #events div grid-generator card-img {
    height: 600px;
    width: 330px;
    max-width: 95vw;
  }
  #events div grid-generator card-img content {
    overflow-y: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  #events div grid-generator card-img.text content {
    min-height: 95%;
  }
  full-screen-popup full-event-content {
    position: relative;
    top: 50px;
  }
  full-screen-popup full-event-content row {
    width: 80%;
  }
  full-screen-popup full-event-content row h4 {
    margin: 6px 0 6px 0;
  }
  full-screen-popup full-event-content text-column {
    width: 80%;
  }
  full-screen-popup full-event-content text-column h1 {
    margin-top: 5px;
    font-size: 1.5em;
  }
  full-screen-popup full-event-content img {
    width: 90%;
  }
  title-card {
    justify-content: start;
    height: 100vh;
    max-height: 500px;
  }
  title-card h1 {
    line-height: 1em;
    font-size: 5em;
  }
  title-card h1:last-of-type {
    font-size: 4em;
  }
  #events div grid-generator card-img {
    height: 600px;
    width: 430px;
  }
  full-screen-popup full-event-content {
    position: relative;
    top: 50px;
  }
  full-screen-popup full-event-content row {
    width: 20%;
  }
  full-screen-popup full-event-content row h4 {
    margin: 6px 0 6px 0;
  }
  full-screen-popup full-event-content text-column {
    width: 80%;
  }
  full-screen-popup full-event-content text-column h1 {
    margin-top: 5px;
    font-size: 1.5em;
  }
  full-screen-popup full-event-content img {
    width: 90%;
  }
}
@media screen and (min-width: 1030px) and (max-width: 1500px) {
  title-card {
    justify-content: start;
    height: 100vh;
    max-height: 100vh;
  }
  title-card h1 {
    line-height: 1em;
    font-size: 10vh;
  }
  title-card h1:last-of-type {
    font-size: 10vh;
  }
}/*# sourceMappingURL=index.css.map */