
@font-face { 
    font-family: Montserrat-Regular; 
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face { 
    font-family: Montserrat-Bold; 
    src: url('../fonts/Montserrat-Bold.ttf');
}
    
body {
    font-family: Montserrat-Regular;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 75px;
    background: #fff;
}

.navbar .nav-item .nav-link {
    color: #000;
    font-weight: 700;
}

.separator {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 5px solid #00010c;
    width: 100px;
}

.white-separator {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 5px solid #fff;
    width: 100px;
}

#about {
    height: 450px;
    background:url('../img/about-us-background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#about .about-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-content .about-heading,
.newsletter-content .newsletter-heading {
    font-family: Montserrat-Bold;
    text-align: center;
    color: #fff;
}

.about-content .about-description,
.newsletter-content .newsletter-description {
    text-align: center;
    color: #fff;
}

#services {
    background-color: #fff;
}

.services-content .services-heading,
.teams-content .teams-heading {
    font-family: Montserrat-Bold;
    text-align: center;
    color: #000;
}

.services-content .services-description,
.teams-content .teams-description {
    text-align: center;
    color: #000;
}

.services-content .service-heading,
.services-content .service-description,
.teams-content .team-heading,
.teams-content .team-description {
    text-align: center;
}

.teams-content .team-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.teams-content .team-social a:not(:first-child) {
    margin-left: 2.5rem;
}

#newsletter {
    background-color: #010327;
}

.newsletter-content .form-group:not(:last-child) {
    margin-bottom: .75rem;
}

#contact-us {
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 200px;
    padding-right: 400px;
}

#contact-us .contact-content {
    display: flex;
    padding-left: 500px;
    padding-right: 500px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-content .reach-us {
    color: #fff;
    padding: 1.5rem;
    width: 50%;
    padding-left: 200px;
    padding-right: 400px;
    text-align: center;
}

.contact-content .message-us {
    background-color: #fff;
    padding: 1.5rem;
    width: 60%;
}

.reach-us-information .reach-us-icon {
    margin-right: .5rem;
    padding-left: 650px;
    padding-right: 5px;
}

.reach-us-social {
    display: flex;
    padding-left: 350px;
    padding-right: 5px;
}

.reach-us-social a:not(:first-child) {
    margin-left: 1.5rem;
    padding-left: 350px;
    padding-right: 5px;
}

.reach-us-form .form-group:not(:last-child) {
    margin-bottom: .75rem;
    padding-left: 350px;
    padding-right: 400px;
}

#footer {
    height: 210px;
    background-color: #00010c;
}

.footer-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-content .footer-nav {
    display: flex;
    justify-content: center;
}

.footer-content .footer-link:not(:first-child) {
    margin-left: 1.5rem;
}

.footer-content .footer-link {
    text-decoration: none;
    color: #fff;
}

.footer-copy-right {
    text-align: center;
    color: #fff;
}

/* Staffing CSS */
.banner {
    height: 550px;
    background-color: #010327;
}

.banner .banner-row {
    height: 100%;
}

.banner .banner-info {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-info .banner-heading,
.banner-info .banner-description {
    color: #fff;
    padding-left: 150px;
}

.banner-info .banner-button {
    padding-left: 150px;
}

.banner-info .btn-brown {
    background-color: #7F4248;
    color: #fff;
}

.banner-image img {
    width: 100%;
    height: 550px;
}

#about-staffing .about-staffing-content {
    position: relative;
    left: -5%;
    background-color: #fff;
    padding: 1.25rem;
    width: 450px;
}

.about-staffing-content .about-staffing-description p{
    word-wrap: break-word;
    text-align: left;
}

.insight {
    background:url('../img/network.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: .75rem;
    padding-bottom: 0 !important;
    color: #fff;
    word-wrap: break-word;
}

.insight .readmore {
    position: relative;
    background-color: #fff;
    padding: 1rem;
    color: #000;
    width: 50%;
    bottom: 0;
    left: 50%;
}

#allen-life {
    background-color: #010327;
    background-position: center;
}

#allen-life .heading {
    color: #fff;
}

#allen-life .card {
    border: none !important;
}

.insight .readmore {
    position: relative;
    background-color: #fff;
    padding: 1rem;
    color: #000;
    width: 50%;
    bottom: 0;
    left: 50%;
}

#latest-news {
    background-color: #fff;
}

#latest-news .heading {
    color: #000;
}

#latest-news .card {
    border: none !important;
}

#latest-news .card .date {
    color: red;
}
