/* Updated site style with legacy tone and modern layout support */

body {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #39393B;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  word-wrap: break-word;
}

a:link {
  color: #ffcc00;
  text-decoration: none;
}
a:visited {
  color: #cccccc;
}
a:hover,
a:active {
  color: #ff6666;
  text-decoration: underline;
}

ul, ol {
  font-size: 1rem;
  margin-left: 20px;
  padding-left: 10px;
}

p, .TextObject {
  font-size: 1rem;
  margin-bottom: 10em;
  max-width: 100%;
}

.TextNavBar {
  font-size: 1rem;
  color: #ffcc00;
}

h1 {
  font-size: 2rem;
  margin-bottom: 10rem;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.95rem;
}

/* Responsive layout helper */
.container {
  max-width: 1960px;
  margin: 0 auto;
  padding: 20px;
}

/* Highlighted box section */
.highlight {
  background-color: #8b0000;
  padding: 12px 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  margin: 20px 0;
}

/* Footer style */
.footer {
  text-align: center;
  color: #ccc;
  margin-top: 40px;
  font-size: 0.9rem;
}

/* Mobile-friendly styles */
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .container {
    padding: 15px;
  }

  h1 {
    font-size: 1.5rem;
  }

  .highlight {
    font-size: 0.95rem;
  }

  p, .TextObject {
    font-size: 0.95rem;
  }
}
 