:root {
  --black: #170b18;
  --brown: #542c19;
  --lightBrown: #ba4e15;
  --yellow: #fae847;
  --beige: #ffe8c7;
}

@font-face {
  font-family: "WorkSans";
  src: local("WorkSans"), url("WorkSans-Regular.ttf") format("truetype");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "WorkSans-Bold";
  src: local("WorkSans-Bold"), url("WorkSans-SemiBold.ttf") format("truetype");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Moonwalk";
  src: local("Moonwalk"), url("Moonwalk.ttf") format("truetype");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nasalization";
  src: local("Nasalization"), url("Nasalization.ttf") format("truetype");

  font-weight: normal;
  font-style: normal;
}

.bold{
    font-family: "WorkSans-Bold";
}

h1 {
  font-family: "Moonwalk";
  font-size: 70px;
  color: #ffe8c7;
  padding-right: 5%;
}

.header2 {
  font-family: "Nasalization";
  font-size: 45px;
  text-align: center;
  margin-bottom: 0.5em;
}

.important-info .header2 {
  color: #ffe8c7;
  padding-top: 3%;
}
.sponsors .header2 {
  color: #20165d;
}

.prize-tracks .header2 {
  color: #20165d;
}

.header3 {
  font-family: "ABCMaxiRoundVariable";
  font-size: 40px;
}

.text {
  font-family: "ABCMaxiRoundVariable";
  font-size: 35px;
  text-align: center;
}

.landingPage {
  display: flex;
  flex-direction: row;
  background-color: #20165d;
  text-align: right;
  margin-bottom: 0;
}
.landingPage-pic {
  width: 55em;
  /* width: 100%; */
  height: auto;
  padding-left: 1em;
}
.landingPage-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landingPage-text {
  font-family: "WorkSans";
  color: #ffe8c7;
  font-size: 32px;
  margin-bottom: 0px;
  padding-right: 5%;
  padding-bottom: 5%;
}

.important-info {
  background-color: #3811ad;
  margin-bottom: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.important-info-text {
  font-family: "WorkSans";
  color: var(--beige);
  font-size: 25px;
  margin-bottom: 0px;

  padding-bottom: 5%;
  /* text-align: left; */
}

.important-info-text.important-deadlines-header {
  font-family: "WorkSans";
  color: var(--beige);
  font-size: 25px;
  text-align: center;
  margin: auto;
}

.sponsors {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #9a2ed6;
  margin-bottom: 0;
  text-align: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.sponsor-subheader {
  font-family: "WorkSans-Bold";
  color: #d5a3ef;
  font-size: 25px;
}
.sponsor-text {
  font-family: "WorkSans";
  color: #ffe8c7;
  font-size: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.sponsor-link {
  color: var(--lightBrown);
}
.sponsor-link:hover {
  color: var(--lightBrown);
}

.prize-tracks {
  background-color: #4b90ff;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.prizes {
  display: flex;
  /* flex-direction: row; */
  /* justify-content: center; */
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  /* padding-left: 10em;
    padding-right: 10em; */
}
/* .prize-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 50%;
} */
.prize-block {
  max-width: 20%;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.prize-subheader {
  font-family: "WorkSans-Bold";
  color: #20165d;
  font-size: 25px;
  margin-bottom: 0px;
}
.prize-text {
  font-family: "WorkSans";
  color: #afe7ff;
  font-size: 20px;
  margin-bottom: 0px;
}
.prize-name {
  font-family: "WorkSans";
  color: #ffef62;
  font-size: 20px;
  margin-bottom: 0px;
}

hr {
  background-color: var(--beige);
  width: 70%;
  height: 2px;
}

.buttons {
  padding-bottom: 2.5em;
}
.buttonLink {
  background-color: #9a2ed6;
  border: 2px solid var(--beige);
  border-radius: 20px;
  color: var(--beige);
  padding: 6px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "WorkSans";
  font-size: 20px;
  margin-top: 2%;
  margin-right: 1%;
  margin-left: 1%;
}
.buttonLink:hover {
  text-decoration: underline;
  color: var(--beige);
}

.flex {
  display: flex;
  flex-wrap: wrap;
  /* width: 90%; */
  justify-content: center;
  align-items: flex-start;
}

.child {
  max-width: 40%;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}

@media screen and (max-width: 1028px) {
  .landingPage {
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 0;
    padding-right: 1em;
    padding-left: 1em;
  }

  .landingPage-pic {
    padding: 0;
    width: fit-content;
    max-width: 100%;
  }

  .landingPage-title {
    margin-bottom: 3em;
  }

  .landingPage-text {
    padding: 0;
  }

  h1 {
    padding-right: 0;
  }
}

@media screen and (max-width: 414px) {
  .landingPage-title .h1 {
    padding-right: 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  .child {
    max-width: max-content;
    width: 100%;
  }
}
