/* ===== OMHACKZ RETRO SYSTEM ===== */

body {
  font-family: "Verdana", "Tahoma", sans-serif;
  background-color: #f4f4f4;
  color: #000;
  margin: 0;
  padding: 0;
}

/* Main Container */
.container {
  width: 800px;
  margin: 20px auto;
  border: 1px solid #000;
  padding: 10px;
  background-color: #fff;
}

/* Header */
.site-header {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.site-header h1 {
  margin: 0;
  font-size: 24px;
}

/* Navigation */
.site-nav {
  margin: 10px 0;
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

.site-nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #000080;
}

.site-nav a:hover {
  text-decoration: underline;
}

/* Sections */
.section,
.page {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
}

/* Headings */
h1 { font-size: 24px; margin-bottom: 10px; }
h2 { font-size: 20px; margin-bottom: 10px; color: #000080; }
h3 { font-size: 16px; }

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  border: 1px solid #000;
  padding: 6px;
  text-align: left;
}

table th {
  background-color: #e0e0e0;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #000;
  background-color: #e0e0e0;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.btn:hover {
  background-color: #d0d0d0;
}

/* Blog / Downloads list styling */
.posts div,
.downloads-list div {
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 10px;
}

/* Footer */
.site-footer {
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  border-top: 2px solid #000;
  color: #555;
}

/* Remove modern stuff */
.mobile-menu-toggle,
.hero-art,
.brand-avatar,
.brand-mark,
.grid,
.cards,
.card,
.code-card,
.cta-band,
.socials {
  display: none !important;
}
