.body {
  overflow: hidden;
}

#hero .jumbotron {
  background-attachment: fixed;
  transform: none;
  height: 85vh;
  margin-bottom: 0px;
  padding-bottom: -50px;
}

.jumbotron {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

#options .container {
  margin-top: -65px;
  padding-top: -100px;
}

#options {
  background-color: #36CDC4;
}

#testimonials .container-full-bg {
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
  background-color: #5C2686;
}

#testimonials .title {
  color: white;
}

#apis .container-full-bg {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

#contact .container-full-bg {
  background-attachment: fixed;
  background-image: url(/../img/material-red.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: top center;
  align-items: center;
}

.vendor {
  -o-object-fit: cover;
     object-fit: cover;
  /* Do not scale the image */
  -o-object-position: center;
     object-position: center;
  /* Center the image within the element */
  width: 100%;
  max-height: 175px;
}

.navbar .navbar-brand {
  height: 100px;
}

.logo {
  max-height: 125px;
  max-width: 100%;
  margin-bottom: 25px;
}

#hero2 {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#hero2 video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

#hero2 .container {
  position: relative;
  z-index: 2;
}

#hero2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1C0658;
  opacity: 0.3;
  z-index: 1;
}

#lead {
  max-width: 60%;
}

@media (pointer: coarse) and (hover: none) {
  #hero2 {
    background: url(/../img/retrobg.png) black no-repeat center center scroll;
  }

  #hero2 video {
    display: none;
  }

  #lead {
    max-width: 100%;
  }
}

.top {
  z-index: 2;
}

