@import url("https://fonts.googleapis.com/css2?family=Gideon+Roman&family=Poppins:wght@300;500;600;700&display=swap");
body {
  height: 100vh;
  margin: 0;
  font-family: 'Poppins', 'sans-serif';
  background: #fcfcfc;
}

.back {
  width: 5%;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s,  opacity .5s, visibility .5s;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 1;
  z-index: 1000;
}

#button::after {
  content: "^";
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

.hero {
  background: #E9E9E9;
  color: #014B23;
  display: -ms-grid;
  display: grid;
  text-align: center;
  padding: 4em;
  font-family: 'Poppins', 'sans-serif';
}

.scroller {
  width: 30px;
  margin-top: 2em;
}

.superhero {
  position: relative;
}

.superhero::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #b7e2ff;
  top: 20px;
  margin-left: 5.7em;
}

@media only screen and (min-width: 1250px) {
  .hero {
    height: 90vh;
  }
  .hero {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35% auto;
        grid-template-columns: 35% auto;
    background: unset;
    padding: 0;
  }
  .hero #button {
    margin: 30px;
  }
  .hero .treetrunk {
    background: #E9E9E9;
    padding: 6em 8em 6em 4em;
    text-align: center;
  }
  .hero .treetrunk img {
    width: 150%;
  }
  .hero .hero-text {
    background: #E9E9E9;
  }
  .hero .hero-text h1 {
    padding: 2em 2em 0em 4em;
    letter-spacing: .17em;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.2em;
    margin-left: -5em;
    overflow: hidden;
    border-right: .17em solid #014B23;
  }
  .hero .hero-question p {
    padding: 5em 2em 0em 4em;
    letter-spacing: .17em;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-left: -5em;
    overflow: hidden;
  }
  .hero .hero-question img {
    padding: 5em 0em 0em 0em;
    width: 5%;
  }
  .comic {
    display: unset;
    margin-left: -25%;
    margin-top: 15%;
    width: 100%;
  }
  .superhero {
    text-align: left;
  }
  .superhero .ashleft {
    margin-left: 8em;
    margin-top: 5em;
    z-index: 1;
  }
  .superashleft {
    width: 50%;
  }
  .superhero {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% auto;
        grid-template-columns: 40% auto;
  }
  .ashright {
    display: -ms-grid;
    display: grid;
    place-content: center;
    margin-right: 5em;
    font-family: 'Poppins', 'sans-serif';
    font-size: 1.2em;
    margin-top: 10em;
  }
  .projectplan {
    margin-left: 5em;
    margin-right: 5em;
    background: #fafafa;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% auto;
        grid-template-columns: 50% auto;
    position: relative;
    padding: 1em;
    -webkit-column-gap: 1em;
            column-gap: 1em;
  }
  .projectinfo {
    margin-left: 5em;
    margin-right: 5em;
    text-align: left;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% auto;
        grid-template-columns: 50% auto;
    -webkit-column-gap: 1em;
            column-gap: 1em;
  }
  .overallsample {
    position: relative;
    margin-bottom: 35em;
  }
  .end {
    position: absolute;
    top: 25em;
    left: 35em;
  }
  .heading {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% auto;
        grid-template-columns: 50% auto;
    text-align: center;
    margin-top: 1em;
    margin-bottom: -1em;
  }
  .sample {
    position: absolute;
    margin-left: 2em;
    margin-right: 2em;
    display: -ms-grid;
    display: grid;
    text-align: center;
    -ms-grid-columns: 50% auto;
        grid-template-columns: 50% auto;
    font-family: 'Poppins', 'sans-serif';
    font-size: 1.5em;
  }
  .empathiseHeading {
    position: relative;
    margin-bottom: 1em;
    margin-top: 5em;
    background: #D0F6FF;
    font-size: 1em;
    font-family: 'Poppins', 'sans-serif';
    display: block;
    color: black;
    width: 100%;
    height: 50px;
    padding-left: 9em;
  }
  .defineHeading {
    position: relative;
    margin-bottom: 1em;
    margin-top: 1em;
    background: #ffebd0;
    font-size: 1em;
    font-family: 'Poppins', 'sans-serif';
    display: block;
    color: black;
    width: 100%;
    height: 50px;
    padding-left: 9em;
  }
  .ideateHeading {
    position: relative;
    margin-bottom: 1em;
    margin-top: 1em;
    background: #e7ffd0;
    font-size: 1em;
    font-family: 'Poppins', 'sans-serif';
    display: block;
    color: black;
    width: 100%;
    height: 50px;
    padding-left: 9em;
  }
  .prototypeHeading {
    position: relative;
    margin-bottom: 1em;
    margin-top: 1em;
    background: #d0d3ff;
    font-size: 1em;
    font-family: 'Poppins', 'sans-serif';
    display: block;
    color: black;
    width: 100%;
    height: 50px;
    padding-left: 9em;
  }
  .realstory {
    margin: 4.2em;
    background: #363636;
    font-size: 1.2em;
    font-family: 'Poppins', 'sans-serif';
    display: block;
    color: white;
    width: 856;
    height: 60px;
    padding-left: 2em;
  }
  .headings {
    margin-left: 5em;
    margin-right: 5em;
    position: relative;
  }
  .blueline {
    position: relative;
  }
  .blueline::after {
    content: "";
    top: 40px;
    left: 0px;
    position: absolute;
    width: 4ch;
    height: 5px;
    background: #328bff;
  }
  .planline {
    position: relative;
  }
  .planline::after {
    content: "";
    top: 45px;
    left: 0px;
    position: absolute;
    width: 10ch;
    height: 5px;
    background: #328bff;
  }
  .challengeline {
    position: relative;
  }
  .challengeline::after {
    content: "";
    top: 45px;
    left: 0px;
    position: absolute;
    width: 14.5ch;
    height: 5px;
    background: #d64444;
  }
  .overcomeline {
    position: relative;
  }
  .overcomeline::after {
    content: "";
    top: 45px;
    left: 0px;
    position: absolute;
    width: 22.5ch;
    height: 5px;
    background: #328bff;
  }
  .lofi2hifi {
    margin-left: 4em;
    margin-right: 5em;
    margin-bottom: 4em;
    -ms-flex-line-pack: center;
        align-content: center;
    position: relative;
    z-index: 0;
  }
  .divphotogrammetry {
    position: relative;
  }
  .photogrammetry {
    position: absolute;
    z-index: 5;
    left: 680px;
    top: 20px;
  }
  .otherprojects {
    padding-left: 4em;
    color: white;
    background: black;
  }
  .devwork {
    margin-top: 2em;
    margin-left: 5em;
    margin-bottom: 1em;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100% auto;
        grid-template-columns: 100% auto;
    width: 80%;
  }
  .devwork2 {
    margin-top: -6em;
    margin-left: 5em;
    margin-bottom: 1em;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100% auto;
        grid-template-columns: 100% auto;
    width: 80%;
  }
  .hifilink {
    text-align: center;
  }
  a {
    color: inherit;
  }
}
/*# sourceMappingURL=relive.css.map */