.starter-container {
  background-color: rgba(255, 255, 255, .1);
}

.globe-scaler {
  width: 100px;
  height: 100px;
}

.logo-scaler {
  max-height: auto;
}

.logo-wrapper {
  height: 50px;
}

.logo-ref-scaler {
  max-width: 200px;
  max-height: 100px;
  background: #FFFFFF;
}

.cover-content {
  -webkit-backdrop-filter: saturate(100%) blur(2px);
  backdrop-filter: saturate(100%) blur(2px);
}

.screenshot-scaler {
  max-width: 100%;
  height: 300px;
}

.info-container {
  border-radius: 21px 21px 0 0;
  min-height: 550px;
  width: 80%;
}

.service-title-container {
  min-height: 700px;
}

.container {
  max-width: 960px;
}

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}
/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden {
  overflow: hidden;
}
