/* Fucking Media Calls those Bastards */
/* All fonts are licensed under OFL 1.1 sourced from Fontesk */
@font-face {
  font-family: Romance;
  src: url('/fonts/WollstonecraftRomance-Regular.ttf') format("truetype");
}

@font-face {
  font-family: Xenon256;
  src: url('/fonts/Xenon256-Regular.otf');
}

@font-face {
  font-family: Xenon256c;
  src: url('/fonts/Xenon256-Corrupted.otf');
}

/* Universal Selectors or whatever */
body {
  background-color: rgb(17, 25, 29);
  color:rgb(226, 214, 207);
  font-family: Romance;
  margin: 0px;
}

footer {
  margin: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-top: 40px;
  color: aliceblue;
}

footer > a {
  color: black;
}

/* IDs */
#main {
  width: 80%;
  height: 750px;
  background-color: rgb(41, 46, 46);
  margin: auto;
  margin-top: 3%;
  border: rgb(12, 155, 165) 5px groove;
}

#pageBody {
  width:69%;
  border-right: 3px white ridge;
  overflow-y: scroll;
}

#nav {
  width:31%;
  background-image: url('/img/rocksTrim.png');
  background-size: cover;
}

#navBody {
  background-color: rgba(13, 33, 34, 0.63);
  width: 100%;
  height: 650px;
  text-align: center;
  padding: 50px 0px;
  line-height: 1.9em;
}

#pageBody a {
  color: rgb(80, 190, 218);
}

#foot {
  width: 80%;
  background-color: rgb(99, 105, 100);
  height: 100px;
  margin: auto;
  margin-top: 15px;
  text-align: end;
}

/* classes */
.container {
  display: flex;
}

.fontRomance {
  font-family: Romance;
}

.fontXenon {
  font-family: Xenon256;
}

.fontXenonC {
  font-family: Xenon256c;
}

.heraldry {
  float: inline-start;
  margin-left: 20px;
  margin-right: 15px;
}

.bigTitle{
  font-size: 55px;
  margin: 50px 20px 10px 20px;
}

.medTitle {
  font-size: 35px;
}

.bodyText {
  margin: 22px 30px 18px 30px;
  width: 80%;
  letter-spacing: 1px;
  font-size: 24px;
}

.eyeCatch {
  color:rgb(255, 141, 10);
}

.navLinks {
  font-family: Xenon256;
  word-spacing: 4px;
  padding-top:12px;
}

.navLinks > a {
  color: white;
  background-color: black;
  border: 2px white dotted;
  padding: 9px;
  border-radius: 9px;
}

.navLinks > a:hover {
  color: aqua;
  background-color: rgb(90, 90, 90);
  border-color: aqua;
}


