body {
  background-color: #a0a4b3;
  background-size: contain;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    text-align: start;
    border-spacing: 2px; /* Added unit */
    border-color: black;
    font-variant: normal;
}

.bigheaderold {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.regtext {
    color: #444c54;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1.4; /* Adds readability */
}

/* Helper for contact section spacing */
.contact-section {
    margin-top: 15px;
    margin-bottom: 20px;
}

.feed {
  color: #384755;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.feedtxt {
    color: #5c6166;
    text-decoration: none;
    font-weight: 100;
    font-style: italic;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    text-transform: none !important;
}

.links {
  color: #5c6166;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  transition: all 0.15s;
}
a:link { color: #284057; }
a:visited { color: #5C6066; }
a:hover { color: #657792; }
a:active { color: #798FB0; font-style: italic; }

#footer {
  color: #5c6166;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /* Removed absolute positioning that was breaking layout */
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

/* --- MOBILE TEXT ADJUSTMENTS --- */
@media screen and (max-width: 768px) {
    .regtext, .links, .feed {
        font-size: 12px; /* Bump up from 10px for readability */
    }
    .feedtxt {
        font-size: 11px;
    }
}