/* Main Tags */
a{
  text-decoration: none;
  color: yellow;
}
a strong{
  text-decoration: underline;
}
body{
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  line-height: 1.4;
  margin: 0;
}
footer, h1, h2, h3{
  text-align: center;
}
footer div{
  background-image: url("misc/ashiba.gif");
  background-repeat: repeat-x;
  height: 23px;
  margin-bottom: -16px;
}
footer hr{
  max-width: 960px;
}
h1, h2, h3{
  text-shadow: -1px 0 #000, 1px 0 #000, 0 -1px #000, 0 1px #000, -1px 1px #000, 1px 1px #000, 1px -1px #000, -1px -1px #000,
  -2px 0 #000, 2px 0 #000, 0 -2px #000, 0 2px #000, -2px 2px #000, 2px 2px #000, 2px -2px #000, -2px -2px #000,
  -2px 1px #000, 2px 1px #000, 1px -2px #000, 1px 2px #000, -2px -1px #000, 2px -1px #000, -1px -2px #000, -1px 2px #000,
  3px 4px #000, 5px 4px #000, 4px 3px #000, 4px 5px #000, 3px 5px #000, 5px 3px #000, 5px 5px #000, 3px 3px #000;
  font-weight: 900;
  font-style: italic;
}
header{
  overflow: hidden;
  background-image: url("misc/sgba_menu_back.gif");
  position: fixed;
  top: 0;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
img{
  max-width: 100%;
  height: auto;
}
li{
  margin-left: 16px;
}
nav{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 78px;
  left: 0;
  background-image: url("misc/sgba_menu_back.gif");
  overflow-x: hidden;
  transition: 0.5s;
}
nav a, .burger, .external a, .index a{
  margin: 10px;
}
nav a, .burger, .external a, .index a, .multimenus a{
  display: block;
  transition: 0.3s;
  color: white;
  font-weight: bold;
  text-shadow: -1px 0 #000, 1px 0 #000, 0 -1px #000, 0 1px #000, -1px 1px #000, 1px 1px #000, 1px -1px #000, -1px -1px #000,
  1px 2px #000, 3px 2px #000, 2px 1px #000, 2px 3px #000, 1px 3px #000, 3px 1px #000, 3px 3px #000, 1px 1px #000;
}
nav a, .burger, .external a{
  background-color: #1CBBB4;
  box-shadow: 0 0 0 2px #0BA59E, 0 0 0 4px #D2F1F0, 0 0 0 6px black;
}
nav a:hover, .burger:hover, .external a:hover, .button-active{
  background-color: #00F4DB;
  box-shadow: 0 0 0 2px #00D1BD, 0 0 0 4px #D2F1F0, 0 0 0 6px black;
}
nav a, .external a{
  font-size: 20px;
}
nav a, .external a, .multimenus a{
  font-style: italic;
}
nav a{
  min-height: 38px;
  width: 284px;
  margin-left: 0;
  margin-bottom: 18px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-left: 12px;
  display: flex;
  align-items: center;
}
nav div{
  height: 100px;
}
nav h2{
  width: 300px;
}
section{
  margin: auto;
  margin-top: 100px;
  max-width: 960px;
  margin-bottom: 40px;
  min-height:calc(100vh - 170px);
}
strong{
  text-shadow: -1px 0 #000, 1px 0 #000, 0 -1px #000, 0 1px #000, -1px 1px #000, 1px 1px #000, 1px -1px #000, -1px -1px #000;
}
ul{
  line-height: 1.7;
}

/* Custom Classes */
._amy{
  background-image: url('misc/amy.png'), url('misc/bg14.png');
}
._eggman{
  background-image: url('misc/eggman.png'), url('misc/bg15.png');
}
._knuckles{
  background-image: url('misc/knuckles.png'), url('misc/bg13.png');
}
._sonic{
  background-image: url('misc/sonic.png'), url('misc/bg11.png');
}
._tails{
  background-image: url('misc/tails.png'), url('misc/bg12.png');
}
.block{
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1px 12px 1px 12px;
  margin-top: 20px;
}
.burger{
  cursor: pointer;
  left: 6px;
  position: absolute;
  border-radius: 8px;
  height: 48px;
  width: 48px;
  font-size: 32px;
}
.burger, .external, .external a, .hints, .hints1, .index, .index a, .webselect{
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-active{
  background-image: url("buttons/bird.gif");
  background-repeat: no-repeat;
  background-position: 8px center;
}
.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.char{
  background-position: bottom right;
  background-repeat: no-repeat, repeat;
  background-size: 50vh, auto;
  background-attachment: fixed;
}
.external{
  flex-direction: column;
  margin: 6px;
}
.external a{
  min-height: 38px;
  width: 500px;
  max-width: 100%;
  border-radius: 25px;
}
.furrican{
  margin-top: 20px;
  margin-bottom: -1px;
}
.gamejolt{
  width: 400px;
  height: 250px;
}
.hints a, .hints1 a{
  padding: 0 3px;
}
.hints1{
    display: none;
  }
.index{
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
}
.index h1{
  background-image: linear-gradient(to right, rgba(0, 240, 0, 0.5), rgba(0, 240, 0, 0));
  width: 100%;
  height: 36px;
}
.index a, .spaced{
  width: 264px;
}
.itchio{
  width: 586px;
  height: 167px;
}
.logo2{
  top: 10px;
  right: 0;
  position: absolute;
  height: 60px;
  width: auto;
}
.multimenus a{
  height: 50px;
  width: calc(100% - 38px);
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("buttons/button_on.gif");
  background-repeat: no-repeat;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 24px;
}
.multimenus a:hover{
  background-image: url("buttons/button.gif");
}
.question{
  transition: 0.3s;
  color: #A8FF80;
  cursor: pointer;
  list-style-type: symbols()
}
.question:hover{
  color: #FFAD5A;
}
.spaced{
  padding-left: 32px;
}
.webe{
  background-image: url("buttons/sp_advhp_e.gif");
  height: 100px;
}
.webf{
  background-image: url("buttons/sp_advhp_f.gif");
  height: 58px;
}
.webselect{
  background-image: linear-gradient(to bottom, rgba(0, 0, 255, 0.8), rgba(0, 0, 0, 0));
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  min-width: 300px;
  width: 80%;
  height: 500px;
  flex-direction: column;
}

/* Media Query Classes */
@media (min-width: 1560px){
  nav{
    overflow-x: visible;
    width: 310px;
    top: 18px;
    transition: 0s;
  }
  .burger{
    display: none;
  }
}

@media (max-width: 600px){
  .logo{
    width: 58%;
  }
  .itchio{
    width: 200px;
    height: 176px;
  }
}

@media (max-width: 470px){
  .external a{
    font-size: 17px;
  }
  .gamejolt{
    width: 250px;
  }
  .hints{
    display: none;
  }
  .hints1{
    display: flex;
  }
}