/* style.css */
@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");
@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");
* {
  margin: auto;
}

body {
  max-width: 1400px;
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color: white;
}

h1,
h2 {
  display: inherit;
  width: 100%;
  flex: 1;
  justify-content: center;
  color: #ff9900;
}

h1,
h3,
h4 {
  padding: 3%;
  font-family: "Montserrat", sans-serif;
  color: #F15A29;
}

h2,
p,
li,
a {
  font-family: "Poppins", sans-serif;
}

h5 {
  font-family: "Montserrat", sans-serif;
}

h6 {
  font-family: "Montserrat", sans-serif;
}

p {
  color: black;
  font-size: medium;
}

section {
  display: inherit;
  flex-shrink: 3;
  flex-wrap: wrap;
  align-items: center;
}

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

article {
  flex: 1;
  flex-wrap: wrap;
  margin: 5%;
}

section.inner-break {
  flex-direction: row;
  margin-top: 5%;
}

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

hr {
  border-bottom: 0.7rem solid transparent;
  border-top: 0.7rem solid transparent;
  height: 0px;
  width: 100%;
  background-color: #ff9900;
  margin-top: 5%;
}

#first {
  border-bottom: 0.2rem solid transparent;
  border-top: 0.2rem solid transparent;
  margin-top: 3%;
  margin-bottom: 0%;
}

.text-right {
  margin-left: 4%;
}

.event {
  border: 2px solid white;
  border-radius: 5px;
  text-align: start;
  align-self: center;
  padding-left: 2em;
  color: #F15A29;
  margin: 0%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.project {
  color: rgb(0, 0, 0);
  align-self: center;
  align-content: center;
}

.header {
  flex: 1;
  flex-direction: row;
  margin: 0%;
  padding: 0%;
  height: 15%;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
  align-items: center;
  align-content: center;
}

.logo {
  display: block;
  position: relative;
  max-width: 30%;
  width: 25%;
  height: 100%;
  left: 2%;
  margin: 0% 0% 0% 5%;
}

#page_title {
  display: block;
  text-wrap: nowrap;
  width: 90%;
  align-self: center;
  padding: 0%;
  margin: 0%;
  margin-left: 5%;
}

.thumb {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
}

@media screen and (width > 1100) {
  .thumb {
    width: 300px;
  }
  .inner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #thumb {
    min-width: 300px;
  }
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 16px;
  }
  p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1020) {
  #thumb {
    width: 150px;
  }
}
@media screen and (min-width: 812px) {
  #flux {
    flex-direction: row !important;
  }
}
@media screen and (min-width: 641px) {
  #flux {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  section {
    flex-direction: row;
  }
  #flux,
  #biochar {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .logo {
    width: 70%;
  }
}
@media screen and (max-width: 385px) {
  section.inner-break {
    flex-direction: column;
  }
}
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=projects.css.map */
