* {
  box-sizing: inherit;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 75%;
  max-width: 1400px;
  min-width: 850px;
  outline: none;
  background-color: rgba(32, 32, 32, 0.871);
  box-shadow: 10px 10px 60px wheat;

}

.mainBody {
  flex: 50%;
  text-align: left;
  box-shadow: inset 0 0 10px black;
}

.bodyHeader {
  background-color: black;
  padding: 0px;
}

.marquee-info {
  background-color: rgb(211, 254, 62);
  /* background-color: rgb(229, 255, 0); */
  color: black;
  border-bottom: 5px solid black;
}

.marquee-info a {
  color: rgb(105, 62, 254);
  text-shadow: 0 0 5px white;
  text-decoration: none;
}

.bodyContent {
  padding-left: 6%;
  padding-right: 6%;
  padding-bottom: 80px;
}

body {
  font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-image: url("assets/images/moderntimes-bg.jpg");
  color: white;
  cursor: url("assets/cursor/normal.cur") pointer;
  height: 100%;
}

h2 {
  font-family: "Sixtyfour", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BLED" 0,
    "SCAN" 0;
  font-size: 2em;
}

.logo {
  padding-top: 20px;
  padding-bottom: 8px;
  width: 150px;
  border: 5px dotted #ffffff00;
  margin-right: 5%;
}


details {
    background-color: rgb(202, 215, 255);
    border: 8px double #001d8e;
    color: black;
}


.nav-bar {
    font-size: xx-large;
    font-family: 'Bitcount Grid Single', sans-serif;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-image: url("assets/images/nav-bg.gif");
    
  }

.ul-navigation {
    list-style-type: none;
    margin: 50px;
    padding: 0px 0px;
    
}

li a {
  display: block;
  color: rgb(255, 255, 255);
  padding: 8px 16px;
  text-decoration: none;
}

/* Change the link and background color on hover */
li a:hover {
  text-decoration:  white wavy underline; /*
  padding: -8px -16px;
  background-color: #5555555a;
  color: white;
  border: 5px dotted rgba(217, 207, 165, 0.583); */
}


html {
  height: 100%;
  box-sizing: border-box;
}

.page-footer {
  flex: 100%;
  background-color: rgb(75 70 74);
  color: white;
  padding-left: 12px;
}

.page-footer p {
  margin: 12px;
}

.controls {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 2rem;
  position: relative;
}