@import url("https://fonts.googleapis.com/css2?family=Inter");
@import url("https://fonts.googleapis.com/css2?family=Manrope");
@import url("https://fonts.googleapis.com/css2?family=Kenia");
body {
  background: #fafafa;
  color: #333333;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Manrope", "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}

h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 55px;
}

h3 {
  font-weight: bold;
  font-size: 28px;
}

img {
  display: flex;
  margin: 0px auto;
  max-width: 100%;
}

a {
  color: #333333;
}

a:hover {
  text-decoration: none;
}

hr {
  background-color: #f2f2f2;
  border: none;
  height: 1px;
}

nav {
  position: fixed;
  z-index: 9999;
  display: block;
  margin: 0px;
  height: 72px;
  font-size: 17px;
  background: #ffffff;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}

small {
  color: #727272;
}

address {
  font-style: normal;
}

.nav-content {
  margin: 13px auto;
  max-width: 1200px;
  position: relative;
  z-index: 2;
  display: flex;
}

.nav-content-mobile {
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: flex;
  margin: 13px 20px;
  height: 44px;
  width: auto;
  padding: 0px;
  line-height: 46px;
}

.nav-list {
  -webkit-box-pack: justify;
  display: flex;
  margin: 0 10px;
  height: 44px;
  width: auto;
  list-style: none;
  padding: 0px;
}

.nav-list-item {
  padding-right: 42px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  height: 44px;
  z-index: 1;
  vertical-align: top;
  line-height: 46px;
}

.nav-link {
  color: black;
  text-decoration: none;
}

.header-link {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

#get-started-nav-link {
  color: white;
  background-color: #333333;
  padding: 15px;
  border-radius: 30px;
}

#get-started-nav-link:hover {
  text-decoration: none;
}

.bright-hover:hover {
  filter: brightness(130%);
}

.dark-hover:hover {
  filter: brightness(90%);
}

.nav-link-mobile {
  color: black;
}

.nav-spacer {
  height: 72px;
}

.mobile-menu {
  background-color: #ffffff;
  list-style: none;
  margin: 0px;
  padding: 20px 0px 0px;
}

.get-started-banner {
  overflow: hidden;
  max-width: 2160px;
  text-align: center;
  margin: auto;
  padding: 0px 24px 50px;
}

.get-started-qr {
  margin: 43px auto;
}

.get-started-item {
  display: -webkit-inline-box;
  padding: 10px;
}

#icon {
  width: 50px;
  padding: 10px;
  margin-top: 20px;
}

#navIcon {
  padding-top: 4px;
  width: 36px;
  margin: 0px;
}

.logo-container {
  writing-mode: vertical-lr;
  margin: auto;
}

#logo {
  width: 100px;
  margin: 0px;
}

#menu {
  background: none;
  padding: 0px;
  margin: 0px auto;
}

#menu ol {
  margin: auto;
}

#menu li {
  padding: 10px 45px;
  width: auto;
}

#menu a {
  color: #333333;
}

.message {
  background: white;
  margin: auto;
  padding: 124px 24px;
  text-align: center;
}

.home-cover {
  background-image: linear-gradient(178.52deg, rgba(51, 51, 51, 0) 1.26%, #0D3C36 95.82%), url(/img/woman-taking-climate-action.webp);
  background-position: top, 50% 35%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  padding: 32px 24px;
  text-align: center;
}

.site-header {
  color: white;
  text-align: center;
  font-size: 60px;
  max-width: 916px;
  margin: auto;
  margin-bottom: revert;
  margin-top: revert;
  padding-top: 72px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1607843137);
}

.site-desc {
  color: white;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1607843137);
}

.screenshot-desc {
  color: white;
  text-align: left;
}

.message p {
  line-height: 140%;
  margin: 16px 0 24px;
  font-size: 18px;
}

.message ol {
  padding: 0px;
  display: -webkit-inline-box;
}

.message li {
  display: table-cell;
  padding: 0px 6%;
  width: 33%;
}

.db {
  text-align: left;
}

.db li {
  display: list-item;
  padding: 0px;
  width: 100%;
}

.db ol {
  display: block;
  padding: revert;
}

.db-inner {
  max-width: 600px;
  margin: auto;
}

.screenshots {
  max-width: 325px;
}

#category-footprint-header {
  font-size: 24px;
  line-height: 1.5em;
}

.gray-highlight {
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 8px;
  display: inline-block;
}

.button {
  display: inline-block;
  text-align: center;
  background: #333333;
  text-decoration: none;
  color: white;
  padding: 16px 32px;
  border-radius: 30px;
  font-size: 18px;
  margin-top: 10px;
}

.outline {
  background-color: transparent;
  border: 2px solid rgba(51, 51, 51, 0.2);
  color: #333333;
}

.outline:hover {
  background: rgba(228, 228, 228, 0.4784313725);
}

#status {
  color: #4baf4f;
}

#load {
  color: #ffffff;
  text-align: center;
  font-size: 13px;
}

#annual-goal {
  font-size: 175px;
}

#annual-goal-background {
  border-radius: 20px;
  background-color: rgba(75, 175, 79, 0.2392156863);
  display: inline-flex;
  padding: 0px 30px;
}

#copyright {
  text-align: center;
  font-size: 12px;
}

#categories-list {
  display: block;
  text-align: left;
  padding: revert;
}

#categories-list li {
  display: list-item;
  padding: revert;
  width: revert;
}

.text-block {
  max-width: 800px;
  margin: auto;
  padding: 70px 100px;
}

.screenshot-header {
  color: white;
  text-align: left;
  font-size: 60px;
}

/* big screens */
@media (min-width: 800px) {
  .lil-screens-only {
    display: none !important;
  }
  .split-content {
    display: flex;
  }
  .split-left {
    width: 50%;
    margin: auto 10px auto auto;
    padding-right: 20px;
    min-height: 200px;
    max-width: 510px;
  }
  .split-left p {
    max-width: 441px;
  }
  .split-right {
    width: 50%;
    margin: auto auto auto 10px;
    padding-left: 20px;
    min-height: 200px;
    max-width: 510px;
  }
  .split-right p {
    max-width: 441px;
  }
}
/* lil screens */
@media (max-width: 800px) {
  .big-screens-only {
    display: none !important;
  }
  body,
  .get-started-item {
    margin: auto;
    padding: 0px;
  }
  .message li {
    display: inline-block;
    padding: 15px 0%;
    width: auto;
  }
  .db li {
    display: list-item;
    padding: 0px;
    width: 100%;
  }
  .screenshot-header {
    color: white;
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .site-header {
    font-size: 40px;
  }
  .text-block {
    padding: 70px 10px;
  }
}
.split-with-background {
  max-width: none;
  margin: unset;
  padding: 32px 24px;
}

.post-wrapper {
  max-width: 1000px;
  margin: auto;
  font-size: 22px;
  padding: 32px 24px;
}

.blog-wrapper {
  max-width: 800px;
  margin: 0px auto;
  font-size: 24px;
  padding: 32px 24px;
}
.blog-wrapper a {
  color: #333333;
}

.post-header {
  text-align: center;
  padding: 60px 0px;
}

.post-content {
  font-size: 24px;
  max-width: 750px;
  margin: auto;
  line-height: 1.5em;
  letter-spacing: 0.3px;
}
.post-content p {
  margin: 1.5em 0em;
}

.blog-cover-image {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}

.blog-content {
  font-size: 30px;
  max-width: 800px;
  margin: auto;
  line-height: 1.5em;
  letter-spacing: 0.3px;
}

.author-image {
  width: 250px;
  margin: 0px;
  border-radius: 125px;
  border: 1px solid #f2f2f2;
}

.blog-title {
  font-family: "Kenia", "Manrope", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 57px;
  letter-spacing: 2px;
  font-weight: normal;
}

.white {
  color: white;
  border-color: white;
}

.whiteBg {
  color: #333333;
  background: #ffffff;
}

.blue {
  color: #3F74A3;
  border-color: #3F74A3;
}

.left {
  float: left;
}

.textLeft {
  text-align: left;
}

.whiteLink {
  color: white;
  text-decoration: underline;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.collab-audio {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 20px;
}
.collab-audio small {
  color: #000000;
  line-height: 1em;
}
.collab-audio img {
  margin: 0px;
  width: 100px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.latest-post {
  max-width: 450px;
  margin: auto;
  border: 1px solid lightgray;
  border-radius: 19px;
  background-color: #ffffff;
}

.latest-post-text {
  padding: 25px;
}

.partners-row {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.partners-row img {
  max-width: 150px;
  margin: 0px 30px;
  padding: 25px 0px;
}

.press-row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.press-row img {
  max-width: 250px;
  margin: 0px 30px;
  padding: 25px 0px;
}

.message-description {
  text-align: left;
}

.section {
  padding: 6em 0px;
}

#download-qr {
  display: -webkit-box;
  -webkit-box-align: center;
  margin: auto;
  width: fit-content;
  padding-top: 36px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.nav-list-item button {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

.features-list li {
  display: list-item;
  text-align: left;
  width: 100%;
  padding: 0 0 30px;
}

.product-box {
  padding: 40px;
  max-width: 375px;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 10px auto;
}

.product-box:hover {
  box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.08);
}

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