html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'Poppins', sans-serif; }

header {
  height: 100vh;
  background: url(images/header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex; }

p {
  font-size: 14px !important;
  line-height: 20px !important; }

#logo {
  width: 30%;
  position: absolute; }
  @media screen and (max-width: 1000px) {
    #logo {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    #logo {
      width: 80%; } }
  #logo img {
    max-width: 100%; }

#banner {
  display: flex;
  width: 100%;
  align-items: flex-end; }
  #banner h2 {
    text-align: center;
    font-size: 20pt;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 2%; }

#tagline {
  opacity: 0; }

#zoom {
  visibility: hidden; }

#content {
  visibility: hidden; }

.animated {
  visibility: visible !important; }

#intro {
  background-color: #FBB13A;
  color: white; }
  #intro h3 {
    font-size: 16pt;
    text-align: center;
    padding: 2%;
    color: white; }
  #intro #content {
    display: flex;
    margin: auto; }
    @media screen and (max-width: 1000px) {
      #intro #content {
        display: block; } }
    #intro #content p {
      text-align: left !important;
      width: 50%;
      padding: 3%;
      box-sizing: border-box;
      line-height: 1.2; }
      @media screen and (max-width: 1000px) {
        #intro #content p {
          width: 100%;
          padding: 3%; } }
    #intro #content #people {
      line-height: 1.8;
      width: 50%;
      display: flex;
      margin: auto;
      text-align: center; }
      @media screen and (max-width: 1000px) {
        #intro #content #people {
          width: 100%;
          padding: 3%; } }
      #intro #content #people li {
        width: 30%;
        margin: 1%; }
      #intro #content #people img {
        max-width: 75%;
        animation: fadein 3s; }
      #intro #content #people h4 {
        line-height: 1.8;
        font-style: italic;
        font-size: 9pt; }

#video {
  height: 100vh;
  width: 100vw; }
  @media screen and (max-width: 1000px) {
    #video {
      height: 70vh;
      width: 100vw; } }
  @media screen and (max-width: 600px) {
    #video {
      height: 40vh;
      width: 100vw; } }

iframe {
  min-width: 100% !important;
  min-height: 100% !important;
  width: auto;
  height: auto; }

#section2 {
  background-color: #FBB13A;
  color: white; }
  @media screen and (max-width: 1000px) {
    #section2 {
      display: none; } }
  #section2 p {
    padding: 3%;
    columns: 2;
    column-gap: 20px;
    line-height: 1.2;
    text-align: left !important; }
    @media screen and (max-width: 1000px) {
      #section2 p {
        columns: 1; } }

#section2-mobile {
  background-color: #FBB13A;
  color: white; }
  @media screen and (min-width: 1000px) {
    #section2-mobile {
      display: none; } }
  #section2-mobile p {
    padding: 3%;
    line-height: 1.2;
    text-align: left !important; }

.fade-mobile {
  height: auto; }
  .fade-mobile img {
    max-height: 100%;
    max-width: 100%; }

.fade {
  height: 100vh;
  margin: auto; }
  @media screen and (max-width: 1000px) {
    .fade {
      display: none; } }
  @media screen and (max-width: 1000px) {
    .fade {
      height: auto; } }
  .fade img {
    height: 100vh;
    margin: auto;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .fade img {
        height: auto;
        max-width: 100%; } }

.slick-prev:before, .slick-next:before {
  color: white !important;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.46); }

.slick-slider {
  margin-bottom: 0px; }

.slick-prev {
  left: 50px;
  z-index: 10000; }

.slick-next {
  right: 50px; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: .5; }

#icons {
  background-color: #62BB9D;
  padding: 40px 0; }
  @media screen and (max-width: 1000px) {
    #icons {
      display: none; } }
  #icons ul {
    display: flex;
    width: 70%;
    justify-content: space-between;
    margin: auto; }
    @media screen and (min-width: 1500px) {
      #icons ul {
        width: 50%; } }
    #icons ul li {
      width: 30%;
      color: white;
      line-height: 1.3; }

#icons-mobile {
  display: none;
  background: #62BB9D;
  padding-bottom: 5%;
  color: white; }
  @media screen and (max-width: 1000px) {
    #icons-mobile {
      display: block; } }
  #icons-mobile img {
    max-width: 100%; }
  #icons-mobile li {
    width: 70%;
    margin: auto;
    text-align: center; }
    #icons-mobile li img {
      margin-top: 30px;
      margin-bottom: 8px;
      max-width: 20%; }
      @media screen and (max-width: 600px) {
        #icons-mobile li img {
          max-width: 50%; } }

#msg {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: red; }

#blueprint {
  background: url(images/grid.svg); }
  @media screen and (max-width: 1000px) {
    #blueprint {
      height: 100%; } }

#blue {
  padding-top: 1%;
  padding-bottom: 2%;
  max-height: 100%;
  margin: auto;
  display: block; }
  @media screen and (min-width: 1200px) {
    #blue {
      width: 80%; } }
  @media screen and (min-width: 1400px) {
    #blue {
      width: 70%; } }
  @media screen and (min-width: 1600px) {
    #blue {
      width: 60%; } }
  @media screen and (max-width: 700px) {
    #blue {
      display: none; } }

#blue_mobile {
  display: none; }
  @media screen and (max-width: 700px) {
    #blue_mobile {
      display: block; } }

#hov1 {
  fill: rgba(255, 255, 255, 0); }

#hov1:hover {
  fill: rgba(98, 187, 157, 0.46);
  transition: .5s ease; }

#hov2 {
  fill: rgba(255, 255, 255, 0); }

#hov2:hover {
  fill: rgba(98, 187, 157, 0.46);
  transition: .5s ease; }

#hov3 {
  fill: rgba(255, 255, 255, 0); }

#hov3:hover {
  fill: rgba(98, 187, 157, 0.46);
  transition: .5s ease; }

#hov4 {
  fill: rgba(255, 255, 255, 0); }

#hov4:hover {
  fill: rgba(98, 187, 157, 0.46);
  transition: .5s ease; }

#hov5 {
  fill: rgba(255, 255, 255, 0); }

#hov5:hover {
  fill: rgba(98, 187, 157, 0.46);
  transition: .5s ease; }

#hov6 {
  fill: rgba(255, 255, 255, 0); }

#hov6:hover {
  fill: rgba(98, 187, 157, 0.46);
  transition: .5s ease; }

.text {
  padding-top: 20px;
  padding-bottom: 1%;
  color: #62BB9D;
  font-size: 20pt;
  text-align: center; }
  @media screen and (max-width: 700px) {
    .text {
      display: none; } }

#pods ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: auto; }
  @media screen and (max-width: 1000px) {
    #pods ul {
      width: 100%; } }
  #pods ul li {
    width: 30%;
    margin: auto;
    text-align: center;
    margin-bottom: 2%; }
    @media screen and (max-width: 1000px) {
      #pods ul li {
        width: 40%; } }
    @media screen and (max-width: 600px) {
      #pods ul li {
        width: 60%; } }
    @media screen and (max-width: 500px) {
      #pods ul li {
        width: 80%; } }
    @media screen and (max-width: 1000px) {
      #pods ul li img {
        width: 80%; } }
#pods p {
  padding: 5%;
  box-sizing: border-box;
  width: 300px;
  background-color: #bfbfbf;
  height: 230px;
  color: white;
  display: table-cell;
  vertical-align: middle; }
  @media screen and (max-width: 1000px) {
    #pods p {
      width: 100%; } }
  @media screen and (min-width: 1400px) {
    #pods p {
      width: 90%; } }

#bottompic {
  background: url(images/eco_bottom.png) no-repeat center center fixed;
  height: 100vh;
  width: 100vw; }
  @media screen and (max-width: 1000px) {
    #bottompic {
      background-size: cover; } }

footer {
  height: 100vh;
  width: 100vw;
  background-color: #62BB9D;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  footer img {
    width: 30%; }

.clearfix {
  clear: both; }

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