body {
    background-color: #6b6b6b; /* grey backfill */

    background-image: url("images/Texas pride at sunset.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}





body, 
h1, h2, h3, h4, h5, h6, 
p, span, div, label, a, button {
  font-family: 'Montserrat', sans-serif;
  color: #3a2a20;


}








.card {
  background: none;
  padding: 0;
  margin: 0;
  max-width: none;
  width: auto;
  border-radius: 0;
}



.links a {
  display: inline-block;
  margin-top: 1rem;
  padding: 12px 22px;
  background: #0284c7;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.links a:hover {
  backg
round: #0369a1;
}
body, body * {
  color: #2b1d14 !important;
}
## Brand logo top left corner
.corner-logo {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 140px;
    height: auto;
    z-index: 999;
    opacity: 0.85;
    filter: brightness(0.6) contrast(1.4) drop-shadow(0 0 4px rgba(0,0,0,0.9)) drop-shadow(0 0 10px rgba(120,60,0,0.6));
    transition: all 0.3s ease;
}

.corner-logo:hover {
    opacity: 1;
    filter: brightness(0.9) contrast(1.6) drop-shadow(0 0 6px rgba(0,0,0,1)) drop-shadow(0 0 14px rgba(255,120,0,0.7)) drop-shadow(0 0 22px rgba(255,80,0,0.6));
}
