p {
    color:black;
    background-color:white;    
}
a:link {
    color: #808b45;
    text-decoration:none;
}

a:visited {
    color: #502c25;
    text-decoration:none;
}

a:hover {
    color: #502c25;
    text-decoration:underline;
}
.ac-form-wrapper {
  width: 100%;
  max-width: 720px;   /* ideal width for readability */
  margin: 0 auto;     /* centers it */
  padding: 1rem;
}

.ac-form-wrapper iframe,
.ac-form-wrapper form {
  width: 100% !important;
  max-width: 100% !important;
}
/* Hide ActiveCampaign branding */
#_form_8_ ._form-branding {
  display: none !important;
}

a:active {
    color: #502c25;
    text-decoration:underline;
}
body {
    font-family: Arial,sans-serif;
   } 
.custom-font-Mr-Dafoe {
    font-family: 'Mr Dafoe', cursive;
}
.custom-dark-green {
    color:#808b45;
}
.custom-bg-dark-green {
    background-color:#808b45;
}
.custom-dark-brown {
    color:#502c25;
}
.custom-bg-bisque {
    background-color:#FFFFFF;
}
.custom-menu {
    color: #502c25;
    text-decoration:none;
}

.custom-menu:hover {
    color: #502c25;
    text-decoration:underline;
}

.custom-menu:focus {
    color: #502c25;
    text-decoration:none;
}

.custom-menu:active {
    color: #502c25;
    text-decoration:underline;
}

.custom-menu.active {
    text-decoration:underline;
    font-size: 2 rem;
}
}
.custom-btn-yellow {
    color:#fdfff1
}
.custom-btn-yellow {
    color: #fdfff1;
    background-color: #fdfff1;
    border-color: #d8e0ab;
}

.custom-btn-yellow:hover {
    color: #808b45;
    background-color: #d8e0ab;
    border-color: #d8e0ab;
}

.custom-btn-yellow:focus {
    color: #808b45;
    background-color: #808b45;
    box-shadow: 0 0 0 0.2rem #808b45;
}
.custom-font-size-double {
    font-size: 2.5rem !important;
}

.custom-font-size-medium-2 {
    font-size: 1.1rem;
    !important!
}
.custom-font-size-medium {
    font-size: 2rem;
}
}
.custom-btn-pink {
    color:#EFDD9C
}
.custom-btn-pink {
    color: #c99a5b;
    background-color: #e9bc8b;
    border-color: #502c25;
}

.custom-btn-pink:hover {
    color: #c99a5b;
    background-color: #f4be69;
    border-color: #EFDD9C;
}

.custom-btn-pink:focus {
    color: #f4be69;
    background-color: #f4be69;
    box-shadow: 0 0 0 0.2rem #f4be69;
}
.custom-pink {
    color:#e9bc8b;
}
.custom-border-dotted {
    border-style:dotted;
    border-color: #E181AC;
}
custom-border-large {
    border-width:9px;
}
.custom-shadow-down {
    box-shadow: 3px 3px 3px 3px #808b45;
    
}
.custom-border-pink {
    border-color: #e9bc8b;
}
.custom-font-Playfair-Display{
    font-family: 'Playfair Display', serif;}
/* Make ActiveCampaign form fully responsive */
.ac-form-container {
  width: 100%;
  max-width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Override ActiveCampaign fixed widths */
.ac-form-container form,
.ac-form-container ._form,
.ac-form-container ._form-content {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Make inputs readable on mobile */
.ac-form-container input,
.ac-form-container select,
.ac-form-container textarea {
  width: 100% !important;
  font-size: 16px !important; /* prevents mobile zoom */
  padding: 12px !important;
  box-sizing: border-box;
}

/* Improve label readability */
.ac-form-container label,
.ac-form-container ._form-label {
  font-size: 16px !important;
  line-height: 1.4;
}

/* Fix radio buttons layout */
.ac-form-container ._checkbox-radio {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Button should be full-width on mobile */
.ac-form-container button {
  width: 100% !important;
  font-size: 18px;
  padding: 14px;
}

/* Mobile-specific adjustments */
@media (max-width: 600px) {
  .ac-form-container {
    padding: 0 12px;
  }

  .ac-form-container h2 {
    font-size: 20px;
    line-height: 1.3;
  }

/* ===== LOGOS ===== */
.navbar-brand .desktop-logo {
    display: block;
    width: 180px;
    height: auto;
}

.navbar-brand .mobile-logo {
    display: none;
    width: 99px;
    height: auto;
}

/* Switch logos on mobile */
@media (max-width: 576px) {
    .navbar-brand .desktop-logo {
        display: none !important;
    }

    .navbar-brand .mobile-logo {
        display: block !important;
    }
}

/* ===== OPTIONAL: Adjust headline font for mobile ===== */
@media (max-width: 576px) {
    h1.display-4 {
        font-size: 1.8rem;
    }

    p.custom-font-size-small {
        font-size: 0.9rem;
    }
}

/* ===== CENTER BUTTON ON MOBILE ===== */
@media (max-width: 576px) {
    .col-lg-4.d-flex {
        justify-content: center !important;
    }
}