/*
 Theme Name:   Theme 1
 Description:  Website Factory Theme 1
 Author:       The Website Factory
 Author URI:   https://thewebsitefactory.org/
 Template:     base
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  theme-1
*/
.hero .overlay, .hero-inner .overlay {
    background-color: rgb(33 64 104 / 45%);
}
.hero picture {
    right: -5rem;
    left: auto;
    width: 185rem;
}
.hero img {
    object-position: bottom right;
}
.hero-content__cta {
    width: 40rem;
}
.content {
    padding-left: 2rem;
}
.staff-container.team-photo .staff-img {
    float: none;
    max-width: none;
    margin-left: auto;
}
.staff-container.team-photo .staff-img img {
    width: 100%;
}
.staff-container.team-photo .staff-container_header, .staff-container.team-photo .staff-bio {
    display: none;
}


@media screen and (min-width:1600px) {
    .about.row > .col.padded.half::after {
        content: '';
        flex: auto;
    }
}
@media screen and (max-width:1000px) {
    .hero-content__cta {
        width: 35rem;
    }
}

@media screen and (max-width: 768px) {
    .hero picture {
        right: auto;
        width: 100%;
    }
    .hero img {
        object-position: bottom center;
    }
    .hero-inner img {
        object-position: center;
    }
}
