body {
  background-color: #292d31;
  font-family: 'Space Mono';
  font-size: 1em;
  line-height: 190%;
}

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

@font-face {
  font-family: 'Paladins';
  src: url('/fonts/paladins.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-BoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
}

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

main {
  margin: 0 auto;
  min-height: calc(100% - 300px);
  text-align: center;
  width: 51vw;
  background-color: #22272a;
}

header {
  width: 100%;
  height: 181vh;
  background: url('/shrines/beyblade/banner_grevoffthechains.png') no-repeat center;
  background-size: 100%;
}

nav {
  position: fixed;
  bottom: -5vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 9vh;
  padding: 10px;
  background: linear-gradient(90deg, rgba(60, 74, 53, 0) 0%, rgba(60, 74, 53, 1) 25%, rgba(60, 74, 53, 1) 75%, rgba(60, 74, 53, 0) 100%);
  color: #fefefe;
  text-align: center;
}

nav a, nav a:visited {
  display: inline-block;
  color: #fefefe;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 8px 10px 0;
  margin-right: 25px;
  border-bottom: none;
}

nav a:hover {
  border-bottom: none;
  letter-spacing: 0.2em;
  color: #1F262E;
}

nav a:after {
  content: '.';
  font-weight: 600;
  color: #9B8B5E;
}

nav a:last-of-type {
  margin-right: 0;
}

section {
  text-align:left;
  padding: 50px 70px;
  color: #d3d4d4;
  line-height: 180%;
  margin-bottom: 5em;
}

section p {
  padding: 1em;
}

footer {
  border-top: 2px solid #334254;
  padding: 20px 0 0;
  margin-top: 20px;
  text-align: center;
  font-size: 10px;
  color: #ccc;
}

a, a:visited {
  color: #AEB3B1;
  font-weight: 600;
  border-bottom: 3px solid #6B755E;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  color: #44666D;
  border-bottom: 3px solid #3C4A35;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

b, strong {
  color: #75573F;
  font-weight: 600;
}

em, i {
  color: #9B8B5E;
  font-style: italic;
  letter-spacing: 0.1em;
}

::-moz-selection{
  background: #AEB3B1;
  color: #3C4A35;
}
 
::selection{
  background: #AEB3B1;
  color: #3C4A35;
}

h1 {
  color: rgba(255,255,255,0.5);
  font-family: 'Paladins';
  font-size: 25px;
  text-align:center;
  background-color: #44666D;
  border-bottom: none;
  border-radius: 5px;
  text-shadow: 3px 3px 0 #334254, -1px -1px 0 #334254, 1px -1px 0 #334254, -1px 1px 0 #334254, 1px 1px 0 #334254;
  padding: 15px;
  margin: 25px;
}

h1:first-of-type {
  margin-top: 0;
}

/* music player */

#glenplayer02 {
  position:fixed;
  bottom:0;
  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: #AEB3B1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #AEB3B1;
  font-size: 22px;
  border-bottom: none;
}

.pausee {
  display:none;
}
            