/**
 * Header
 */

header {
    font-family: var(--bs-heading-font-family);
}

header nav .navbar-brand img {
    max-height: 70px;
    transition: all .3s ease;
}

/**
 * Footer
 */

footer {
    font-family: var(--bs-heading-font-family);
    font-size: .9375rem;
}

footer nav .navbar-brand img {
    max-height: 56px;
}

footer .social-networks .nav-link:focus,
footer .social-networks .nav-link:hover {
    color: var(--bs-white);
}

/**
 * Main
 */

p:last-child {
    margin-bottom: 0;
}

.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, var(--bs-primary) 0%, rgba(101, 126, 145, 0) 50%);
    opacity: 33%;
}

svg.icon {
    height: 1em;
}

.cms-content * + h3 {
    margin-top: 1.75rem;
}
.cms-content * + h4 {
    margin-top: 1.5rem;
}


.cms-content b, strong {
    font-weight: 600;
}

.cms-content ul ul {
    margin-top: 1rem;
}

.cms-content li:not(:last-child) {
    margin-bottom: 1rem;
}

.service-card .service-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.25em;
    font-size: 1.375rem;
    line-height: 1.125em;
    text-decoration: none;
    text-wrap: balance;
    color: inherit;
}

.iti {
    width: 100%;
    font-size: 1rem;
}
.iti .iti__selected-country-primary {
    padding: 0 .75rem;
    border-top-left-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
}

/**
 * Index
 */

#page-index #banner h1 {
    line-height: 1.375;
}

@media (min-width: 992px) {
    #page-index #banner h1 {
        max-width: 12em;
    }
}
