.img_pad {
  padding: 15px;
}
h1, h2 {
  font-family: sans-serif;
}
.ah1 {
  text-decoration: none;
  color: black;

}

body {
  font-family: sans-serif;
  font-size: 14pt;
}

hr {
    border: 0px;
    height: 2px;
    width: 100%;
    background-color: #439978;
}
a, u {
  font-family: sans-serif;
  text-decoration: none;
  color: #439978;
}
a:hover {
  text-decoration: none;
  color: black;
}
.side-by-side-container {
  display: flex;          /* Activates Flexbox layout */
  align-items: center;    /* Vertically centers the image and text */
  gap: 20px;              /* Sets spacing between image and text */
}

.side-image {
  max-width: 50%;         /* Restricts image to half the container width */
  height: auto;           /* Maintains original aspect ratio */
}

.text-container {
  flex: 1;                /* Forces text area to fill remaining width */
}


.site-footer, .page-wrap:after {
  height: 42px; 
}
.site-footer {
  background: white;
}
.warning{
  font-weight: bold;
  color: red;
}
