body {
  background: black;
}

#marquee {
  width: 100%;
  max-width: 477px;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

#subtitle {
  width:100%;
  text-align: center;
  font-family: 'Big Shoulders Text', cursive;
  color: white;
  text-shadow: 2px 2px 4px #000000;
  margin-top: -8px;
}

#menu {
  margin-top: -50px;
  width:100%;
	text-align: center;
  font-family: 'Big Shoulders Text', cursive;
  color: white;
  font-weight: bold;
}

.title {
  background: rgb(105,70,35);
  border-radius: 2px;
  border: 2px solid;
	display: block;
	font-size: 3em;
	padding-left: .2em;
	padding-right: .2em;
  text-shadow: 2px 2px 4px #000000;
}

.inputOption {
  background: rgba(0,0,0,0.8);
  border-radius: 3px;
  border: 2px solid;
  padding-top: 10px;
	margin-bottom: 2em;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 5px 10px 4px rgba(0,0,0,0.6);
}

.firstOption {
	margin-top: 20px;
}

#startButton {
  background: rgb(9,39,70);
  border-radius: 10px;
  border: 2px solid;
  text-shadow: 2px 2px 4px #000000;
  box-shadow: 5px 10px 4px rgba(0,0,0,0.6);
	margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
	display: block;
	font-size: 3em;
  cursor: pointer;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.rad {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rad > input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.rad > img {
  font-family: 'FontAwesome';
  display: inline-block;
  text-align: center;
  font-size: 80px;
  margin: 5px;
  color: grey;
  transition: box-shadow .5s, color .5s, opacity .5s;
  opacity: 0.4;
  border: 1px solid black;
}

.rad > input:checked + img {
  color: white;
  opacity: 1.0;
  box-shadow: 7px 7px 2px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid white;
}

.optionIcon {
  width: 25%;
}

.comingSoon {
  opacity: 1.0;
}

.nameOfSelectedItem {
  margin: 0px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 3px solid #3f4247;
  font-size: 2em;
  text-shadow: 2px 2px 4px #000000;
}

.icon-bar {
  display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.middle-z {
  z-index: 10;
}

.icon-bar a {
  text-align: center;
  padding: 16px;
  color: white;
  font-size: 30px;
}

.icon-bar a:hover {
  opacity:1.0;
}

.twitter {
  color: white;
  opacity:0.5;
  text-shadow: 2px 2px 4px #000000;
}
.patreon {
  color: white;
  opacity:0.5;
  text-shadow: 2px 2px 4px #000000;
}

.discord {
  color: white;
  opacity:0.5;
  text-shadow: 2px 2px 4px #000000;
}

.icon-bar ul {
  width: 100%;
  list-style: none;
  padding: 0px;
}

.icon-bar ul li {
  display: inline-block;
  padding-left: 10px;
  list-style-type: none;
}
