#baboon-hat, #chimpanzee-hat, #orangutan-hat, #gorilla-hat, #gibbon-hat, #proboscis-hat {
  opacity: 0;
  top: -20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 1rem;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
#landing {
  min-height: 100vh;
  height: auto;
  position: relative;
  padding: 60px 1rem 1rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
#landing #landing-info {
  width: calc(100% - (80vh - 4rem) / 1.161);
  height: auto;
  z-index: 1;
}
#landing #landing-info h1 {
  text-shadow: 0 0 100px rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 720px) {
  #landing #landing-info h1 {
    font-size: 11vw;
  }
}
#landing #landing-info p {
  margin: 0.5rem 0 1rem;
  max-width: 630px;
}
#landing #hexagon {
  width: calc((80vh - 4rem) / 1.161);
  height: calc(80vh - 4rem);
  display: table;
  transform: translate3d(0, 0, 0);
  z-index: 0;
}
#landing #hexagon .hex, #landing #hexagon .hex22 {
  opacity: 0;
  width: 33.3333333333%;
  height: 25%;
  position: absolute;
  top: 1rem;
}
#landing #hexagon .hex svg, #landing #hexagon .hex22 svg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}
#landing #hexagon .hex11 {
  left: 0;
  transform: translateY(66.5%);
}
#landing #hexagon .hex12 {
  left: 0;
  transform: translateY(198.5%);
}
#landing #hexagon .hex21 {
  left: 33.3333333333%;
  transform: translateY(0);
}
#landing #hexagon .hex22 {
  left: 33.3333333333%;
  transform: translateY(132.5%);
}
#landing #hexagon .hex23 {
  left: 33.3333333333%;
  transform: translateY(265%);
}
#landing #hexagon .hex31 {
  left: 66.6666666667%;
  transform: translateY(66.5%);
}
#landing #hexagon .hex32 {
  left: 66.6666666667%;
  transform: translateY(198.5%);
}
#landing #hexagon.loaded .hex, #landing #hexagon.loaded .hex22 {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
}
#landing #hexagon.loaded .hex11 {
  animation-delay: 0.25s;
}
#landing #hexagon.loaded .hex12 {
  animation-delay: 0.5s;
}
#landing #hexagon.loaded .hex21 {
  animation-delay: 0.25s;
}
#landing #hexagon.loaded .hex22 {
  animation-delay: 0;
}
#landing #hexagon.loaded .hex23 {
  animation-delay: 0.75s;
}
#landing #hexagon.loaded .hex31 {
  animation-delay: 0.5s;
}
#landing #hexagon.loaded .hex32 {
  animation-delay: 0.75s;
}
@media screen and (max-width: 900px) {
  #landing {
    flex-direction: column;
    min-height: auto;
  }
  #landing #landing-info {
    width: 100%;
    order: 1;
  }
  #landing #hexagon {
    width: calc(100vw - 2rem);
    height: calc((100vw - 2rem) * 1.161);
    max-width: calc(600px - 2rem);
    max-height: calc((600px - 2rem) * 1.161);
    /*max-height: 80vh;
    max-width: calc(80vh / 1.161);*/
    margin-top: 2rem;
    margin-bottom: 1rem;
    order: 0;
  }
}

#workwithus {
  min-height: 100px;
  height: auto;
  margin: 5rem auto;
  position: relative;
}
#workwithus ul {
  margin: 1rem 0 2rem 0;
  width: 100%;
  list-style: none;
  display: table;
}
#workwithus ul li {
  display: table;
  width: 100%;
  min-width: calc(50% - 5px);
  padding: 0.25rem 0.5rem 0.4rem 0;
  min-height: 70px;
  height: auto;
  border-bottom: 0px dotted #dddddd;
}
#workwithus ul li strong {
  font-size: inherit;
  display: block;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 600px) {
  #workwithus {
    margin: 4rem auto;
  }
}

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