body {
  background: url('/images/fullbgs/bg_beastslibrary.png') fixed center;
  background-size: cover;
  color: #333;
  font-size: 1em;
  font-family: 'Miriam Libre';
  line-height: 180%;
  word-wrap: break-word;
  text-align: left;
}

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

@font-face {
  font-family: Miriam Libre;
  src: url('/fonts/MiriamLibre-Regular.woff');
}

@font-face {
  font-family: Miriam Libre;
  src: url('/fonts/MiriamLibre-Bold.woff');
  font-weight: 600;
}

a, a:visited {
  color: #906d50;
  text-decoration: none;
  border-radius: 5px;
  transition:all .3s linear;
  -webkit-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -o-transition:all .3s linear;  
}

a:hover {
  color: #9e7f66;
  background-color: #754925;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
  transition:all .3s linear;
  -webkit-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -o-transition:all .3s linear;  
}

b, strong {
  color: #AF7354;
  font-weight: 600;
  padding: 3px;
}

i, em {
  color: #84685E;
  font-style: italic;
}

u, underline {
  color: #84685E;
  text-decoration: underline;
  text-decoration-style: wavy;
}

::selection {
  background: #391C0D;
  color: #FFF;
}

main {
  max-width: 1000px;
  margin: 50px auto;
}

section, aside {
  background: #1d1d1d url('/images/textures/bg_bookcaseedited.png') fixed;
  background-size: cover;
} 

.title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  font-family: 'Lettertype';
  background-color: #754925;
  color: #1E0B04;
  text-shadow: 2px -2px rgba(255, 255, 255, 0.2);
  margin-bottom: 25px;
}

nav {
  display: grid;
  justify-items: flex-start;
  align-content: center;
  justify-content: center;
}

nav a, nav a:visited {
  font-family: 'Lettertype';
  font-size: 0.8em;
  display: grid;
  align-self: flex-start;
  letter-spacing: 0.2em;
}

nav a:hover {
  text-decoration: underline;
  text-decoration-style: wavy;
  background-color: transparent;
  padding: 0;
}

section {
  position: relative;
  right: 11%;
  display: block;
  width: 800px;
  height: 100%;
  margin: 0 auto;
  padding: 25px;
  outline: 15px solid rgba(60, 45, 34, 0.5);
  border-radius: 3px;
}

section:hover {
  border-radius: 0;
}

article {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
  border-radius: 3px;
}

article:after {
  content: "";
  display: block;
  margin: 0 35%;
  height: 3px;
  border-radius: 3px;
}

aside {
  height: 100%;
  width: 250px;
  position: fixed;
  right: 0;
  top: 0;
  padding: 20px;
  outline: 15px solid rgba(60, 45, 34, 0.5);
  text-align: center;
}

aside > article {
  margin-bottom: 20px;
}

h1 {
  display: block;
  text-align: center;
  font-family: 'Lettertype';
  font-size: 3em;
  line-height: 130%;
}

h2 {
  display: block;
  text-align: center;
  font-family: 'Lettertype';
  font-size: 1em;
  color: #5B4645;
  border: 5px double rgba(59, 65, 85, 0.5);
  background-color: rgba(132, 104, 94, 0.2);
}

h2 > a, a:visited, a:hover {
  background-color: transparent;
  padding: 5px;
}

article > span {
  float: left;
  margin-bottom: 15px;
  width: .6em;
  font-size: calc(1em + 25px);
  font-family: 'Lettertype';
}

blockquote {
  display: block;
  background-color: rgba(155, 181, 172, 0.5);
  text-align: center;
  margin: 0 auto;
  width: 60%;
  padding: 10px;
}

hr {
  display: block;
  width: 50%;
  height: 5px;
  background: #31364C;
  border-radius: 1px;
  margin: 50px auto;
}

#glenplayer02 {
  position:fixed;
  top: 1vh;
  margin-bottom:10px;
  margin-left:10px;
  display:flex;
  z-index:99;
}
            
#glenplayer02 a {
  text-decoration:none;
}

#glenplayer02 > div {
  align-self:center;
  -webkit-align-self:center;
}

.music-controls {
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  width:22px;
  font-size:16px;
  cursor:pointer;
}

.playy, .pausee {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #31364C;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #31364C;
  font-size: 22px;
  border-bottom: none;
}

.pausee {
  display:none;
}

#menu img {
  height: 90px;
  position: fixed;
  z-index: 1;
  bottom: 0vh;
  right: 1%;
}

#castle img {
  height: 350px;
  position: fixed;
  z-index: 1;
  bottom: 1vh;
  left: 3vw;
}