html,
body {
  height: 100%;
  background-color: #33454b;
}
.header {
  height: 100%;
}
.logo {
  position: absolute;
  width: 120px;
  margin: 20px 0 0 30px;
}
.hero {
  font-family: "nimbus-sans", sans-serif;
  height: 600px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero::after {
  content: "";
  -webkit-filter: blur(5px) grayscale(50%);
          filter: blur(5px) grayscale(50%);
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.hero .contact-cta {
  margin-top: 2.4em;
}
.tagline {
  color: #fff;
  font-size: 45px;
  max-width: calc(100% - 60px);
  line-height: 1.3;
}
.contact-cta {
  color: #fff;
  background-color: #2298c9;
  padding: 1em 1.5em;
  cursor: pointer;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.contact-cta:hover {
  background-color: #2ba8db;
  -webkit-transform: scale3d(1.02, 1.01, 1);
          transform: scale3d(1.02, 1.01, 1);
}
.about-cta {
  position: absolute;
  width: 100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  bottom: 26px;
  color: #fff;
}
.network-animation-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.network-animation-container #network-animation {
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  margin-left: -100px;
  margin-top: -100px;
}

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