@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Inline+One:ital@0;1&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
  margin: 0;
  padding: 0;
  background-color: rgb(229, 79, 79, 1);
  background-image: linear-gradient(rgb(60, 46, 222, 1), rgb(229, 79, 79, 1));
  background-repeat: no-repeat;
  min-height: 650px;
}

main {
  background-color: white;
  max-width: 1200px;
  min-height: 600px;
  text-align: center;
  margin: 0 auto;
  font-family: 'Open Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS',
    sans-serif;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  max-width: 1000px;
  margin: 0 auto;
}

.container-2 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  max-width: 1200px;
  margin: 0 auto;
}
.block {
  animation-duration: 1s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-right: 100%;
    width: 300%;
  }

  to {
    margin-right: 0%;
    width: 100%;
  }
}
footer {
  background-color: #151515;
  color: white;
  text-align: center;
  font-family: 'Open Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS',
    sans-serif;
  height: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: 15px;
}
/*----- LINK STYLES --------------------*/
a {
  text-decoration: none;
  color: rgb(229, 79, 79, 1);
}
.purple {
  color: #3a0056;
}

.inactive {
  cursor: not-allowed;
}
/*----- FORMATTING --------------------*/
h1,
h2,
h3 {
  font-family: 'Jost' 'Open Sans', 'Gill Sans', 'Gill Sans MT', Calibri,
    'Trebuchet MS', sans-serif;
}
.bottom {
  margin-bottom: 10px;
}
.top {
  margin-top: 0;
}

h1 {
  text-align: center;
  font-size: 50px;
}
h2 {
  color: #650095;
}
h3 {
  color: #3a0056;
}
/*----- CARDS --------------------*/

.card {
  border: 1px solid rgb(180, 180, 180);
  text-align: center;
  width: 300px;
  height: 350px;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  box-shadow: 0 4px 8px 0 rgba(255, 227, 251, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.information {
  height: 250px;
}

/*----- HOME PAGE --------------------------------------------------------- */

#countdown-header {
  color: white;
  margin-bottom: 0px;
  font-size: 3.5vw;
}

.card-holder {
  max-width: 100%;
  display: flex;
  gap: 1rem;
}
/*----- HERO --------------------*/
#hero {
  position: relative;
}
#hero-message {
  position: absolute;
  top: 7px;
  left: 0px;
  color: white;
  text-align: left;
  padding-left: 35px;
}

#hero-image {
  max-width: 100%;
}
#countdown {
  font-size: 2vw;
}

/*----- REGISTER ---------------------------------------------------------*/

#registration-header {
  color: white;
  font-size: 4vw;
  text-align: left;
}
.button {
  color: white;
  background-color: black;
  width: 200px;
  height: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

.button:hover {
  color: #f52f47;
}

.badge-information {
  height: 150px;
}
/*----- EVENTS ---------------------------------------------------------*/
.weekday {
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-family: 'Open Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS',
    sans-serif;
}
table,
th,
td {
  border: 1px solid rgb(107, 150, 181);
}

th,
td {
  padding-right: 15px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;

  background-color: #acf0ff;
  text-align: right;
  font-weight: bold;
}

td:nth-child(2),
th:nth-child(2) {
  background-color: #ddf9ff;
  text-align: left;
  font-weight: 100;
}

/*----- GUESTS ---------------------------------------------------------*/
.guest-card-holder {
  max-width: 100%;

  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}
.guest-card {
  padding: 10px;
  height: 275px;
}

.guest-picture {
  max-width: 200px;
  max-height: 200px;
  border-radius: 100%;
}

.guest-description {
  margin-top: 0;
}

/*----- EXHIBITS ---------------------------------------------------------*/
.exhibit-card {
  width: 400px;
  height: 350px;
  border: 1px solid rgb(180, 180, 180);
  text-align: center;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  box-shadow: 0 4px 8px 0 rgba(255, 227, 251, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.exhibit-image {
  width: 400px;
  height: 200px;
  padding-bottom: 30px;
  margin: 0;
}

.exhibit-card-holder {
  margin: 0 auto;
  max-width: 800px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
/*----- ABOUT ---------------------------------------------------------*/
.info {
  text-align: left;
}

.accordion {
  background-color: #acf0ff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid rgb(107, 150, 181);
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  transition: 0.4s;
}

.accordian-active,
.accordion:hover {
  background-color: #78e5fe;
}

.accordion:after {
  content: '\002B'; /* (+) */
  color: rgb(7, 7, 114);
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordian-active:after {
  content: '\2212'; /* (-) */
}

.panel {
  padding: 0 18px;
  background-color: #ddf9ff;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 1px solid rgb(107, 150, 181);
}
/*----- MARY JANE ---------------------------------------------------------*/
.guest-row {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1100px;
  gap: 30px;
  justify-content: space;
  text-align: left;
  padding: 50px;
}
.guest {
  font-size: 50px;
  text-align: left;
  color: #650095;
}

.title {
  text-align: left;
  font-size: 30px;
}

.guest-profile {
  height: 400px;
}
#guest-image {
  width: 38%;
}
#descriptor {
  width: 55%;
}

/*----- ARTIST ALLEY ---------------------------------------------------------*/

/*----- MEDIA 1190 -----------------------------------*/
@media screen and (max-width: 1190px) {
  .guest-card-holder {
    grid-template-columns: repeat(4, 1fr);
  }
  .guest-picture {
    max-width: 100%;
  }
}
/*----- MEDIA 800 -----------------------------------*/
@media screen and (max-width: 800px) {
  .guest-card-holder {
    grid-template-columns: repeat(3, 1fr);
  }
  .exhibit-card-holder {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*----- MEDIA 760 -----------------------------------*/

@media (max-width: 760px) {
  .guest-row {
    flex-direction: column;
    display: block;
  }

  .guest-profile {
    width: 100%;
    height: auto;
  }

  .guest-row,
  #guest-image,
  #descriptor {
    width: fit-content;
  }

  #descriptor {
    padding: 10px;
  }

  .card-holder {
    display: block;
    width: 325px;
    margin: 0 auto;
  }
}
/*----- MEDIA 600 -----------------------------------*/
@media screen and (max-width: 600px) {
  .guest-card-holder {
    grid-template-columns: repeat(2, 1fr);
  }

  h1 {
    font-size: 40px;
  }
}

/*----- MEDIA 475 -----------------------------------*/
@media screen and (max-width: 475px) {
  .guest-card-holder {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*----- MEDIA 375 -----------------------------------*/
@media screen and (max-width: 475px) {
  .card-holder {
    width: 290px;
  }
  .card {
    height: 275px;
    width: 250px;
    font-size: smaller;
  }

  .information {
    height: 175px;
  }
  .badge-information {
    height: 140px;
  }
}
