/* Adjust size of headings on atty profile page */
.staff-content__content h2 {
    color: #7cb0d3 !important;
    font-size: 1.25rem;
}


/* Adjust font of letteting on banner on mobile view */
@media only screen and (max-width: 500px){
    .banner-a .banner__title {
        font-size: 2rem !important;
    }
}
.banner-a .banner__subtitle {
    font-weight: bolder;
}


/* Adjust font size of nav menu */
li.navigation__item.navigation__item--default a {
    font-weight: 600 !important;
}
.location__address-wrapper p {
    font-weight: 600 !important;
}
.cta__button--icon {
    color: white !important;
}


/* Increase size of header logo */
.header-f .column-1 {
    max-width: 45%;
}