:root {
  --text-color-dark: #222;
  --white: white;
  --black: black;
  --text-color-light: #aaa;
  --brand-color-1: #3898ec;
  --brand-color-2: #c860db;
  --brand-color-3: #63ecc0;
  --brand-color-4: #ffb08b;
  --light-grey-1: #f3f3f5;
  --light-grey-2: #ccc;
  --dark-grey-1: #636363;
  --dark-grey-2: #333;
}

body {
  color: #333;
  font-family: Roboto;
  font-size: .875rem;
  line-height: 1.25rem;
}

h1 {
  margin-bottom: .625rem;
  font-size: 2.875rem;
  font-weight: 300;
  line-height: 1.2em;
}

h2 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 1.6em;
  font-size: .9375rem;
  line-height: 1.6em;
}

a {
  color: var(--text-color-dark);
  font-size: .9375rem;
  line-height: 1.6em;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: .1875rem solid #ebebeb;
  margin-bottom: .625rem;
  padding: .625rem 1.25rem;
  font-size: 1.1875rem;
  line-height: 1.6em;
}

figure {
  margin-bottom: .625rem;
}

figcaption {
  text-align: center;
  margin-top: .3125rem;
  margin-bottom: 5rem;
}

.project-hero-copy {
  width: 50%;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.hero-headline {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.1em;
}

.body {
  font-size: .9375rem;
  line-height: 1.6em;
}

.project-content {
  display: block;
}

.project-content figure {
  margin-top: .625rem;
  margin-bottom: 3.125rem;
}

.project-content img {
  display: block;
}

.project-hero-section {
  padding-top: 3.75rem;
}

.project-hero-container {
  width: 90%;
  max-width: 62.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-details-container {
  width: 90%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-services {
  padding-left: 0;
}

.project-services ul {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  padding-left: 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.project-hero-logo {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding: 3.75rem;
  display: flex;
}

.navbar {
  width: 100%;
  height: 3.75rem;
  background-color: #f5f5f5;
  justify-content: center;
  display: flex;
  position: fixed;
}

.container-2 {
  width: 80%;
  height: 100%;
  max-width: 62.5rem;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.back-button {
  height: 100%;
  float: left;
  align-items: center;
  display: flex;
}

.body {
  height: 100vh;
  color: var(--text-color-dark);
  background-image: linear-gradient(41deg, #0a1949 9%, #22a351);
  font-family: Oxygen, sans-serif;
  font-weight: 400;
}

.container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 1.25rem 0;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-bottom: 3.75rem;
  font-size: 6rem;
  font-weight: 300;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 3.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
}

.button-firstfruits {
  border: 1px solid var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-indent: 0;
  text-transform: uppercase;
  background-color: #1e7c3a;
  border-radius: .375rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3.125rem;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.25rem;
}

.button-firstfruits:hover {
  background-color: var(--white);
  color: #1e7c3a;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 16.25rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.hero-section {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (max-width: 991px) {
  .body {
    background-image: linear-gradient(39deg, #0a1949, #22a351);
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-top: 3.75rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .heading {
    font-size: 4rem;
  }

  .heading-2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: linear-gradient(50deg, #0a1949, #22a351);
  }

  .container {
    padding-top: .625rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .heading {
    margin-bottom: 1.25rem;
    font-size: 2.375rem;
  }

  .heading-2 {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
  }

  .button-firstfruits {
    padding: .9375rem;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: linear-gradient(50deg, #0a1949 13%, #22a351);
  }

  .container {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading {
    margin-bottom: 2.5rem;
    font-size: 2.0625rem;
  }

  .heading-2 {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
  }
}


