/*Vertically center owl carousel*/
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

/* Nav */

#header,
#header.header-scrolled  {
    padding-top: 0px;
    padding-bottom: 0px;
}

#header #logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

#header #logo img {
    height: 52px;
}

#nav-menu-container {
    height: 42px;
    padding-top: 22px;
}

@media (max-width: 787px) {
    #header #logo {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* Intro */

#intro h2 {
    width: 60%;
    margin: 0 auto;
}

#intro .carousel-item::before {
    background-color: rgba(0, 0, 0, 0.4);
}

/* Industries */

#industries .portfolio-item {
    height: initial;
    overflow: visible;
    margin-bottom: 30px;
}

#industries .portfolio-item .portfolio-info {
    height: initial;
}

#industries .portfolio-item .portfolio-info h4 {
    text-transform: uppercase;
}

#industries .portfolio-item .portfolio-info p {
    text-transform: none;
    text-align: justify;
}

/* Clients */

#clients img {
    max-height: 100px;
    width: auto;
    margin: 0 auto;
}

/* Careers */

#careers {
    background: url("img/facts-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}
  
#careers::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.88);
    z-index: 9;
}

#careers .container {
    position: relative;
    z-index: 10;
}