body {
    font-family: 'Roboto', sans-serif;
}


.bg-company {
    background-color: #161a48;
}

.bg-company-primary {
    background-color: #ef8a5e;
}

.hero-section {
    height: calc(100vh - 86px);
    position: relative;
}

.hero-section .hero-image {
    background: url("/assets/img/home-page-hero2.jpg");
    background-color: #161a48;
    height: 100%;
    width: 100%;
    background-position: right;
    position: absolute;
    z-index: -100;
}

.hero-section .hero-overlay {
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);

    background-size: cover;
    background-position: center;
    z-index: -99;
}

.hero-section-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-portfolio-items {
    height: 35em;
    background-size: cover !important;
    background-position: center !important;
}

.portfolio-item-images {
    height: 35em;
    width: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    section.about-us .row .col-md-4 {
        order: 2;
    }
    
    section.motion-graphics .row .col-md-4 {
        order: 2;
    }
}