 * {
    box-sizing: border-box;
  }

  body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f4f4;
  }

  .page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
  }

  .three-column-layout {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }

  .header-cell,
  .content-cell {
    padding: 10px;
  }

  .header-cell img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .left-column {
    background: #000000;
	  text-align: center;
  }

  .mainbody {
    background: #ffffff;
  }
  
    .mainstory {
    font-family: verdana;
	 font-size: 18px;
	 text-align: justify;
	     padding: 10px;
  }

  .mainbody article {
  text-align: justify;
    padding: 10px;
    line-height: 1.6;
  }
  
    .sitenav {
  font-style: verdana;
  font-size: 16px;
  color: white;
  font-weight: bold;
  }

    .sitenav a {
  font-style: verdana;
  font-size: 16px;
  color: white;
  font-weight: bold;
  }

    .magnav {
  font-style: verdana;
  font-size: 12px;
  color: white;
  font-weight: bold;
  }

    .magnavbla {
  font-style: verdana;
  font-size: 12px;
  color: black;
  font-weight: bold;
text-align: center;
  }
  
      .magnavblal {
  font-style: verdana;
  font-size: 12px;
  color: black;
text-align: left;
  }

.sideimg {
    width: 220px;
}

/* Resize images */
.sideimg img {
    width: 100%;
    height: auto;
}

 .endgame {max-width: 1200px; margin: auto; padding: 1.25rem; color: #ffffff; background: #000000; text-align: center; font-size: .88rem; }

  /* Optional: stack columns on smaller screens */
  @media (max-width: 700px) {
    .three-column-layout {
      grid-template-columns: 1fr;
    }

@media (max-width: 600px) {
  figure {
    float: none !important;
    margin: 0 auto 15px auto !important;
    display: table; /* Keeps the caption bound tightly to the image width */
  }
  
  figure img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}


  }