/*-- Header--*/

.header .header-info {
    padding: 1em 0;
}

.header .header-info-logo-img img {
    width: 350px;
}

/*-- Home --*/

.page-home .text {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

.page-home .list {
    padding-bottom: 0;
}

.page-home .galleryslideshow {
    background: url(https://apihoard.webit.com/api/v1/Image/991477FEC3AD006249CEE17386A52702/991477FEC3AD006249CEE17386A52702.jpg?size=1920x1440);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-home .list-text-title {
    color: #F76F63 !important;
    font-weight: 300 !important;
}

@media (max-width: 575px) {
    .page-home .textwithimage h1 {
        font-size: 1.125rem !important;
    }
}

/*-- Subpages --*/

section:not(.page-home) .title {
    position: relative;
    margin-bottom: 1em;
    padding: 5em 0;
    background: url(https://apihoard.webit.com/api/v1/Image/36EC7108B61EC2821552E8765484181E/36EC7108B61EC2821552E8765484181E.jpg?size=1920x1440) no-repeat center center;
    background-size: cover;
    text-align: center;
}

section:not(.page-home) .title-heading {
    position: relative;
    margin: 0;
    z-index: 2;
    color: #fff;
    text-shadow: 2px 2px 0 #000;
    text-transform: uppercase;
}

.title+.businessinfo {
    padding-top: 1em;
}

@media(min-width: 768px) {
    section:not(.page-home) .title-heading {
        font-size: 2.5rem;
    }
}


	/* should make the long emails in default headers, footers, and business info modules wrap so that they don't stretch too far on super small mobile sizes (ie galaxy fold)  */
	.contact-companyinfo .contact-email .contact-details-info,
	.header .header-business-email,
	.footer .footer-business-email {
		overflow-wrap: anywhere;
	}

    .testimonial-container .row {
        margin-bottom: 1em;
    }

    .testimonial {
    background: #f5f5f5;
    padding: 1em;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 1em;
}

    .testimonial .fa-star {
        color: var(--color-theme-highlight);
    }

    .author {
        color: var(--color-theme-primary);
        text-transform: uppercase;
        font-weight: 700;
    }