@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: local("Jura Regular"), local("Jura-Regular"), url(Fonts/JuraRegular.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'MedievalSharp';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("MedievalSharp"), url(Fonts/MedievalSharpRegular.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(Fonts/SpecialEliteRegular.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

section, .main {
  margin: 0;
  padding-bottom: 0;
}

.link {
  display: block;
  height: 100%;
}

.game {
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid black;
  padding: 3rem 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.game .logo {
  width: 10rem;
}

.game .game-content {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}

.game .game-content h2 {
  font-weight: bold;
  color: #333;
}

.game.game-cyberpunk {
  font-family: Jura, sans-serif;
  background-image: url(Images/game-cyberpunk.jpg);
}

.game.game-cyberpunk h1, .game.game-cyberpunk h2 {
  font-family: Jura, sans-serif;
}

.game.game-cyberpunk .julius-content a {
  color: #00af8c;
}

.game.game-medieval {
  font-family: MedievalSharp, serif;
  background-image: url(Images/game-medieval.jpg);
}

.game.game-medieval h1, .game.game-medieval h2 {
  font-family: MedievalSharp, serif;
}

.game.game-medieval .julius-content a {
  color: #c88c32;
}

.game.game-zombies {
  font-family: Special Elite, serif;
  background-image: url(Images/game-zombies.jpg);
}

.game.game-zombies h1, .game.game-zombies h2 {
  font-family: Special Elite, serif;
}

.game.game-zombies .julius-content a {
  color: #a00000;
}

.hidden-alert {
  display: none;
}

.color-picker {
  font-weight: bold;
}

.ge-icon {
  border: 1px solid;
  width: 3.9rem;
  height: 3.9rem;
  background-size: 100% 100%;
  -webkit-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}

.ge-icon.ge-schematic {
  background-image: url(Images/settings/schematic.jpg);
}

.ge-icon.ge-isometric {
  background-image: url(Images/settings/isometric.jpg);
}

.ge-icon.ge-subjective {
  background-image: url(Images/settings/subjective.jpg);
}
