h1, h2, h3, h4, h5, h6 {
  font-family: 'Hoefler Text', Garamond, Georgia, 'Times New Roman', Times, serif;
}

h1 {
  text-align: center;
  text-indent: 0px;
  color: rgb(5, 5, 61);
}

h2 {
  text-indent: 15px;
  padding-top: 30px;
  color: rgb(5, 5, 61);
}

h3 {
  text-align: center;
  line-height: 130%;
}

h4 {
  color: rgb(107, 107, 107);
  text-align: center;
  padding-bottom: 32px;
  pointer-events: none;
}

h6 {
  color: white;
}

p {
  text-indent: 20px;
  font-size: 17px;
  text-align: justify;
  font-family: 'Baskerville', 'Hoefler Text', Garamond, Georgia, 'Times New Roman', Times, serif;
  line-height: 150%;
  align-items: center;
  margin: 2em auto;
  margin-top: 0px;
  margin-bottom: 25px;
}

li {
  font-size: 17px;
  text-align: justify;
  font-family: 'Baskerville', 'Hoefler Text', Garamond, Georgia, 'Times New Roman', Times, serif;
  line-height: 130%;
  align-items: center;
}

ul {
  list-style: none;
  padding-left: 20px;
}

ul li::before {
  content: "⮑";
  font-size: 10px;
  vertical-align: 3px;
  color: rgb(5, 5, 61);
  display: inline-block;
  width: 2em;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
  text-indent: 0px;
}

th {
  color: #c82626;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid rgb(5, 5, 61);
}

table th:first-child {
    padding-left: 0px;
}

td {
  border-bottom: 1px solid rgb(5, 5, 61);
  color: rgb(5, 5, 61);
  font-weight: bold;
}

td + td {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: rgb(5, 5, 61);
  font-weight: normal;
}

blockquote {
  width: 70%;
  margin: 2em auto; /* Center horizontally with auto margins */
  padding: 1em; /* Add some padding for visual appeal */
  quotes: "\201C""\201D""\2018""\2019";
  text-align: justify;
  box-sizing: border-box;
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  margin: 0;
}

blockquote p {
  display: inline; /* Keep it inline if you wish, or remove it */
}

code {
  font-size: 14px;
}

.space {
  height: 125px;
}

.miniSpace {
  height: 25px;
}

.archive {
  display: flex;
  justify-content: left;
  align-items: left;
  flex-direction: column;
}

.archiveItem {
  padding-bottom: 15px;
}

.bottomText {
  padding: 25px;
  color: rgb(107, 107, 107);
  text-align: center;
  text-indent: none;
  font-size: 0.8em;
}

body {
  background-color:rgb(249, 245, 245);
  padding: 5%;
  padding-top: 0px;
}

.navigationBar {
  display: none;
}

.mainContent {
  height: 100%;
  width: 70%;
  left: 20px;
  inset: 30px;
  display: flex;
  justify-content: center;
  max-width: 30em;
  margin: 0 auto;
}

.mainContent :link {
  color: black;
  text-underline-offset: 3px;
  text-decoration-color: rgb(47, 47, 176);
}

.mainContent :visited {
  color: black;
  text-underline-offset: 3px;
  text-decoration-color: rgb(47, 47, 176);
}

.mainContent p i :hover {
  color:rgb(5, 5, 61);
  text-decoration-color: #c82626;
}

.mainContent p :hover {
  text-decoration-color: #c82626;
}

.vl {
  width: 5px;
  background-color: #dd2424;
  transform: translateY(40px) translateX(55px);
  height: 100vh; /* Full viewport height */
}

.optionsBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box; 
}

.optionsBox div {
  margin: 10px;
  padding: 10px;
}

.optionsBox :link {
  color: rgb(47, 47, 176);
  font-weight: bold;
  text-decoration-color: rgb(47, 47, 176);
  text-decoration-thickness: 5px;
  text-underline-offset: 5px;
}

.optionsBox :visited {
  color: rgb(47, 47, 176);
  font-weight: bold;
  text-decoration-color: rgb(47, 47, 176);
  text-decoration-thickness: 5px;
  text-underline-offset: 5px;
}

.optionsBox :hover {
  text-decoration-color: #dd2424;
  text-decoration-thickness: 5px;
  text-underline-offset: 5px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.topBar {
  display: none;
}

.topBar div {
  padding: 15px;
}

.topBar :link {
  color: rgb(47, 47, 176);
  font-weight: bold;
  text-decoration-color: rgb(47, 47, 176);
  text-decoration-thickness: 5px;
  text-underline-offset: 5px;
}

.topBar :visited {
  color: rgb(47, 47, 176);
  font-weight: bold;
  text-decoration-color: rgb(47, 47, 176);
  text-decoration-thickness: 5px;
  text-underline-offset: 5px;
}

.topBar :hover {
  text-decoration-color: #dd2424;
  text-decoration-thickness: 5px;
  text-underline-offset: 5px;
}

.bigLink {
  font-family: "Hoefler Text", Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  text-decoration: none;
  color: rgb(47, 47, 176);
  font-size: 1;
  pointer-events: all;
}

.bigLink h2 {
  text-indent: 0px;
}

.logoFont {
  font-size: 30px;
}

.bigLink :link {
  color:rgb(5, 5, 61);
  text-decoration: none;
}

.bigLink :visited {
  color: rgb(5, 5, 61);
  text-decoration: none;
}

.bigLink :hover {
  color: rgb(47, 47, 176);
  text-decoration: none;
}

.specialAnnouncement {
  outline-color: rgb(5, 5, 61);
  outline-width: 5px;
  outline-style: solid;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 100px;
  position: relative;
  flex-direction: column;
}

.floatingElementBottom {
position: absolute;
display: flex; /* Use flexbox for vertical centering */
align-items: center; /* Vertically center content */
justify-content: center; /* Horizontally center content */
height: 15%;
width: 100%;
background-color: rgb(5, 5, 61);
color: white;
bottom: 0;
pointer-events: none;
z-index: 1;
}

.floatingElementTop {
position: absolute;
display: flex; /* Use flexbox for vertical centering */
align-items: center; /* Vertically center content */
justify-content: center; /* Horizontally center content */
height: 15%;
width: 100%;
background-color: rgb(5, 5, 61);
color: white;
top: 0;
pointer-events: none;
z-index: 1;
}

.bottomText p {
  text-indent: 0px;
}

@media only screen and (min-width: 1101px) {
  .navigationBar {
      width: 20%;
      position: fixed;
      overflow: hidden;
      right: 30px;
      top: 30px;
      padding: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      max-width: 200px;
      margin: 0;
  }
  body {
    padding-top: 108px;
  }
  .mainContent {
    transform: translateX(-15%);
  }
}

@media only screen and (max-width: 1100px) {
  .topBar {
      width: 96%;
      overflow: hidden;
      right: 30px;
      top: 30px;
      padding: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      margin: 0;
  }
  .mainContent {
    width: 100%;
    inset: 100px;
  }
  .center {
    transform: translateY(9px);
  }
}

@media only screen and (max-width: 710px) {
  .topBar {
      width: 93%;
      flex-direction: column;
      padding-bottom: 75px;
  }

  .topBar div {
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bigLink {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .center {
    margin-top: 0px;
    padding-top: 0px;
    transform: none;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color:rgb(20, 20, 30);
  }
  h1 {
    color: rgb(249, 245, 245);
  }
  
  h2 {
    color: rgb(249, 245, 245);
  }

  h3 {
    color: rgb(249, 245, 245);
  }
  
  h4 {
    color: rgb(249, 245, 245);
  }

  h5 {
    color: rgb(249, 245, 245);
  }
  
  h6 {
    color: white;
  }

  p {
    color: rgb(249, 245, 245);
  }

  li {
    color: rgb(249, 245, 245);
  }
  
  ul li::before {
    color: rgb(249, 245, 245);
  }
  
  th {
    border-bottom: 1px solid rgb(151, 151, 245);
    color: #d93838;
  }
  
  td {
    border-bottom: 1px solid rgb(151, 151, 245);
    color: rgb(249, 245, 245);
  }
  
  td + td {
    color: rgb(249, 245, 245);
  }

  .mainContent :link {
    color: rgb(249, 245, 245);
    text-decoration-color: rgb(151, 151, 245);
  }

  .mainContent :visited {
    color: rgb(249, 245, 245);
    text-decoration-color: rgb(151, 151, 245);
  }

  .mainContent :hover {
    color: rgb(249, 245, 245);
    text-decoration-color: #d93838;
  }

  .mainContent thead :hover {
    color: #d93838;
  }

  code {
    color: rgb(249, 245, 245);
  }

  .bigLink {
    color: rgb(151, 151, 245);
  }

  .bigLink :visited {
    color: rgb(151, 151, 245);
  }

  .bigLink :link {
    color: rgb(151, 151, 245);
  }

  .bigLink :hover {
    color: rgb(212, 209, 248);
    text-decoration-color: #d93838;
  }

  .optionsBox :link {
    color: rgb(249, 245, 245);
    text-decoration-color: rgb(151, 151, 245);
  }

  .optionsBox :visited {
    color: rgb(249, 245, 245);
    text-decoration-color: rgb(151, 151, 245);
  }

  .optionsBox :hover {
    color: rgb(249, 245, 245);
    text-decoration-color: #d93838;
  }

  .topBar :link {
    color: rgb(249, 245, 245);
    text-decoration-color: rgb(151, 151, 245);
  }

  .topBar :visited {
    color: rgb(249, 245, 245);
    text-decoration-color: rgb(151, 151, 245);
  }

  .topBar :hover {
    color: rgb(249, 245, 245);
    text-decoration-color: #d93838;
  }

  .v1 {
    background-color: #d93838;
  }

  .bottomText {
    color: rgb(249, 245, 245);
  }
}