section{
	padding:10px 0 0 0;
}
body{
	overflow-x:hidden;
}
img{
	max-height:525px;
	max-width:300px;
}
#animation-header{
	padding-top:0;
}
#so-quotes{
	background-color:#7851a9;
	color:gold;
	height:150px;
	width:100%;
	margin: auto;
	border-top:5px dashed black;
	border-bottom:5px dashed black;
}
#game-quotes{
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	height:50px;
	overflow:hidden;	
	margin:auto 0 auto 0;
}
#so-main, #contact{
	background-color:#333333;
	color:white;
}
#mc_embed_signup{
	background:#333333; 
	clear:left; 
	font:14px Helvetica,Arial,sans-serif; 
	width:100%;
}
#mce-EMAIL{
	width:100%;
	line-height:2em;
	padding:3px 10px;
	font-weight:bold;
}
#contact-us{
	color:black;
	background-color:#fff;
}
#footer{
	font-size:8px;
	color:white;
	background-color:#333333;
	width:100%;
}
.qdiv{
	height:100%;
}
.content h1{
	color:gold !important;
	text-align:center;
}
.img-div{
	
}
.white{
	background-color:rgba(255,255,255,75%);
}
.btn{
	border-color:#000  !important;
	margin:0 0 10px 0;
}
.buy-on-bk{
	background-color:#7851a9 !important;
	color:gold !important;
}
.buy-on-bk>a{
	color:inherit !important;
}
.buy-on-bk:hover{
	background-color:gold !important;
	color:#7851a9 !important;
}
.print-n-play{
	background-color:white !important;
	color:black !important;
}
.print-n-play:hover{
	background-color:black !important;
	color:white !important;
}
.button>a{
	font-weight:bold;
}
.quote{
	float:left;
}
.quote-invert{
	float:right;
	transform: rotate(180deg);
}
.quote-text{
	font-size:1.2em;
}
.box-shot{
	width:100%;
}
.list-collapsible {
	background-color: #fff;
	color: black;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 24px;
	font-weight: bold;
}
.list-active, .list-collapsible:hover {
  background-color: #333;
  color:white;
}
.list-content {
  padding: 0 0 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}
.list-collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}
.list-active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/*
.list-active-inner:after {
  content: "\2796";
}
.list-active-inner, .list-collapsible-inner:hover {
  background-color: #333;
  color:white;
}
*/
.list-collapsible-inner {
	background-color: #fff;
	color: black;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 24px;
	font-weight: bold;
}
.list-content-inner {
  padding: 0 0 0 18px;
  /*max-height: 0;*/
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}
.list-collapsible-inner:after {
  content: '\02795';
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}
.just-like{
	background-color: #777;
	color: white;
	padding: 14px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	font-weight: bold;
}
.fa {
  padding: 15px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
}

.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-reddit {
  background: #ff5700;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}