@-webkit-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: -1513px 0; }
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: -1513px 0; }
}

body {
	background-color: #3987cf;
	font-family: Verdana, Arial;
	/* background-image: url("https://f002.backblazeb2.com/file/DragonAudit/background.jpg"); */
	background-image: url("/background.jpg");
	background-attachment: fixed;
	background-repeat: repeat;
	
	animation: animatedBackground 40s linear infinite;
    -ms-animation: animatedBackground 40s linear infinite;
    -moz-animation: animatedBackground 40s linear infinite;
    -webkit-animation: animatedBackground 40s linear infinite;
    
	color: #111;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 14px;
}

a {
	color: #843433;
}

a:hover
{
	color: #A45453;
} 


.headerBox
{
	margin-left: 80px;
}

h1 {
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.splashImage {
	border: 1px solid #175c9c;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.infoBlockHeader {
	position: inline-block;
	background-color: #e6f8fc;
	vertical-align: top;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	width: 100%;
	box-sizing: border-box;
}

.infoBlockTextHeader
{
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.infoBlock {
	display: block;
	background-color: #b9e6ef;
	padding-left: 10px;
	padding-right: 10px;
	/*
	margin-left: -10px;
	margin-right: 0px;
	*/
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	vertical-align: top;
	
	padding-right: 0px;
}

.infoBlockIcon {
	margin-top: 20px;
	margin-left: 10px;
	width: 50px;
	height: 50px;
	position: absolute;
}

.infoBlockText {
	display: block;
	background-color: #c5f2fb;
	margin-left: 80px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	
}

.legal {
	font-size: 12px;
	font-style: italic;
}

.gameInfoText {
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 16px;
}

.infoBlockTextHeader > h1 {
	font-size: 40px;
	font-weight: bolder;
}

.pageText
{
	margin-left: 10px;
	margin-right: 10px;
}

.topOfSiteBlock {
	display: inline-block;
	background-color: #e6f8fc;
	vertical-align: top;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.topOfSiteContent
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.topOfSiteContent > p
{
	font-size: 24px;
}

.topOfSiteContent > a > img
{
	padding: 5px;
}

.topOfSiteContent > p,
.topOfSiteContent > ul
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.topOfSiteMenu li
{
	margin-top: 10px;
	border: 1px solid #CCC;
	background-color: #f6FFFF;
	display: inline-block;
	
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
}

.topOfSiteMenu li
{
}

.topOfSiteMenu li > a
{
	margin: 0px; 
	display: block; 
	width: 100%; 
	height: 100%;
	
	text-decoration: none;
} 

.topOfSiteMenu li > a:hover
{
	background-color: white;
} 

.platformStoreLinkLogo
{
	padding:10px;
} 

.platformStoreLinkLogo:hover
{
	padding:9px;
	background-color: white;
	border: 1px solid #ccc;
} 

input, .StripeElement
{
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 5px;
	
}

input:focus, .StripeElement--focus
{
	background-color: #fff;
}

input[type="submit"].buyGameDirectButton
{
	background-color: #a0fca2;
	color: #000;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	border: 1px solid #3f9941;
}

input[type="submit"].buyGameDirectButton:hover
{
	background-color: #FFF;
	color: #000;
	font-size: 14px;
	font-family: Verdana;
}

input[type="submit"].buyGameDirectDeprioritizedButton
{
	background-color: #a0fca2;
	color: #000;
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	border: 1px solid #3f9941;
}

input[type="submit"].buyGameDirectDeprioritizedButton:hover
{
	background-color: #FFF;
	color: #000;
	font-size: 14px;
	font-family: Verdana;
}

input[type="button"], input[type="submit"] 
{
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

input[type="button"]:hover, input[type="submit"]:hover 
{
	background-color: white;
	border: 1px solid #ccc;
}

th 
{
	padding: 2px;
	font-size: 14px;
}

td 
{
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
}

tr th 
{
	background-color: #f4fcfe;
}

table tr:nth-child(odd) td
{
	background-color: #daf8fe;
}
table tr:nth-child(even) td
{
	background-color: #dff8fd;
}

h1
{
	font-size: 22px;
}

h2
{
	margin-top: 10px;
	font-size: 18px;
}

h3
{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 2px;
}

.platformDiv
{
	text-align: center;
}

.platformDiv img
{
	margin: 3px;
}

.payment-errors
{
	color: red;
}

.rating table tr:nth-child(odd) td
{
	background-color: transparent;
	font-size: smaller;
}

/* will scale down but not up */
.responsiveScalingImage
{
	max-width: 100%;
	height: auto;
}


.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}