body {
  background: #556e7f;
}
p {
  color: black;
  padding-left: 0px;
  padding-top: 0px;
  font-family: 'Viaoda Libre';
  font-size: 18px;
  font-style: oblique;
}
h1 {
  font-weight: normal;
  color: #d3af37;
  vertical-align: 20px;
  font-family: 'Jacquard 12';
  font-size: 35px;
  text-decoration: underline 1px dashed;
  display: inline;
}
h2 {
  color: #d3af37;
  padding-left: 50px;
  padding-top: 50px;
  font-family: 'Jacquard 12';
  font-size: 30px;
  font-weight: 100;
  display: inline;
}
.moral {
  background-color: #bac7ce;
  width: 165px;
  margin-left: 120px;
  margin-top: 80px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: 6px;
  border-radius: 2px;
  height: 24px;
}
.math {
  background-color: #bac7ce;
  width: 190px;
  margin-left: 310px;
  margin-top: -47px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: 6px;
  border-radius: 2px;
  height: 24px;
  position: relative;
}
.math-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 0px 6px 5px 4px;
  margin-top: -14px;
  margin-left: -4px;
  font-family: 'Viaoda Libre';
  font-style: oblique;
}

.math:hover .math-content {
  display: block;
}
.dps {
  background-color: #bac7ce;
  width: 92px;
  margin-left: 525px;
  margin-top: -47px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: 6px;
  border-radius: 2px;
  height: 24px;
}
.dps-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 102px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 0px;
  margin-top: -14px;
  margin-left: -4px;
  font-family: 'Viaoda Libre';
  font-style: oblique;
  height: fit-content;
}

.dps:hover .dps-content {
  display: block;
}
.header {
  background-color: #556e7f;
  width: 100%;
  text-align: center;
  height: fit-content;
  border-bottom: 2px solid #bac7ce;
  position: fixed;
  top: 0;
  margin-top: -3px;
  margin-left: 0px;
  padding: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
}
.navBar {
  list-style-type: none;
  margin-top: -11px;
  padding: 0;
  width: 100px;
  background-color: #556e7f;
  height: 100%;
  position: fixed;
  overflow: auto;
  border-right: 2px solid #bac7ce;
}
.queerness {
  background-color: #bac7ce;
  width: 212px;
  margin-left: 650px;
  margin-top: -29px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: 6px;
  border-radius: 2px;
  height: 42px;
  font-family: 'Viaoda Libre';
  font-style: oblique;
  text-align: center;
}
.leftImg {
  width: 41px;
  height: 60px;
  display: inline;
}
.rightImg {
  height: 64.5px;
  width: 78.625px;
  display: inline;
}
li a {
  display: block;
  color: #d3af37;;
  text-align: left;
  text-decoration: none;
  font-family: 'Jacquard 12';
  font-size: 30px;
  padding: 3px 14px;
}
li a:hover {
  background-color: #495c69;
  color: #996515;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

ul li {
  float: left;
}
}
@font-face {
  font-family: "Pretty On The Inside";
  src: url("prettyontheinside.png");
}