.header.subpage {
  position: relative;
  background-image: url(../img/background.jpg);
  background-position-y: 42%;
}

h2, h3, h4, h5, h6, p, ul, ol {
  margin-bottom: 1em;
}

li {
  margin-bottom: .5em;
  list-style-position: inside;
}

footer a,
footer a:link,
footer a:visited,
footer a:hover
footer a:active {
  color:#808ab8;
}

.c-banner {
  width: auto !important;
}

/* Base Alert Styles */
.alert {
  padding: 16px;
  border-radius: 4px;
  margin: 10px 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.alert-icon {
  font-size: 20px;
}

/* Success Alert Styles */
.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert-success .alert-icon {
  color: #28a745;
}

/* Warning Alert Styles */
.alert-warning {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

.alert-warning .alert-icon {
  color: #ffc107;
}

.c-banner .alert {
  margin: 1em;
}