#landing {
  background-color: #1A2530;
  height: 100vh;
  display: -ms-grid;
  display: grid;
}

#landing .description {
  width: 60%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  font-size: 48px;
  font-family: Oswald, sans-serif;
  color: #FFF;
  text-align: center;
  z-index: 5;
  strong-font-size: 64px;
  strong-font-weight: bold;
}

#landing .logo {
  position: absolute;
  right: -400px;
  top: -40px;
  height: 110vh;
  width: 1200px;
  z-index: 3;
}

#landing .logo path {
  fill: #34495E;
  stroke: #34495E;
}

#landing::after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100vw;
  height: 10vh;
  bottom: -10vh;
  right: 0px;
  border-style: solid;
  border-width: 0px calc(100vw - 360px) 10vh 0px;
  border-color: transparent #1A2530 transparent transparent;
}
/*# sourceMappingURL=landing.css.map */