/* ==========================================================
   FOOTER.CSS - Footer styles
   ========================================================== */

/* ---------------------------------------------------------
   Footer base - z-index for reCAPTCHA badge
   --------------------------------------------------------- */
.footer {
    position: relative;
    z-index: 10;
}

/* ---------------------------------------------------------
   Footer text sizing
   --------------------------------------------------------- */
.footer p,
.footer a,
.footer li,
.footer span {
    font-size: 1.1rem !important;
}

/* Section titles */
.footer .text-uppercase {
    font-size: 1.15rem !important;
}

/* Copyright */
.footer .small {
    font-size: 1.05rem !important;
}

/* ---------------------------------------------------------
   Footer links
   --------------------------------------------------------- */
.footer a {
    text-decoration: none !important;
}

.footer a:hover {
    text-decoration: underline !important;
}

/* ---------------------------------------------------------
   Cookie Dog button
   --------------------------------------------------------- */
.cookie-dog-button {
    transform: none;
}
