@charset "UTF-8";
/* CSS Document */

@viewport {
  width: device-width;
  zoom: 1;
}

body {
  margin-left: 20px;
}

body div {
  float: none;
  margin-left: 20px;
}
body p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  text-align: left;
  padding-left: 50px;
}
td,
th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}
.page-title {
  font-family: "Trebuchet MS", Arial, Helvetica;
  color: #990000;
  text-align: center;
}
.menu {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 100%;
}
.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  text-decoration: none;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: min(2vw, 18px);
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 80px;
}
.menu-item img {
  display: block;
  margin-bottom: 5px;
  max-width: 100%;
  height: auto;
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85vw;
  max-width: 100%;
  margin: auto;
}

.video-container iframe {
  width: 100%;
  height: calc(85vw * 9 / 16); /* Maintain 16:9 aspect ratio */
  /* max-width: 1420px; Prevent it from getting too large */
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(700px, 1fr));
  grid-template-rows: max-content;
  grid-gap: 30px;
  grid-auto-flow: dense;
  padding: 10px;
  margin-left: 20px;
}

#lastmodified {
  font-size: 12pt;
  color: blue;
}
.main-image {
  display: block;
  margin: 10vh auto;
  max-width: 100%;
  height: auto;
}

#cats {
  height: auto 100%;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: left;
  text-align: center;
}
div.clear {
  clear: both;
  margin: 0px;
}
div {
  float: left;
}

div.group {
  width: 100%;
  margin: 50px;
}

.group {
  display: inline;
  text-align-last: left;
  padding-left: 50px;
  margin-left: 50px;
}

.style2 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  padding-top: 10px;
  padding-left: 50px;
}
.style3 {
  color: #f40505;
  font-size: 20px;
  text-align: center;
}
.year {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
div.group p.year {
  text-align: left;
}
.style4 {
  font-family: Arial, Helvetica, sans-serif;
}
.style7 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: xx-large;
  color: #ff0000;
  text-align: center;
  align-content: center;
  text-shadow: 1px 1px 1px grey;
}
#title-container {
  width: 100%;
  text-align: center;
}
.container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#grid-container {
  width: 90%;
  display: flex-grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin: auto;
  justify-content: center;
}

.grid-item {
  background-color: white;
  border: 5px solid blue;
  text-align: center;
  box-shadow: 5px 5px 5px grey;
}
h1 {
  color: blue;
  margin-left: 50px;
}
h2 {
  color: crimson;
  margin-left: 50px;
}

hr {
  size: 30px;

  border-top-color: black;
  border-color: blue;
}
#footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 0;
}

#footer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: fit-content;
}

#footer img {
  display: block !important;
  margin: 0 auto !important;
  padding: 0;
}

#footer p {
  margin: 0;
  padding: 5px 0 0 0; /* Ensures the text doesn't shift right */
  text-align: center;
}
