body {
  background-color: #2f5357;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 950px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  background-color: #1f383b;
}

ul li a {
  display: block;
  font-family: "Lucida Console";
  font-size: 20px;
  color: #ff00ba;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  display: block;
  font-family: "Lucida Console";
  font-size: 20px;
  color: white;
  background-color: #ff00ba;
  padding: 14px 16px;
  text-decoration: none;
}

.trans {
  font-family: "Lucida Console";
  font-size: 18px;
  color: #5b9ea7;
}

.legalbox {
  margin: 50px;
}

a:link {
  display: block;
  font-family: "Lucida Console";
  color: #ff00ba;
  padding: 14px 16px;
  text-decoration: none;
}

a:hover {
  font-family: "Lucida Console";
  background-color: #5b9ea7;
  color: white;
}

a:active {
  font-family: "Lucida Console";
  background-color: #ff00ba;
  color: white;
}

.intext:link {
  display: inline;
  font-family: "Lucida Console";
  padding: 0px 0px;
  color: #ff00ba;
  text-decoration: none;
}

.intext:hover {
  font-family: "Lucida Console";
  padding: 0px 0px;
  color: #ffffff;
  background-color: #ff00ba;
}

.intext:visited {
  font-family: "Lucida Console";
  padding: 0px 0px;
  color: #ffffff;
  text-decoration: none;
}

.collapsible {
  border-style: solid;
  border-width: 1px 3px 3px 1px;
  border-color: #ff00ba;
  background-color: #1f383b;
  font-family: "Lucida Console";
  font-weight: bolder;
  color: #ff00ba;
  cursor: pointer;
  padding: 5px;
  margin: 10px;
}
  
.hiddencontent {
  font-family: "Lucida Console";
  font-size: 18px;
  width: 100%;
  height: 400px; 
  display: none;
  background-color: #1f383b;
  max-height: 0;
  padding: 10px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

h1 {
  font-size: 100px;
  font-family: "Brush Script MT";
  font-weight: lighter;
  color: #ff00ba;
}

h2 {
  font-size: 25px;
  font-family: "Lucida Console";
  font-weight: bolder;
  color: #1f383b;
}


p {
  font-size: 18px;
  font-family: "Lucida Console";
  font-weight: lighter;
  color: #5b9ea7;
}


table {
  width: 900px;
  margin-bottom: 60px;
}

table, th, td {
  border: none;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.gallery {
  display: flex;
  height: 300px;
  width: 800px;
  overflow-x: auto;
  white-space: nowrap;
  background-color: #1f383b;
}

.gal {
  margin: 2px;
  vertical-align: center;
}

.fascinationbox {
  display: inline;
  width: 950px;
}

.writingblock {
  display: block; 
  border-style: solid;
  border-width: 2px;
  border-color: #ff00ba;
  background-color: #1f383b;
  width: 250px;
  height: 425px;
  overflow: auto;
  padding: 5px;
  margin: 5px;
  float: left;
}

.boxtext {
  font-size: 14px;
  font-family: "Lucida Console";
  font-weight: lighter;
  color: #5b9ea7;
}

.boximg {
  width: 190px;
  height: 190px;
  margin: 3px;
  justify-content: center;
  align-items: center;
}


.shield {
  vertical-align: center;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1f383b;
  font-size: 12px;
  font-family: "Lucida Console";
  font-weight: lighter;
  color: #5b9ea7;
  text-align: center;
  padding: 8px;
}

.undernav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.underlist {
  display: block;
  padding: 2px 2px;
}

.underlink:link {
  display: block;
  padding: 2px 2px;
}

.underlink:hover {
  background-color: #2f5357;
}

