html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 75px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #d4dbe2;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.navbar{
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 0px 15px 0px #999;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #333;
}

.nav-underline .nav-link:hover {
  color: #415e7e;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.bg-purple {
  background-color: #6f42c1;
}

.nav-item{
  font-weight: 500;
  padding: 0 1rem;
  text-transform: uppercase;
}
.carousel-item img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
 .marketing .col-lg-4 {
  margin-bottom: 3rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}



/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


.navbar-brand{
  font-size: 28px;
  color:#265452;
}
.navbar-brand a{
  color:#265452;
}
@media (min-width: 768px) {
  .navbar-brand{
    font-size: 32px;
  }
}

.list-group-item{
  /* padding-left: 4rem; */
  text-align: center;
}

.card{
  height: 100%;
}



.footer{
  background-color: #d4dbe2;
  color: #333;
}

.careers.card{
  background-color: #d4dbe2;
}
.carousel-caption{
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  right: 0;
  color: #000;
  background-color: rgba(0, 0, 0, .3);

}
.carousel-caption h1{
  margin-top: 190px;
  color: #fff;
    
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding:0 30px;
}
.carousel-caption h2{
  margin-top: 20px;
  color: #fff;
    
  font-family: 'Work Sans', sans-serif;
  font-weight: 100;
  padding:0 30px;
}
.carousel-caption hr{
  margin:0 200px;
  color:#fff;
  height: 3px;
  opacity: 1;
}
@media (min-width: 768px) {
  .carousel-caption h1, .carousel-caption h2{
    padding:0 200px;
  }
}

img.showfixed {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-link{
  color: rgba(0,0,0,.85) !important;
}