/*
Large Display 2000px+
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media (min-width: 2000px) {
  html {
    font-size: 75%;
  }
}

@media (max-width: 1500px) {
  html {
    font-size: 55%;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 50%;
  }
}

@media (max-width: 900px) {
  html {
    font-size: 40%;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 35%;
  }
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

::-moz-selection {
  background-color: #5C7C2F;
  color: #fff;
}

::selection {
  background-color: #5C7C2F;
  color: #fff;
}

.heading {
  color: #5C7C2F;
  font-family: "Montserrat";
}

.heading-primary {
  font-size: 6rem;
  font-weight: 300;
}

.heading-secondary {
  font-size: 5rem;
  font-weight: 400;
}

@media (max-width: 500px) {
  .heading-secondary {
    font-size: 4rem;
  }
}

.heading-tertiary {
  font-size: 3.5rem;
  font-weight: 400;
}

.paragraph {
  color: #5C7C2F;
  font-family: "Lato";
  font-size: 2rem;
  font-weight: 300;
}

@media (max-width: 500px) {
  .paragraph {
    font-size: 2.5rem;
  }
}

.paragraph-large {
  font-size: 3rem;
}

.paragraph-italic {
  font-style: italic;
}

.paragraph-regular {
  font-weight: 400;
}

.paragraph-bold {
  font-weight: 700;
}

.paragraph-grey {
  color: #515151;
}

.btn {
  color: #fff;
  background-color: #5C7C2F;
  font-size: 2rem;
  font-family: "Montserrat";
  font-weight: 300;
  padding: 1.5rem 2.5rem;
  border: none;
  border-radius: 2rem;
  text-decoration: none;
}

.btn-large {
  font-size: 2.5rem;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  margin: 8rem auto;
}

@media (max-width: 1200px) {
  .footer-container {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .footer-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 500px) {
  .footer-container {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: center;
    margin-top: 10rem;
  }
}

.footer-img {
  height: 8rem;
  margin-right: 4rem;
}

@media (max-width: 500px) {
  .footer-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 500px) {
  .footer-text {
    margin: 3rem auto auto auto;
    width: 90vw;
  }
}

.footer-text .paragraph-grey {
  padding-bottom: 1.5rem;
}

.footer-text a {
  margin-right: 5rem;
}

.nav {
  width: 100vw;
  height: 10vh;
  margin: auto;
  padding: 1rem 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: fixed;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.95);
}

.nav-img {
  height: 100%;
  margin: 1rem 0 0 3rem;
}

@media (max-width: 900px) {
  .nav-img {
    height: 50%;
    margin: auto 0;
  }
}

@media (max-width: 500px) {
  .nav-img {
    display: none;
  }
}

.nav-list {
  display: -ms-grid;
  display: grid;
  width: 100rem;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin-left: 20rem;
  list-style-type: none;
  padding: 3.25rem;
}

@media (max-width: 1200px) {
  .nav-list {
    margin: 0;
  }
}

@media (max-width: 500px) {
  .nav-list {
    padding: 0;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
  }
}

.nav-list__item {
  font-family: "Montserrat";
  font-size: 3rem;
}

.nav-list__item a {
  color: #5C7C2F;
  text-decoration: none;
}

.nav-list__item--green a {
  color: #fff;
  background-color: #5C7C2F;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 2rem;
}

.voice-section {
  margin-top: 10rem;
}

.voice-section h1 {
  padding-top: 5rem;
  text-align: center;
}

.voice-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12rem;
  margin-top: 4rem;
}

@media (max-width: 1200px) {
  .voice-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.voice-img {
  width: auto;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}

@media (max-width: 1200px) {
  .voice-img {
    margin: auto;
    max-width: 50vw;
  }
}

@media (max-width: 500px) {
  .voice-img {
    max-width: 70vw;
  }
}

.voice-box {
  margin: 0 6rem;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1200px) {
  .voice-box {
    margin: 6rem auto;
    max-width: 60vw;
  }
}

@media (max-width: 900px) {
  .voice-box {
    max-width: 90vw;
  }
}

.voice-box .paragraph {
  margin-top: 1rem;
  line-height: 3rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.voice-box .paragraph-bold {
  text-align: center;
}

.about-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60vw;
  margin: 20rem auto auto auto;
}

@media (max-width: 1200px) {
  .about-section {
    width: 95vw;
  }
}

.about-section .heading-primary {
  text-align: center;
}

.about-section h2, .about-section p {
  margin-top: 1.5rem;
}

.about-section img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 900px) {
  .about-section img {
    max-width: 100%;
  }
}
