/* Make the site title bigger and bolder */
.site-title,
.site-title a,
.site-branding .site-title,
.site-branding .site-title a {
    font-size: 45px !important;
    font-weight: 1000 !important;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

/* Adjust for tablets */
@media (max-width: 900px) {
    .site-title,
    .site-title a {
        font-size: 38px !important;
    }
}

/* Adjust for phones */
@media (max-width: 600px) {
    .site-title,
    .site-title a {
        font-size: 28px !important;
    }
}
/* Tighten up the navigation menu */
.main-navigation a,
.primary-menu a {
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: 0.3px;
}

/* Make the "Schedule a Tour" button more prominent */
.header-btn a,
.header-button a {
    font-weight: 700 !important;
    padding: 12px 24px !important;
    font-size: 15px !important;
}

/* Make the tagline bigger and styled */
.site-description,
.site-branding .site-description {
    font-size: 18px !important;
    font-weight: 500 !important;
    font-style: regular;
    letter-spacing: 0.3px;
    margin-top: 8px !important;
    color: #2C5F8D;
    display: block !important;
	text-align: center !important;
}

/* Force all animated elements to be visible immediately */
.acme-animate .init-animate,
.init-animate,
.init-animate.slideInUp1,
.init-animate.slideInUp2,
.init-animate.slideInUp3,
.init-animate.slideInUp4,
.init-animate.fadeInDown,
.init-animate.fadeInUp,
.init-animate.fadeIn,
.init-animate.slideInLeft,
.init-animate.slideInRight,
.init-animate.zoomIn,
.init-animate.bounceIn {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
    -webkit-animation: none !important;
}

/* Force Gutentor sections to be visible */
.gutentor-section,
.gutentor-single-item,
.gutentor-grid-item-wrap,
[class*="gutentor-"] {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Disable WOW.js animation library (which powers these) */
.wow {
    opacity: 1 !important;
    visibility: visible !important;
    animation-name: none !important;
    -webkit-animation-name: none !important;
    animation-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
}
/* Fix Our Team section blank space */
#section-6a82a2a2-4b6c-483d-ad44-c7c500432e4a .gutentor-image-thumb,
#section-6a82a2a2-4b6c-483d-ad44-c7c500432e4a .gutentor-single-item-image-box {
    background-color: #f0f0f0 !important;
    min-height: 200px;
}

/* Force team images to eagerly load and reserve space */
.gutentor-testimonial .gutentor-image-thumb img,
#section-6a82a2a2-4b6c-483d-ad44-c7c500432e4a img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background-color: #f0f0f0;
    display: block !important;
}

/* Remove excessive padding causing blank space */
#section-6a82a2a2-4b6c-483d-ad44-c7c500432e4a {
    padding: 60px 0 60px 0 !important;
}

@media only screen and (min-width: 992px) {
    #section-6a82a2a2-4b6c-483d-ad44-c7c500432e4a {
        padding: 80px 0 80px 0 !important;
    }
}