@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.ghtextblue {
  color: #4C9AD2;
}

.ghtextpink {
  color: #CA1E56;
}

.ghtextgrey {
  color: #717171;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  box-sizing: border-box;
  color: #1E1A19;
  font-weight: 300;
}
body header {
  margin-bottom: 1em;
  position: relative;
  background-color: #1E1A19;
  color: white;
}
body header img {
  width: auto;
  margin: auto;
  max-height: 25vh;
  display: block;
  padding-top: 5vh;
}
body header h1 {
  text-align: center;
  font-weight: 800;
  font-size: 5vw;
  margin-top: 2.5vh;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
body header h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5vw;
  margin-top: 0;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5vh;
}
body header p {
  text-align: center;
}
body header nav {
  display: flex;
  justify-content: center;
}
body header nav a {
  padding: 1em;
  color: white;
}
body main {
  padding: 1em;
  display: flex;
  position: relative;
}
body main section {
  width: 75%;
}
body main section article.primeheading {
  position: relative;
  padding: 1em 2.5em;
}
body main section article.primeheading h3 {
  font-weight: 800;
  font-size: 2.5em;
  margin: 0.25em 0;
  border-bottom-width: 0.25em;
  border-bottom-style: solid;
  border-bottom-color: #1E1A19;
  background-color: rgba(113, 113, 113, 0.1882352941);
  position: sticky;
  top: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  clear: both;
}
body main section article.primeheading h3::before {
  content: " ";
}
body main section article.primeheading h4 {
  font-weight: 300;
  font-size: 2em;
  padding: 0 2em;
}
body main section article.primeheading h5 {
  font-weight: 300;
  font-size: 1.2em;
  padding: 0 4em;
  font-style: italic;
}
body main section article.primeheading p, body main section article.primeheading ul {
  padding: 0.5em 5em;
  line-height: 1.5em;
  font-size: 1.2em;
}
body main section article.primeheading p ul, body main section article.primeheading ul ul {
  font-size: 1em;
  padding: 0.5em 2.5em;
}
body main section article.primeheading svg {
  display: block;
  width: 25%;
  margin-top: 2em;
}
body main section article.primeheading ul {
  list-style: none;
  list-style-position: outside;
}
body main section article.primeheading ul li::before {
  content: "»";
  font-weight: 700;
  padding-right: 1rem;
  padding-left: 1rem;
}
body main section article.primeheading .pagenum {
  transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  right: 0.75em;
  bottom: 1.5em;
  font-size: 1em;
  font-weight: 400;
  padding: 1em 2.5em;
  z-index: -1;
}
body main section article.primeheading .pagenum span {
  font-size: 2em;
  font-weight: 800;
  font-style: normal;
}
body main section article:nth-of-type(even) h3 {
  background-color: rgba(202, 30, 87, 0.1882352941);
  border-bottom-color: #CA1E56;
}
body main section article:nth-of-type(even) .pagenum span {
  color: #4C9AD2;
}
body main section article:nth-of-type(odd) h3 {
  background-color: rgba(76, 154, 210, 0.1882352941);
  border-bottom-color: #4C9AD2;
}
body main section article:nth-of-type(odd) .pagenum span {
  color: #CA1E56;
}
body main section aside.imagepair {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 1em 2.5em;
}
body main section aside.imagepair div {
  width: 50%;
  position: relative;
}
body main section aside.imagepair div img {
  width: 100%;
  height: auto;
  border: 0.25em solid white;
}
body main section aside.imagepair div p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(113, 113, 113, 0.1882352941);
  color: white;
}
body main section aside.imagesingle {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 1em 2.5em;
}
body main section aside.imagesingle div {
  width: 100%;
  position: relative;
}
body main section aside.imagesingle div img {
  width: 100%;
  height: auto;
  border: 0.25em solid white;
}
body main section aside.imagesingle div p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(113, 113, 113, 0.1882352941);
  color: white;
}
body main section aside.defintion {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 1em 2.5em;
}
body main section aside.defintion div {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15vh;
}
body main section aside.defintion div:nth-child(1) {
  width: 40%;
  font-size: 3em;
  font-weight: 800;
  background-color: rgba(113, 113, 113, 0.1882352941);
  border-top-color: #1E1A19;
  border-top-width: 0.25em;
  border-top-style: solid;
}
body main section aside.defintion div:nth-child(2) {
  width: 60%;
  flex-direction: column;
  background-color: rgba(113, 113, 113, 0.1882352941);
  border-bottom-color: #1E1A19;
  border-bottom-width: 0.75em;
  border-bottom-style: solid;
}
body main section aside.defintion div:nth-child(2) p {
  padding: 0 2em;
}
body main section aside.defintion div:nth-child(2) p:nth-child(1) {
  font-size: 0.9em;
  font-weight: 700;
}
body main section aside.defintion:nth-of-type(odd) div:nth-child(1) {
  background-color: rgba(202, 30, 87, 0.1882352941);
  border-top-color: #CA1E56;
}
body main section aside.defintion:nth-of-type(odd) div:nth-child(2) {
  background-color: rgba(76, 154, 210, 0.1882352941);
  border-bottom-color: #4C9AD2;
}
body main section aside.defintion:nth-of-type(even) div:nth-child(1) {
  background-color: rgba(76, 154, 210, 0.1882352941);
  border-top-color: #4C9AD2;
}
body main section aside.defintion:nth-of-type(even) div:nth-child(2) {
  background-color: rgba(202, 30, 87, 0.1882352941);
  border-bottom-color: #CA1E56;
}
body main aside.nav {
  width: 25%;
  padding: 1rem;
  border-left: 1px dashed #4C9AD2;
  position: sticky;
  top: 0;
  right: 0;
  height: 100%;
}
body main aside.nav nav h3 {
  font-weight: 400;
  margin-bottom: 1em;
}
body main aside.nav nav ul {
  list-style: none;
  list-style-position: outside;
  font-size: 0.8rem;
  padding: 0;
}
body main aside.nav nav ul ul {
  padding-left: 1rem;
}
body main aside.nav nav ul li {
  margin-bottom: 0.2rem;
}
body main aside.nav nav ul li::before {
  content: "»";
  padding-right: 1rem;
  font-weight: 800;
}
body main aside.nav nav ul a {
  color: #CA1E56;
  text-decoration: none;
  transition: 0.5s all ease;
  padding: 0.5em;
  font-weight: 400;
}
body main aside.nav nav ul a:hover {
  background-color: #4C9AD2;
  color: white;
}

table.stattable {
  margin: 0.5em auto;
  border-collapse: collapse;
  width: 80%;
  table-layout: fixed;
}
table.stattable th {
  padding: 0.25em;
}
table.stattable thead {
  font-size: 1.75em;
  font-weight: 800;
  color: white;
}
table.stattable thead th:nth-child(odd) {
  background-color: #CA1E56;
}
table.stattable thead th:nth-child(even) {
  background-color: #4C9AD2;
}
table.stattable tbody tr td {
  padding: 0.5em;
}
table.stattable tbody tr td:nth-child(odd) {
  font-size: 1.5em;
  font-weight: 700;
  text-align: right;
}
table.stattable tfoot {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
}
table.stattable tfoot td {
  padding: 1vw;
  border-left: 0.1em solid #717171;
  border-right: 0.1em solid #717171;
  border-bottom: 0.1em solid #717171;
  background-color: #fefefe;
}

div.sponsorpackage {
  display: flex;
  padding: 1em 2.5em;
  justify-content: space-between;
  align-items: stretch;
  justify-items: center;
}
div.sponsorpackage div.package {
  width: 55%;
  font-size: 1.5em;
  font-weight: 700;
  background-color: rgba(202, 30, 87, 0.1882352941);
}
div.sponsorpackage div.challenges {
  width: 15%;
  font-size: 1.5em;
  font-weight: 700;
  background-color: rgba(113, 113, 113, 0.1882352941);
  text-align: center;
}
div.sponsorpackage div.challenges div:nth-child(2) {
  font-weight: 300;
  font-size: 0.75em;
  text-align: center;
}
div.sponsorpackage div.pricepoint {
  width: 30%;
  font-size: 1.5em;
  font-weight: 700;
  background-color: rgba(76, 154, 210, 0.1882352941);
  text-align: center;
}

div.ghtweets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.tablebox table {
  margin: 0 auto;
  font-size: smaller;
  text-align: center;
  border-collapse: collapse;
  padding: 1em;
}
.tablebox table tbody, .tablebox table tfoot {
  border-top: 1px black solid;
}
.tablebox table tfoot > :last-child {
  border-top: 1px black solid;
}
.tablebox table td, .tablebox table th {
  padding: 0.5em;
}
.tablebox table tr > :nth-child(1), .tablebox table tr > :nth-child(3), .tablebox table tr > :nth-child(6) {
  border-right: 1px black solid;
}

.volunteers {
  display: flex;
  flex-wrap: wrap;
}
.volunteers p {
  width: 25%;
  text-align: center;
}
.volunteers span.small {
  font-size: 0.75em;
}

.sponsors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  margin-bottom: 2em;
}
.sponsors figure {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 1em 2em;
  border: 1px solid #dde4e6;
  transition: all 0.4s ease;
  cursor: pointer;
  width: 30%;
  box-sizing: border-box;
  height: calc(125px + 2em);
  justify-content: center;
}
.sponsors figure img {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  max-height: 125px;
  max-width: 100%;
}
.sponsors figure.withcaption {
  height: calc(125px + 2em + 4em);
}
.sponsors figure.withcaption img {
  padding-top: 2em;
}
.sponsors figure.withcaption figcaption {
  padding-top: 2em;
  text-align: center;
}
.sponsors figure.big {
  width: 60%;
  height: calc(250px + 2em);
}
.sponsors figure.big img {
  max-height: 250px;
}
.sponsors figure.medium {
  width: 45%;
  height: calc(200px + 2em);
}
.sponsors figure.medium img {
  max-height: 200px;
}

@media screen and (max-width: 800px) {
  header nav {
    flex-direction: column;
    align-items: center;
  }
  main {
    flex-direction: column;
  }
  main section {
    width: 100% !important;
    padding: 0em 0em !important;
  }
  main section article.primeheading {
    position: relative;
    padding: 0em 0em !important;
    margin: 0em 0em !important;
  }
  main section article.primeheading h3 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1.5em !important;
  }
  main section article.primeheading h4 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1.25em !important;
  }
  main section article.primeheading h5 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1em !important;
  }
  main section article.primeheading p, main section article.primeheading ul, main section article.primeheading li {
    padding: 0.25em 0.25em !important;
    font-size: 0.9em !important;
  }
  main section aside.imagepair {
    flex-direction: column;
    padding: 0.25em 0.25em !important;
  }
  main section aside.imagepair div {
    width: 100% !important;
  }
  main section aside.imagesingle {
    padding: 0.25em 0.25em !important;
  }
  main section aside.imagesingle div img {
    border: 0.25em solid white;
  }
  main section aside.defintion {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 0.25em 0.25em !important;
  }
  main section aside.defintion div {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh !important;
  }
  main section aside.defintion div:nth-child(1) {
    width: 40%;
    font-size: 1.5em !important;
    font-weight: 800;
    background-color: rgba(113, 113, 113, 0.1882352941);
    border-top-color: #1E1A19;
    border-top-width: 0.25em;
    border-top-style: solid;
  }
  main section aside.defintion div:nth-child(2) {
    width: 60%;
    flex-direction: column;
    background-color: rgba(113, 113, 113, 0.1882352941);
    border-bottom-color: #1E1A19;
    border-bottom-width: 0.75em;
    border-bottom-style: solid;
  }
  main section aside.defintion div:nth-child(2) p {
    padding: 0 2em;
  }
  main section aside.defintion div:nth-child(2) p:nth-child(1) {
    font-size: 0.9em;
    font-weight: 700;
  }
  main aside.nav {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    top: auto !important;
    right: auto !important;
    position: relative !important;
  }
  .pagenum {
    transform: none !important;
    position: relative !important;
    bottom: auto;
    display: block !important;
    text-align: right !important;
    clear: both !important;
  }
  .pagenum p {
    padding: 0;
  }
  .themesplit {
    flex-direction: column-reverse !important;
    padding: 0 0.25em !important;
  }
  .themesplit .themecontent {
    width: 100% !important;
  }
  .themesplit .themeimage {
    width: 100% !important;
  }
  .themesplit .themeimage img {
    height: 25vh !important;
    width: 100% !important;
  }
  article.definition {
    font-size: 0.75em;
  }
  table.stattable {
    font-size: 0.5em !important;
  }
  table.stattable tfoot {
    font-size: 1.75em !important;
  }
  div.sponsorpackage {
    display: flex;
    flex-direction: column !important;
    padding: 0.5em 0.5em;
    justify-content: space-between;
    align-items: stretch;
    justify-items: center;
  }
  div.sponsorpackage div.package {
    width: 100% !important;
    font-size: 1.5em;
    font-weight: 700;
    background-color: rgba(202, 30, 87, 0.1882352941);
  }
  div.sponsorpackage div.challenges {
    width: 100% !important;
    font-size: 1.25em;
    font-weight: 700;
    background-color: rgba(113, 113, 113, 0.1882352941);
    text-align: center;
  }
  div.sponsorpackage div.challenges div:nth-child(2) {
    font-weight: 300;
    font-size: 0.75em;
    text-align: center;
  }
  div.sponsorpackage div.pricepoint {
    width: 100% !important;
    font-size: 1.25em;
    font-weight: 700;
    background-color: rgba(76, 154, 210, 0.1882352941);
    text-align: center;
  }
  .sponsors figure {
    width: 85% !important;
    height: auto !important;
  }
  .sponsors figure img {
    max-width: 100% !important;
    height: auto !important;
  }
  .sponsors figure figcaption {
    padding-top: 0em !important;
  }
}/*# sourceMappingURL=style.css.map */