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

.ghtextblue {
  color: #4C9AD2;
}

.ghtextpink {
  color: #CA1E56;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1E1A19;
  font-size: 1.3rem;
  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;
}

main {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

main section {
  width: 75%;
}

main section article {
  position: relative;
  padding: 1em 2.5em;
}

main section article h3 {
  font-weight: 800;
  font-size: 2.5em;
  margin: 0.25em 0;
  border-bottom-width: 0.25em;
  border-bottom-style: solid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  clear: both;
}

main section article h3::before {
  content: "\00a0";
}

main section article h4 {
  font-weight: 300;
  font-size: 2em;
  padding: 0 2em;
}

main section article h5 {
  font-weight: 300;
  font-size: 1.2em;
  padding: 0 4em;
  font-style: italic;
}

main section article ul {
  list-style: none;
  list-style-position: outside;
}

main section article ul ul {
  padding: 0.5em 0.5em;
}

main section article ul li::before {
  content: "\000BB";
  font-weight: 800;
  padding-right: 1rem;
}

main section article p, main section article ul {
  padding: 0.5em 5em;
  line-height: 1.5em;
}

main section article p li, main section article ul li {
  padding: 0.25em 2.5em;
}

main section article p + h4 {
  margin-top: 1em;
}

main section article svg {
  display: block;
  width: 25%;
  margin-top: 2em;
}

main section article p.limited {
  text-align: right;
  font-weight: 700;
  padding-top: 0;
  margin-top: -0.5em;
}

main section article .themesplit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0.5em 5em;
  line-height: 1.5em;
}

main section article .themesplit p {
  padding: 0;
  margin: 0;
}

main section article .themesplit h4 {
  padding: 0;
  margin: 0;
}

main section article .themesplit ul {
  padding: 0;
  margin: 0;
}

main section article .themesplit .themecontent {
  width: 60%;
}

main section article .themesplit .themeimage {
  width: 40%;
}

main section article .themesplit .themeimage figure {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 5em;
  z-index: -1;
}

main section article .themesplit .themeimage figure img {
  width: 100%;
}

main section article .themesplit .themeimage figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
}

main section article .themesplit .themeimage figure figcaption p {
  padding: 0.2em;
  font-size: 0.8em;
  margin: 0;
  margin-bottom: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
}

main section article.definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
}

main section article.definition div {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20vh;
}

main section article.definition div img {
  border-radius: 100%;
  max-width: 85%;
  max-height: 85%;
}

main section article.definition div:nth-child(1) {
  width: 40%;
  font-size: 3em;
  font-weight: 800;
}

main section article.definition div:nth-child(2) {
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main section article.definition div:nth-child(2) p {
  padding: 0 2em;
}

main section article.definition div:nth-child(2) p:nth-child(1) {
  font-size: 0.9em;
  font-weight: 700;
}

main section article.definition .smallerdef {
  font-size: 0.8em;
}

main section .defblue div:nth-child(1) {
  background-color: #4c9ad230;
  border-top: 0.25em solid #4C9AD2;
}

main section .defblue div:nth-child(2) {
  background-color: #ca1e5730;
  border-bottom: 0.75em solid #CA1E56;
}

main section .defpink div:nth-child(1) {
  background-color: #ca1e5730;
  border-top: 0.25em solid #CA1E56;
}

main section .defpink div:nth-child(2) {
  background-color: #4c9ad230;
  border-bottom: 0.75em solid #4C9AD2;
}

main section .ghpink h3 {
  background: #ca1e5730;
  border-bottom-color: #CA1E56;
}

main section .ghpink .pagenum span {
  color: #4C9AD2;
}

main section .ghpink li::before {
  color: #4C9AD2;
}

main section .ghpink li li::before {
  color: #CA1E56;
}

main section .ghblue h3 {
  background: #4c9ad230;
  border-bottom-color: #4C9AD2;
}

main section .ghblue .pagenum span {
  color: #CA1E56;
}

main section .ghblue li::before {
  color: #CA1E56;
}

main section .ghblue li li::before {
  color: #4C9AD2;
}

main section .pagenum {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  right: 1em;
  bottom: 1.5em;
  font-size: 0.8em;
  font-weight: 400;
  padding: 1em 2.5em;
  z-index: -1;
}

main section .pagenum span {
  font-size: 2em;
  font-weight: 800;
  font-style: normal;
}

main section .imagepanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-weap: wrap;
  margin: 1em 5em;
  padding: 0;
}

main section .imagepanel section {
  background-color: black;
  background-position: center;
  background-size: cover;
  border: 5px solid white;
  height: 30vh;
  position: relative;
}

main section .imagepanel section span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  padding: 0.2em;
  font-size: 0.8em;
  margin: 0;
  margin-bottom: 0.25em;
  margin-right: 0.25em;
  background-color: rgba(0, 0, 0, 0.5);
}

main section .imgnum2 section {
  width: 50%;
  height: 30vh;
}

main section .imgnum1 section {
  width: 100%;
  height: 50vh;
}

main aside {
  width: 25%;
  padding: 1rem;
  border-left: 1px #4C9AD2 dashed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  height: 100%;
}

main aside nav h3 {
  font-weight: 400;
  margin-bottom: 1em;
}

main aside nav ul {
  list-style: none;
  list-style-position: outside;
  font-size: 0.8rem;
  padding: 0;
}

main aside nav ul ul {
  padding-left: 1rem;
}

main aside nav ul li {
  margin-bottom: 0.2rem;
}

main aside nav ul li::before {
  content: "\000BB";
  padding-right: 1rem;
  font-weight: 800;
}

main aside nav ul a {
  color: #CA1E56;
  text-decoration: none;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding: 0.5em;
  font-weight: 400;
}

main aside 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 tfoot {
  text-align: center;
  font-size: 1.2rem;
  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;
}

.TODO {
  color: red !important;
  font-weight: 800;
}

#imagesset1 section:nth-child(1) {
  background-image: url("images/BHylandWood-Marie.jpg");
}

#imagesset1 section:nth-child(2) {
  background-image: url("images/naiyer.jpg");
}

#imagesset2 section:nth-child(1) {
  background-image: url("images/BHylandWood-Group.jpg");
}

#imagesset2 section:nth-child(2) {
  background-image: url("images/naiyer_group.jpg");
}

#imagesset3 section:nth-child(1) {
  background-image: url("images/nfernando1.jpg");
}

#imagesset4 section:nth-child(1) {
  background-image: url("images/govhackuq.jpg");
}

#imagesset4 section:nth-child(2) {
  background-image: url("images/krystal.jpg");
}

@media screen and (max-width: 800px) {
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main section {
    width: 100%;
  }
  main section article {
    padding: 1em 0.5em;
  }
  main section article p, main section article ul, main section article li {
    padding: 0.25em 0.25em !important;
    font-size: 1rem;
  }
  main section article h3 {
    font-size: 2rem;
  }
  main section article h4 {
    font-size: 1.25em;
    padding: 0 0.25em;
  }
  main section article h5 {
    padding: 0 2em;
    font-size: 1em;
  }
  main section .imagepanel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main section .imgnum2 section {
    height: 25vh !important;
    width: 100%;
  }
  main section article.definition div {
    height: 30vh;
  }
  main aside {
    width: 100%;
    height: auto;
    display: block;
    top: auto;
    right: auto;
    position: relative;
  }
  .pagenum {
    -webkit-transform: none !important;
            transform: none !important;
    position: relative !important;
    bottom: auto;
    display: block !important;
    text-align: right !important;
    clear: both !important;
  }
  .pagenum p {
    padding: 0;
  }
  .themesplit {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            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;
  }
}

@media screen and (max-width: 1200px) {
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main section {
    width: 100%;
  }
  main section article {
    padding: 1em 0.5em;
  }
  main section article p, main section article ul, main section article li {
    padding: 0.5em 2em;
  }
  main section article h3 {
    font-size: 2rem;
  }
  main section article h4 {
    font-size: 1.25em;
    padding: 0 0.25em;
  }
  main section article h5 {
    padding: 0 0.25em;
    font-size: 1em;
  }
  main section .imagepanel {
    margin: 0;
  }
  main section .imgnum2 section {
    height: 75vh;
    width: 100%;
  }
  main section article.definition p:nth-child(1) {
    font-size: 1em;
    padding: 0 1.5em;
  }
  main aside {
    width: 100%;
    height: auto;
    display: block;
    top: auto;
    right: auto;
    position: relative;
  }
  .pagenum {
    -webkit-transform: none !important;
            transform: none !important;
    position: relative !important;
    bottom: auto;
    display: block !important;
    text-align: right !important;
    clear: both !important;
  }
  .pagenum p {
    padding: 0;
  }
  .themesplit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 0.25em !important;
  }
  .themesplit .themecontent {
    width: 100% !important;
  }
  .themesplit .themeimage {
    width: 100% !important;
  }
  .themesplit .themeimage img {
    height: 75vh;
    width: 100% !important;
  }
  article.definition {
    font-size: 0.75em;
  }
  table.stattable {
    font-size: 0.5em;
  }
}
/*# sourceMappingURL=style.css.map */