/*
Theme Name: Crew Child
description: Midway Engineering - Crew
Template: crew-parent
Version: 1.0.0
Text Domain: crew-child
Author: BCW
*/
.name-title {
    color: #fff;
    border: none;
}
.primary-header-inner .flex-row {
    align-items: center;
}
#home-contact-form {
    background-color: var(--color-3);
}
.feature-box span.ql-heading{
    color: var(--color-1);
}
.jumbotron-sm {
    background: var(--color-1);
    opacity: .7;
}
.c2a a:hover{
    color: var(--color-2);
}
body .gform_wrapper ::placeholder,
body .gform_wrapper ::-webkit-input-placeholder,
body .gform_wrapper input[placeholder] {
    color: #fff;
}

.team-section {
    padding: 0 0 40px 0;
    background-color: var(--color-4);
}

.team-section .content {
    margin-bottom: 100px;
}

.team-section .members {
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 75px;
}

.team-section .member {
    flex: 0 1 calc(33.33% - 75px);
    min-width: min(100%, 300px);
}

.team-section .member .image {
    margin-bottom: 30px;
}

.team-section .member .image img {
    width: 100%;
    transition: all ease 1s;
}
.team-section .member .top-image img:hover {
    transform: scale(1.1);
}

.team-section .member .heading {
    font-size: 25px;
    color: var(--color-1);
    letter-spacing: 2.5px;
    margin-bottom: 5px;
    background-color: #fff;
    text-align: center;
}

.team-section .member .title {
    letter-spacing: 2px;
    font-weight: 700;
}

.team-section .member .content {
    margin-top: 30px;
    margin-bottom: 0;
}

.team-section .member .content p:last-child {
    margin-bottom: 0;
}