body {
  background: #000;
  font-family: 'Inconsolata';
  font-size: 1em;
  line-height: 190%;
  text-transform: lowercase;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  border: 5px double #5E3938;
  outline: 5px solid rgba(53, 57, 62, 0.5);
  opacity: .5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

img:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

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

a, a:visited {
  text-decoration: none;
  color: #DFE4D7;
  -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 {
  text-decoration: none;
  color: #C5CFC6;
  background: #33393B;
  -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 {
  text-transform: uppercase;
  color: #2E3F52;
  font-weight: 600;
}

i, em {
  font-style: italic;
  color: #9F9B84;
  letter-spacing: 1px;
}

::selection {
  background: #834242;
  color: #fff;
}

.bg-cut {
  position: fixed;
  z-index: -10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(3,4,4, 0.5) url('/worlds/tennieverse/bg_quandratum2.png') fixed;
  background-size: cover;
  mix-blend-mode: difference;
}

header {
  position: fixed;
  z-index: 780;
  top: 25vh;
  left: 0;
  width: 40%;
  height: auto;
  font-family: 'Brogetta';
  font-size: 6em;
  line-height: 95%;
  letter-spacing: -11px;
  color: rgba(192, 184, 155, 0.75);
  -webkit-text-stroke: 1px #9C4C47;
  text-shadow: 3px 3px 0 #814240, -1px -1px 0 #814240, 1px -1px 0 #814240, -1px 1px 0 #814240, 1px 1px 0 #814240;
  text-transform: none;
  text-align: center;
  opacity: 0.8;
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.square {
  position: absolute;
  width: 375px;
  height: 375px;
  z-index: -3;
  border: 5px solid #5E3938;
  box-shadow: 5px 5px #C0B89B;
}

.slice {
  position: absolute;
  background-color: #272C34;
  width: 230px;
  height: 230px;
  right: 30px;
  top: 130px;
  z-index: -13;
  border-radius: 35%;
  transform: rotate(-25deg);
}

aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  padding-bottom: 80px;
  background-image: url('/worlds/tennieverse/bg_quandratum.png');
  background-size: cover;
  background-position: center center;
  border-right: 1px solid #0a0d0c;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-end;
  mix-blend-mode: hard-light;
}

nav {
  position: absolute;
  bottom: 0vh;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 14vh;
  background-color: #201E1F;
  border-top: 1px solid #0a0d0c;
  text-align: center;
  color: #fefefe;
  overflow: hidden;
  mix-blend-mode: hard-light;
}

nav a, nav a:visited {
  display: block;
  width: 20%;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid #282829;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: -1px;
  padding: 5px;
}

nav a:hover {
  background: #5E3938;
  border: 1px solid #9C4C47;
  color: #fff;
}

section {
  position: absolute;
  z-index: 90;
  top: 0vh;
  left: calc(40% + 1px);
  width: 50%;
  padding: 20px;
  min-height: 100%;
  height: auto;
  color: #fefefe;
  background-color: #070808;
  border-right: 1px solid #0a0d0c;
  outline: 10px solid rgba(131, 66, 66, 0.15);
  opacity: 0.9;
}

.caption {
  display: block;
  text-align: right;
  font-size: 0.8em;
  opacity: .8;
}

h1 {
  display: block;
  padding: 30px 10px;
  color: #fff;
  font-family: 'Brogetta';
  font-size: calc(1em + 30px);
  text-shadow: -1px -1px 0 #834242, 1px -1px 0 #834242, -1px 1px 0 #834242, 1px 1px 0 #834242;
  box-shadow: rgba(38, 42, 48, 0.4) 0px -40px 0px inset;
  border: 5px double #494D4B;
  background-color: rgba(255,255,255,0.05);
  backdrop-filter: blur(8px);
  text-align: center;
}

h2 {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #C0B89B;
  color: transparent;
  font-size: 1.5em;
  font-weight: 800;
  text-align: left;
  font-family: 'Brogetta';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0;
  padding-bottom: 1px;
  border-bottom: 1px solid #494D4B;
}

article {
  position: relative;
  width: 500px;
  margin: 0px auto;
  background-color: transparent;
  padding: 20px;
  overflow: hidden;
  border-radius: 5px;
}

article a, article a:visited {
  text-decoration: none;
  color: #A7766E;
}

article a:hover {
  text-decoration: none;
  color: #fff;
  background: #27292D;
}

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

  .pausee {
    display:none;
  }