/* Reset default margin/padding and set background/text colors */
body {
    background-color: #000000 !important;
    color: #F5F5F5 !important;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.6;
}
a {
  text-decoration: none;
  color: #000000
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}


.site-header::after {
  content: "";
  display: table;
  clear: both;
  max-width: 800px; !important
}

.site-identity {
  float: left;
}

.site-identity h1 {
  font-size: 1.5em;
  margin: .7em 0 .3em 0;
  display: inline-block;
}

.site-identity img {
  max-width: 55px;
  float: left;
  margin: 0 10px 0 0;
}

.site-navigation {
  float: right;
}

.site-navigation ul, li {
  margin: 0; 
  padding: 0;
}

.site-navigation li {
  display: inline-block;
  margin: 1.4em 1em 1em 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #F5F5F5 !important;
}

a {
    color: #F5F5F5 !important;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.image-grid img {
    width: 100%;
    height: auto;
    border: 1px solid #333;
}

.image-link {
    display: block;
    margin: 20px 0;
}

.image-link img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border: 1px solid #333;
}

.blog-post {
    margin-bottom: 40px;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}

.blog-title {
    font-size: 1.5em;
}

.blog-date {
    font-size: 0.9em;
    color: #AAAAAA;
    margin-bottom: 10px;
}