@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap");
* {
  padding: 0;
  margin: 0;
}

.todo {
    color: red;
    text-align: center;
    font-size: 3em;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1E1A19;
}

body > header {
  background-image: url("images/header.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 1em;
}

body > header img {
  width: auto;
  max-height: 25vh;
  margin: auto;
  display: block;
  padding-top: 10vh;
}

body > header h1 {
  text-align: center;
  font-weight: 800;
  font-size: 5vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

main {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main section {
  width: 75%;
}

main section article {
  position: relative;
  background-color: white;
}

main section ul {
  list-style: none;
  list-style-position: outside;
}

main section ul li::before {
  content: "\000BB";
  padding-right: 1rem;
  color: #CA1E56;
}

@media screen and (max-width: 800px) {
  main section {
    width: 100%;
  }
  main section p, main section ul, main section li {
    font-size: 0.8rem;
  }
  main section h2 {
    font-size: 1.5rem;
  }
  main section h3 {
    font-size: 1.25rem;
  }
}

main aside {
  width: 25%;
  padding: 1rem;
  border-left: 3px #CA1E56 dashed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  height: 100%;
}

main aside ul {
  list-style: none;
  list-style-position: outside;
  font-size: 0.8rem;
  padding: 0;
}

main aside li {
  margin-bottom: 0.2rem;
}

main aside li::before {
  content: "\000BB";
  padding-right: 1rem;
}

main aside a {
  color: #CA1E56;
}

main h2 {
  font-weight: 800;
  font-size: 3em;
  margin: 0.5em 0;
}

main h3 {
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 0.5em;
}

main p, main ul, main li {
  font-size: 1.2rem;
  font-weight: 300;
}

main p {
  padding: 0.5em 10vw;
}

main blockquote {
  font-size: 1rem;
  font-weight: 300;
  padding: 0.5em 15vw;
  font-style: italic;
}

main cite {
  display: block;
}

main ul {
  padding: 0 10vw;
  padding-bottom: 0.5em;
}

main li {
  padding-left: 1vw;
}

main .pagenum {
  text-align: right;
  margin-right: 1%;
  color: #717171;
  font-style: italic;
}

@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 aside {
    width: 100%;
    height: auto;
    display: block;
    top: auto;
    right: auto;
    position: relative;
  }
}

.photo4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.photo4 section {
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  height: 40vh;
  border: 5px solid white;
}

@media screen and (max-width: 800px) {
  .photo4 section {
    width: 100%;
  }
}

.photo1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.photo1 section {
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 80vh;
  border: 5px solid white;
}

#volimage section:nth-child(1) {
  background-image: url("images/vol.png");
}

#firstpanel section:nth-child(1) {
  background-image: url("images/zaidul2.JPG");
}

#firstpanel section:nth-child(2) {
  background-image: url("images/naiyer.jpg");
}

#secondpanel section:nth-child(1) {
  background-image: url("images/BHyland-Wood.jpg");
}

#secondpanel section:nth-child(2) {
  background-image: url("images/zaidul3.JPG");
}

#thirdpanel section:nth-child(1) {
  background-image: url("images/zaidul.jpg");
}

#forthpanel section:nth-child(1) {
  background-image: url("images/screen.JPG");
}

#imgpanel6 section:nth-child(1) {
  background-image: url("images/nfernando1.jpg");
}

#imgpanel7 section:nth-child(1) {
  background-image: url("images/volunteers.png");
}

.ghpink h2 {
  border-bottom: 0.25em solid #CA1E56;
}

.ghblue h2 {
  border-bottom: 0.25em solid #4C9AD2;
}

cite {
  color: white;
  position: absolute;
  font-size: smaller;
  bottom: 1em;
  right: 1em;
}

cite span {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em 2em;
}

.ghtextpink {
  color: #CA1E56;
}

.ghtextblue {
  color: #4C9AD2;
}

svg {
  display: block;
  width: 25%;
  margin-top: 2em;
}

#projectshowcase, #projectshowcase-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: begin;
      -ms-flex-align: begin;
          align-items: begin;
  margin: 1em 0;
  text-align: center;
}

#projectshowcase div, #projectshowcase-single div {
  width: 50%;
  padding-bottom: 1em;
}

#projectshowcase p, #projectshowcase-single p {
  font-size: 1rem;
  padding: 0.5em 5vw;
}

#projectshowcase a, #projectshowcase-single a {
  font-size: 1.25em;
  font-weight: 700;
}

#projectshowcase h4, #projectshowcase-single h4 {
  padding: 0.5em 5vw;
}

#projectshowcase .projectimage, #projectshowcase-single .projectimage {
  width: 85%;
}

@media screen and (max-width: 800px) {
  #projectshowcase div, #projectshowcase-single div {
    width: 100%;
  }
}

#projectshowcase-single div {
  width: 85%;
  margin: 0 auto;
}

#projectshowcase-single .projectimage {
  width: 65%;
}

.tablebox {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: scroll;
}

.tablebox table {
  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;
}

table.stattable {
  margin: 0.5em auto;
  border-collapse: collapse;
  width: 90%;
  margin-bottom: 4em;
}

table.stattable thead {
  font-size: 2em;
  font-weight: 800;
  color: white;
}

table.stattable th {
  padding: 0.5em;
}

table.stattable thead th:nth-child(odd) {
  background-color: #CA1E56;
}

table.stattable thead th:nth-child(even) {
  background-color: #4C9AD2;
}

table.stattable tbody td:nth-child(1), table.stattable tbody td:nth-child(3), table.stattable tbody td:nth-child(5), table.stattable tbody td:nth-child(7), table.stattable tbody td:nth-child(9) {
  text-align: right;
  font-weight: 800;
  font-size: 2em;
  padding: 0.5em;
  padding-left: 2em;
}

table.stattable tbody td:nth-child(2), table.stattable tbody td:nth-child(4), table.stattable tbody td:nth-child(6), table.stattable tbody td:nth-child(8), table.stattable tbody td:nth-child(10) {
  font-size: 1em;
  padding: 0.5em;
  padding-right: 2em;
}

table.stattable tbody img {
  display: none;
  width: 50px;
}

table.stattable tbody tr {
  margin-bottom: 0.5em;
}

table.stattable tfoot {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}

table.stattable tfoot td {
  padding: 1vw;
}

div.ghtweets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media screen and (max-width: 800px) {
  table.stattable thead {
    font-size: 1.5rem;
  }
  table.stattable tfoot {
    font-size: 0.8rem;
  }
}

ul.events li {
  padding-bottom: 1em;
}

.sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sponsors figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2em;
  border: 1px solid #dde4e6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(125px + 2em);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 + 2em);
}

.sponsors figure.withcaption figcaption {
  padding-top: 2em;
}

.sponsors figure.big {
  width: 60%;
  height: calc(250px + 2em);
}

.sponsors figure.big img {
  max-height: 250px;
}
/*# sourceMappingURL=style.css.map */