@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,800;1,600&family=Poppins:wght@400;600;800&display=swap");
html,
body {
  height: 100%;
  margin: 0%;
  background-color: white;
  font-family: "Poppins", sans-serif;
  padding-bottom: 5rem;
}

.bg__1 {
  display: flex;
  flex-direction: column;
  /* Full height */
  min-height: 50rem;
  max-width: 100%;
  /* Center and scale the image nicely */
  align-self: flex-start;
  background-position-y: 0%;
  flex-shrink: 1;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.flex-container {
  justify-content: center;
  max-width: 2800px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 2rem;
  padding-top: 0%;
  margin-left: 12.5%;
  margin-right: 12.5%;
}

.top {
  display: flex;
  padding: 0;
  padding-left: 1rem;
  align-items: center;
  flex-direction: column;
}

.support_headers {
  flex-direction: column;
  max-width: 90%;
  padding-left: 5%;
}

h1, h2 {
  display: flex;
  color: #F15A29;
}

h5 {
  font-weight: 200;
}

section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 1;
}

figure {
  flex: 32%;
  border-style: solid;
  border-color: white;
  border: 1rem;
  justify-content: baseline;
  margin: 0%;
  padding: 0% 0% 0% 0.2%;
}

article {
  flex: 1;
  flex-wrap: wrap;
}

img {
  border-style: solid;
  border-color: white;
  border: 1rem;
  width: 100%;
  margin: 0%;
  padding: 0%;
}

li {
  text-wrap: nowrap;
}

.supporters {
  display: flex;
  flex-direction: table-row;
  flex-wrap: wrap;
  padding-left: 0%;
}

#footer {
  height: 15rem;
}

@media screen and (max-width: 1920px) {
  .bg__1 {
    background-position-x: 70%;
    background-position-y: 0%;
    background-size: 1920px;
    min-height: fit-content;
  }
  .flex-container {
    width: 75%;
  }
}
@media screen and (max-width: 1600px) {
  .bg__1 {
    background-position-x: 70%;
    background-position-y: 0%;
    background-size: 1600px;
    min-height: fit-content;
  }
}
@media screen and (max-width: 1370px) {
  .bg__1 {
    background-position-x: 70%;
    background-position-y: 0%;
    background-size: 1370px;
    min-height: fit-content;
  }
}
@media screen and (max-width: 1281px) {
  .bg__1 {
    background-position-x: 70%;
    background-position-y: 0%;
    background-size: 1281px;
    min-height: fit-content;
  }
}
@media screen and (max-width: 1024px) {
  .bg__1 {
    background-position-x: 70%;
    background-position-y: 0%;
    background-size: 1024px;
    min-height: fit-content;
  }
}
@media screen and (max-width: 640px) {
  .bg__1 {
    background-position-x: 70%;
    background-position-y: 0%;
    background-size: 640px;
    min-height: fit-content;
  }
}
@media screen and (min-width: 500px) {
  .logos {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .lower {
    margin-left: 2%;
  }
}
@media screen and (max-width: 420px) {
  .bg__1 {
    background-position-x: 70%;
    background-position-y: 0%;
    background-size: 420px;
    min-height: fit-content;
  }
  .support_headers {
    max-width: 90%;
  }
  .flex-container {
    margin-left: 9%;
  }
}
h1 {
  font-size: 24px;
}
@media screen and (min-width: 300px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 400px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 512px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 640px) {
  h1 {
    font-size: 46px;
  }
}
@media screen and (min-width: 704px) {
  h1 {
    font-size: 52px;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 58px;
  }
}
@media screen and (min-width: 870px) {
  h1 {
    font-size: 64px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 68px;
  }
}
@media screen and (min-width: 1168px) {
  h1 {
    font-size: 76px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 96px;
  }
}
@media screen and (min-width: 1900px) {
  h1 {
    font-size: 110px;
  }
}

h2 {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 704px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 870px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1168px) {
  h2 {
    font-size: 46px;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1900px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  font-size: 15px;
}
@media screen and (min-width: 400px) {
  h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 704px) {
  h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 870px) {
  h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1168px) {
  h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1900px) {
  h3 {
    font-size: 56px;
  }
}

h4 {
  font-size: 14px;
}
@media screen and (min-width: 400px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 640px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1900px) {
  h4 {
    font-size: 42px;
  }
}

h5 {
  font-size: 13px;
}
@media screen and (min-width: 400px) {
  h5 {
    font-size: 15px;
  }
}
@media screen and (min-width: 640px) {
  h5 {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 12px;
}
@media screen and (min-width: 300px) {
  h6 {
    font-size: 13px;
  }
}
@media screen and (min-width: 400px) {
  h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 512px) {
  h6 {
    font-size: 15px;
  }
}
@media screen and (min-width: 576px) {
  h6 {
    font-size: 15px;
  }
}
@media screen and (min-width: 640px) {
  h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 704px) {
  h6 {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 870px) {
  h6 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1168px) {
  h6 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1900px) {
  h6 {
    font-size: 23px;
  }
}

p, a, ul, li, div {
  font-size: 11px;
}
@media screen and (min-width: 300px) {
  p, a, ul, li, div {
    font-size: 11px;
  }
}
@media screen and (min-width: 400px) {
  p, a, ul, li, div {
    font-size: 11.5px;
  }
}
@media screen and (min-width: 512px) {
  p, a, ul, li, div {
    font-size: 12px;
  }
}
@media screen and (min-width: 576px) {
  p, a, ul, li, div {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 640px) {
  p, a, ul, li, div {
    font-size: 13px;
  }
}
@media screen and (min-width: 704px) {
  p, a, ul, li, div {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  p, a, ul, li, div {
    font-size: 15px;
  }
}
@media screen and (min-width: 870px) {
  p, a, ul, li, div {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  p, a, ul, li, div {
    font-size: 17px;
  }
}
@media screen and (min-width: 1168px) {
  p, a, ul, li, div {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  p, a, ul, li, div {
    font-size: 19px;
  }
}
@media screen and (min-width: 1900px) {
  p, a, ul, li, div {
    font-size: 20px;
  }
}

/*# sourceMappingURL=fluxscape.css.map */
