/*
Theme Name: Foundation Child
Description: Business Name
Template: foundation-parent
Version: 1.0.0
*/
.primary-header .logo-col {
	background-color: var(--color-4);
}
.primary-header .logo-col img {
	max-height: 140px;
}
.feature-section {
	color: #fff;
}
.content-section .image-col .image {
    background-attachment: scroll;
}
.banner-section .content .btn {
    color: var(--color-4);
}