/* Header sizing preview for the showcase templates. */
.nav-logo-img {
    transform: scale(1.26);
    transform-origin: left center;
}

.footer-logo-img {
    transform: scale(1.08);
    transform-origin: left center;
}

@media (min-width: 900px) and (max-width: 1199px) {
    .nav-logo-img {
        transform: scale(1.12);
    }
}

@media (min-width: 1200px) {
    .nav-logo-img {
        transform: scale(1.35);
    }

    .nav-links,
    .nav-phone,
    .nav-phone span,
    .nav-cta {
        font-size: 1.0625rem !important;
    }

    .nav-phone svg {
        width: 1rem !important;
        height: 1rem !important;
    }
}
