html,
body {
  width: 100%;
  height: 100vh;
}
body {
  font-family: Inter, Helvetica, Arial;
  font-weight: 200;
}
h1,h2,h3,h4 {
  font-weight: 600;
}
.text-yellow {
color: #FED349 !important;
}
.text-purple {
color: #ADAAFF !important;
}
.text-semi-bold {
font-weight: 400 !important;
}
a {
  color: #fff;
}
a:hover {
  color: #FED349;
  text-decoration: none;
}

.btn-primary,
 .btn-primary:hover {
  background-color: #618CFB;
  border-color: #618CFB;
  padding: 0.5rem 2.5rem;
}

.navbar.fixed-top {
  position: absolute;
}
.navbar .navbar-brand {
  font-weight: 400;
  font-size: 0.8rem;
  text-align: center;
}
.navbar .navbar-brand span {
  font-size: 1.5rem;
}
.navbar .navbar-brand img {
  max-height: 1.5em;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size:0.9em;
  font-weight:400;
  padding: 0.5em 1em;
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: #005467 url(/static/img/hero-background.svg) left center no-repeat;
}

header.masthead .header-content {
  max-width: 600px;
  margin-top: 10rem;
}

header.masthead .header-content h1 {
  font-size: 2.6em;
}

header.masthead .promo {
  background-color: #341c07;
  font-weight: 500;
  padding: 5px 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
}
.hero-image {
  max-width: 20em;
  height: auto;
}
@media (min-width: 992px) {
  .hero-image {
    max-width: 60em;
  }
}

.ready-section {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: #04334A;
  background: #ffdc5e url(/static/img/ready-bg.svg) left center no-repeat;
}

.customer-logos {
  margin: 15rem 20px 0;
}

.mt-section {
  margin-top: 10rem;
}

.mt-section h4 {
  display: inline-block;
  padding-bottom: 1em;
  position: relative;
}

.mt-section h4:before {
    content: "";
    position: absolute;
    width: 3em;
    bottom: 0;
    border-bottom: 2px solid #FED349;
}

section.soc2 {
  background-color: #04334A;
  color: #fff;
}
section.soc2 img,
 section.onprem img {
  max-width: 20em;
  max-height:20em;
}

.customer-logos .logos a {
  display: inline-block;
  width: 10em;
  height: 3.5em;
  padding: 1em 2em;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 24px 28px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 5%);
  background-color: #fff;
  margin: 5px 10px;
  border-radius: 0.5em;
}

.customer-logos .logos a img {
  max-height: 1.3em;
  max-width: 6em;
}

.advantages .row {
   margin-top: 5rem!important
}

footer {
  background-color: #005467;
  color: #fff;
  padding-top: 2rem;
}
footer .logo {
  max-width: 10em;
  max-height: 10em;
}
footer .fa-2x {
  margin-right: 0.3em;
}
footer a {
  font-weight:400;
  line-height: 1.8em;
}
footer .container {
  position: relative;
}
footer .container .plane-logo {
  position: absolute;
  right: 8em;
  top: -8em;
  max-width: 12em;
}
