body {
  background: url('/images/fullbgs/bg_clocktower.png') fixed;
  background-position: 25% 70%;
  background-size: cover;
  font-family: 'Space Mono';
  font-size: 0.8em;
  line-height: 190%;
  text-transform: lowercase;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html, a, a:hover { 
  cursor:url(/images/cursors/keybladeoflightcur.png), auto; 
}

@font-face {
  font-family: Tinkerbell;
  src: url('/fonts/TinkerBell.ttf');
}

@font-face {
  font-family: Space Mono;
  src: url('/fonts/SpaceMono-Regular.ttf');
}

@font-face {
  font-family: Space Mono;
  src: url('/fonts/SpaceMono-Bold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: Space Mono;
  src: url('/fonts/SpaceMono-Italic.ttf');
  font-style: italic;
}

@font-face {
  font-family: Space Mono;
  src: url('/fonts/SpaceMono-BoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
}

a, a:visited {
  text-decoration: none;
  color: #17291C;
  border-bottom: 0px solid #818F6D;
  box-shadow: 0 -5px rgba(129, 143, 109, 1) inset;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #fff;
  box-shadow: #818F6D 0 -17px 0 inset;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

b, strong {
  background: rgba(11, 4, 4, 0.1);
  color: #875923;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 0 3px;
}

i, em {
  color: #544D30;
  font-style: italic;
  text-shadow: 1px 1px #818F6D;
}

u, underline {
  color: #000;
  border-bottom: 1px dashed #D9AF09;
}

section p {
  padding: 20px;
}

section p:first-letter {
  font-family: 'Tinkerbell';
  font-size: 2em;
  color: #17291C;
  background: rgba(0, 22, 16, 0.4);
  padding: 3px;
  margin: 5px;
  vertical-align: bottom;
}

::selection {
  background: rgba(23, 52, 63, 0.75);
  color: #fff;
}

main {
  max-width: 1000px;
  min-height: calc(100% - 300px);
  margin: 0 auto;
}

.glow-1 {
  position: fixed;
  z-index: -99;
  top: calc(50% - 900px);
  left: calc(50% + 260px);
  width: 200px;
  height: 200px;
  background-color: #818F6D;
  border-radius: 100%;
  filter: blur(100px);
}

.glow-2 {
  position: fixed;
  z-index: -99;
  top: calc(50% + 70px);
  left: calc(50% - 500px);
  width: 200px;
  height: 200px;
  background-color: #D9AF09;
  border-radius: 100%;
  filter: blur(100px);
}

sidebar {
  display: block;
  position: fixed;
  background-color: rgba(129, 143, 109, 0.3);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(129, 143, 109, 0.6);
  border-radius: 10px;
  float: left;
  bottom: 1vh;
  left: 2vw;
  height: 30vh;
  width: 20vw;
  padding: 20px;
}

nav a {
  display: grid;
  margin-top: 2px;
  padding: 2px 6px;
  transition: 0.3s ease-in-out;
  border-left: 4px solid #7CAAAA;
  background-color: #818F6D;
  box-shadow: none;
}

nav a:hover {
  border-left: 4px solid #818F6D;
  box-shadow: none;
  color: #fff;
  background-color: #7CAAAA;
  transition: 0.3s ease-in-out;
}

.tabletop {
  position: fixed;
  margin-top: -149px;
  margin-left: -37px;
  z-index: -99;
  transform: scaleX(-1);
  mix-blend-mode: color-dodge;
}

.tabletop img {
  height: auto;
  width: 130px;
  transform: scaleX(-1);
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}

header {
  object-fit: cover;
  margin-bottom: 20px;
}

#header-text {
  float: left;
  position: absolute;
  top: 170px;
  right: 4vw;
  z-index: 100;
  font-family: 'Tinkerbell';
  font-size: calc(0.8em + 40px);
  color: rgba(129, 143, 109, 0.5);
  text-shadow: 2px 2px 5px #17291C;
  mix-blend-mode: luminosity;
  transform: rotate(-90deg);
  opacity: .5;
}

#header-grid {
  position: absolute;
  z-index: 99;
  left: 0px;
  width: 100%;
  height: 15em;
  background-image: linear-gradient(rgba(129, 143, 109,0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(129, 143, 109,0.5) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: top left;
  mix-blend-mode: color-dodge;
}

header img {
  object-fit: cover;
  object-position: 10% 20%;
  height: 15em;
  width: 100%;
  border-radius: 15px 15px 0 0;
  mix-blend-mode: luminosity;
}

section {
  display: block;
  background-color: rgba(129, 143, 109, 0.3);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(129, 143, 109, 0.6);
  border-radius: 10px;
  position: absolute;
  right: 10vw;
  height: auto;
  width: 50vw;
  padding: 20px;
}

section > div, sidebar > div {
  border-radius: 10px;
  background: #d9ddd3;
  color: #333;
  height: auto;
  padding: 30px;
}

sidebar > div {
  height: auto;
}

.worldbanner {
  display: block;
  margin: 30px auto;
  outline: 10px solid rgba(0,0,0,0.25);
}

.explore {
  position: absolute;
  right: -45px;
  top: -104px;
  height: 60px;
  width: 200px;
  background: rgba(34, 13, 4, 0.5);
  border: 1px solid rgba(34, 13, 4, 0.6);
  border-radius: 10px;
  text-align: center;
  padding: 15px 0;
  backdrop-filter: blur(9px);
  mix-blend-mode: luminosity;
}

.explore a, .explore a:visited {
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  font-family: 'Space Mono';
  text-shadow: 2px 2px #818F6D;
  box-shadow: none;
}

.explore a:hover {
  box-shadow: none;
  color: transparent;
}

h1, h2, h3 {
  font-family: 'Tinkerbell';
  text-transform: lowercase;
}

h1 {
  display: block;
  position: absolute;
  margin-bottom: 30px;
  margin-top: -50px;
  font-size: calc(0.8em + 70px);
  -webkit-text-fill-color: rgba(0, 22, 16, 0.55);
  -webkit-text-stroke: 1px #D9AF09;
  font-weight: 60;
  background: rgba(135, 89, 35, 0.5);
  width: 80%;
  height: 34px;
  border-radius: 5px;
}
  
h2 {
  font-size: calc(1em + 30px);
  line-height: 80%;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: -1px;
  text-align: right;
  word-spacing: -2px;
  font-weight: 300;
  box-shadow: 0 -25px rgba(217, 175, 9, 1) inset;
  text-shadow: 2px 2px 0px #818F6D;
}

h3 {
  display: block;
  position: absolute;
  margin-bottom: 30px;
  margin-top: -50px;
  padding: 10px;
  font-size: calc(0.8em + 40px);
  -webkit-text-fill-color: rgba(124, 170, 170, 0.55);
  -webkit-text-stroke: 1px #1F4A60;
  font-weight: 60;
  background: rgba(0, 1, 16, 0.5);
  width: 80%;
  height: 34px;
  border-radius: 5px;
}

blockquote {
  display: block;
  background: rgba(124, 170, 170, 0.4);
  border-radius: 5px;
  border: 1px dashed #1F4A60;
  padding: 15px;
}

blockquote:before {
  content:'\ec2b';
  font-family:'cappuccicons';
  color: #000901;
  font-size: calc(0.8em + 5px);
  display: inline-block;
  margin-right: 5px;
  opacity: .5;
} 

#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: #818F6D;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #818F6D;
  font-size: 22px;
  border-bottom: none;
}

.pausee {
  display:none;
}