body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #000046;
  }

  .top-bar {
    height: 4px;
    padding: .2rem .5rem;
  }

  .navbar-brand img {
    height: 2px;
  }
  .navbar {
    font-size: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 150;
    letter-spacing: .10rem;
  }
  .navbar-toggler {
    background: transparent;
    border: 1px solid #F63854;
    color: #F63854;
    border-radius: 2px;
  }
  .nav-item {
    padding: 2px;
  }
.nav-link {
  color: #000046! important;
}
.nav-link.active,
.nav-link:hover {

  
}
.carousel-caption {
  position: absolute;
  top: 10%;
  left: 37%;
}
.carousel-caption h1 {
  color: #000046;
  font-weight: 800;
}
.carousel-caption a {
  background-color: #FF0707;
  color: white;
}

.video {
  padding-left: 10rem;
}
@media (max-width: 1000px) {
  .video {
    display: none;
  }
}
footer {
  background-color: #000046;
}
footer img {
  height: 5rem;
}










.fixed {
  background-image: url('../Images/PartnersLogo4.png');
  position: fixed;
}
.fixed-background {
  padding: 10em 0rem;
}
.fixed-background img {
  height: 3rem;
}
  .fixed-background {
    overflow: hidden; 
  }
  @media (max-width: 1199.98px) {

  }
  @media (max-width: 767.98px) {

  }
  .row, .container-fluid {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .fixed-background {
    position: relative;
    width: 100%;
    z-index: 1000!important;
  }
  .fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999 !important;
  }
  .fixed {
    z-index: -999!important;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
  }