.body {
    font-family: 'Roboto', sans-serif;
}

.bg-blue {
    background-color: #1d95d4;
}

.bg-red {
    background-color: #b7332f;
}

.bg-grey {
    background-color: #636e72;
}

.color-blue {
    color: #1d95d4;
}

.color-red {
    color: #b7332f;
}

.color-white {
    color: #ffffff;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.fw-300 {
    font-weight: 300;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.btn {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.btn-primary {
    background-color: #1d95d4 !important;
}

.btn-danger {
    background-color: #b7332f !important;
}

.btn-round-lg {
    align-items: center;
    height: 45px;
    font-size: 16px;
    font-weight: 700;
}

.carousel-inner {
    max-height: 600px;
}

.page-section .masthead {
    background-position: center;
    background-color: rgba(00,00,00,.8);
    background-blend-mode:  darken;
}

.page-section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 30px;
    text-transform: none;
}

.page-section p.section-paragraph {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}

.page-section h2.section-maintext {
    font-size: 56px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
}

.page-section h3.section-subtext {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: none;
    font-family: 'Lato', sans-serif;
}

.service-heading {
    margin: 15px 0;
    text-transform: none
}

.card {
    height: 300px;
}

.team-member {
    margin-bottom: 50px;
    text-align: center
}

.team-member img {
    width: 225px;
    height: 225px;
    border: 7px solid rgba(0, 0, 0, .1);
    object-fit: cover;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none
}

.team-member p {
    margin-top: 0
}