body{
  /* background-image: url("images/Ancient-Castle-Stone-Wall-PhotosPublic02.jpg"); https://commons.wikimedia.org/wiki/File:Thomas_Girtin_-_Denbigh_Castle_-_Google_Art_Project.jpg || https://upload.wikimedia.org/wikipedia/commons/d/d6/Thomas_Girtin_-_Denbigh_Castle_-_Google_Art_Project.jpg*/
  background-image: url("images/image-id-11068331-jpeg.jpg");
  background-color: bisque;
  background-repeat: no-repeat;
  background-size: 100vw 100%;
  min-height: 100vh;
  width: auto;
  margin:0;
  padding:0;
}

 header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
  min-height: 155px;
  max-width: 100vw;
  overflow: hidden;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 1rem;
}
/* man-made-horrors beyond my comprehension */
 .header-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center; /* Changed from flex-end to center */
  margin-top: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .header-menu {
      margin-top: 0;
      padding-right: 0;
  }
}
.header-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center; /* Changed from flex-end to center */
    margin-top: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
    .header-menu {
        margin-top: 0;
        padding-right: 0;
    }
}

#titleText{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'Courier New', Courier, monospace;
  font-size:50pt;
  width:50%;
  /*padding-left:3%;*/
}
.leftSide{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.25%;
}


h1{
  /* https://www.rawpixel.com/image/6659922/vector-sticker-public-domain-vintage-illustration */
  font-family: "Sankofa Display", sans-serif;
}
@media (max-width: 768px) {
  h1 {
      font-size: 2rem;
  }
}

hr{
  border-style: double;
  width:50%;
  text-align:left;
}

/*main section*/
.main-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}
@media (min-width: 768px) {
  .main-content-wrapper {
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: flex-start;
    gap: 2rem;
    /*padding: 1rem 2rem;*/
  }
}

.left-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.right-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius:1rem;
}

/*news section*/
.news-section {
    padding: .8rem .5rem;
    border-radius: 1rem;
    max-width: 400px;
    width: 100%;
    text-align: left;
    background-color: rgba(229, 231, 235, 0.85);
}
.news-section h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
}
.news-section .reportText {
    font-size: 1rem;
    color: #4b5563;
}

/*file display*/
.file-container {
    /*background-color: rgba(255, 255, 255, 0.5);*/
    padding: .5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.file-item {
    flex: 1 1 45%;
    box-sizing: border-box;
    padding: 0.5rem;
    text-align: center;
}
.file-item img, .file-item embed {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    max-height: 1000px; /* Set a max height for consistent sizing */
    object-fit: contain; /* Ensure the image fits without stretching */
}

/*links section*/
.links-column {
    padding: .8rem .5rem;
    border-radius: 1rem;
    max-width: 400px;
    width: 100%;
    text-align: left;
    background-color: rgba(229, 231, 235, 0.85);
}
.links-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.links-column a {
    font-family: "Jersey 15", sans-serif;
    font-size: 3.2rem;
    color: #4b5563;
    text-decoration: none;
}
.links-column a:hover {
    text-decoration: underline;
}
        
/* Fonts */
.jacquarda-bastarda {
  font-family: "Jacquarda Bastarda 9", serif;
  font-weight: 400;
  font-style: normal;
}
.sankofa-display-regular {
  font-family: "Sankofa Display", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.jersey-15-regular {
  font-family: "Jersey 15", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* footer & extra */
button {
    padding: 0.75rem 1.5rem;
    background-color: #3b82f6;
    color: white;
    font-weight: bold;
    border-radius: 0.3rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%; /* Match container width */
    /*margin-top: 1.5rem;*/
}
button:hover {
    background-color: #2563eb;
}
/* CSS */
.button-57 {
    font-family: "Sankofa Display", sans-serif;
    position: relative;
    overflow: hidden;
    border: 1px solid #18181a4d;
    border-radius: 8px;
    color: black;
    display: inline-block;
    font-size: 15pt;
    width: 200px;
    height: 60px;
    padding: 18px;
    text-decoration: none;
    cursor: pointer;
    background: #ffdeda;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.button-57 span:first-child {
    position: relative;
    transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 10;
}
.button-57 span:last-child {
    color: rgb(255, 255, 255);
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 14px;
    line-height: 13px;
}
.button-57:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
}
.button-57:hover:after {
    transform-origin: bottom center;
    transform: skewY(9.3deg) scaleY(2);
}
.button-57:hover span:last-child {
    transform: translateX(-50%) translateY(-100%);
    opacity: 1;
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

footer {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  font-family: "Jersey 15", sans-serif;
  font-size: x-large;
  width: auto;
  text-align: start;
  padding: 1rem;
  margin-top: 2rem;
}
footer img{
  width:180px;  
}