@import "feature.css";
@import "map.css";
.page-template-template-home-php .site-content hr {
	margin: 4em 0;
}

.page-template-template-home-php .site-content hr:last-child {
	display: none;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px;
    height: 0;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.site-branding .logo {
    width: 400px;
    max-width: 100%;
}

.site-branding .logo--small {
    max-width: 120px;
}

.hero-widgets-wrap h1.widget-title {
    line-height: 1.63;
    @media (max-width: 575.98px) {
        font-size: 2.5rem;
    }
}

.bg-image-header .site-branding, .home-header-bg .site-branding {
    padding: 2.188em 1rem;
}

ul.pagination {
    display: flex;
    justify-content: center;
}

.hero-placement--top .home-header-bg {
    background-position: top center;
}

.hero-placement--center .home-header-bg {
    background-position: center center;
}

.hero-placement--bottom .home-header-bg {
    background-position: bottom center;
}
