/*Style for the game pages*/

h1 {
	/*color: #C3073F;*/
	color: #D3074F;
	font-size: 2.5rem;
}

h2 {
	/*color: #C3073F;*/
	color: #D3074F;
	font-size: 2rem;
	margin: 3rem 0;
}

h3 {
	/*color: #950740;*/
	color: #B51760;
	font-size: 1.5rem;
	display: inline-block;
}

#gameDesc p {
	/*color: #F0F0F0;*/
	color: #EAEAEA;
	font-size: 1.25rem;
}

#mainImageContainer {
	text-align: center;
	width: auto;
	height: auto;
}

#mainImage {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	margin: 50px 0;
}

.downloadLinks {
	margin-top: 40px;
	margin-bottom: 40px;
	max-width: 80%;
}

.downloadLinks button {
	background-color: #1A1A1D;
	cursor: pointer;
	font-size: 1rem;
	padding: 1% 1%;
	margin: 1% 1%;
	display: inline-block;
}

.downloadLinks button:hover {
	background-color: #6F2232;
}

.info {
  font-size: 1.0rem !important;
  color: #D0D0D0 !important;
  font-style: italic;
}

#gameImages {
	text-align: center;
}

#gameImages img {
	display: inline-block;
	max-width: 25%;	
	max-height: 25%;
	margin: 1px 2px;	
}

.modal:hover {
	opacity: 0.7;
	cursor: pointer;
}

.arrow {
	top: 50%;
}

#left_arrow {
	left: 7%;
}

#right_arrow {
	right: 7%;
}

#modalDisplay img {
	position: fixed;
	margin: 0;
	max-width: 70%;
	max-height: 80%;
	display: inline-block;
}

#emailSubmit {
	display: none;
}

#patreon {
	position: fixed;
	bottom: 2%;
	left: 25%;
	width: auto;
	height: auto;
	opacity: 0.8;
	z-index: 2;
	text-align: center;
}

#disableAds {
	position: fixed;
	bottom: 2%;
	right: 25%;
	width: auto;
	height: auto;
	opacity: 0.8;
	z-index: 2;
	text-align: center;
}

#patreon a, #disableAds a {
	display: inline-block;
}

@media screen and (max-width: 985px) {
	.downloadLinks a {
		font-size: 1rem;
	}

	#modalDisplay i {
		font-size: 1.5rem;
	}

	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.5rem;
		margin: 1rem 0;
	}

	#gameDesc p {
		font-size: 1rem;
	}

	#gameImages img {
		display: block;
		max-width: 100%;
		margin: 1px 2px;
	}

	.modal:hover {
		opacity: 1;
	}

	#patreon {
		left: 5%;
		bottom: 40px;
	}

	#disableAds {
		left: 5%;
		right: auto;
		bottom: 5px;
	}

	#tags a {
		margin: 6px;
	}

	.downloadLink {
		margin: 6px;
	}
}