/**
 * CSS Style overrides for making design tweaks for Ballyhoo.
 * Created by Sherri Wheeler - Avinus Web Services July 16, 2025.
 */


@font-face {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 400;
    src: local("Crimson Text Regular"), local("CrimsonText-Regular"), url(https://fonts.gstatic.com/s/crimsontext/v8/wlp2gwHKFkZgtmSR3NB0oRJfbwhTIfFd3A.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}


/* Body builder image is too low. Remove top margin. */

@media (min-width: 768px) {
    body .sally_container img {
        margin-top: 50px;
    }

    .ready_text {
        margin-top: 500px;
    }
}

.ready_text {
    font-family: "Crimson Text", serif;
}

/* Home page CTA button changes */

body .btn-primary {
    border: 1px solid #b8860b;
    box-shadow: none;
}

body .btn-primary:active, body .btn-primary:focus, body .btn-primary:hover {
    border: 1px solid #b8860b !important;
    box-shadow: none !important;
}

.btn-primary.home-cta {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 5;
}

@media (min-width: 768px) {
    .btn-primary.home-cta {
        width: 600px;
    }
}
