@font-face {  
  font-family: 'ChronoType';  
  src: url('../font/ChronoType.eot?#iefix') format("embedded-opentype"),
  url('../font/ChronoType.otf') format("opentype"),
   url('../font/ChronoType.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../font/ChronoType.woff') format("woff");
}

@font-face {  
  font-family: 'Flair Bold';  
  src: url('../font/Flair Bold.eot.eot?#iefix') format("embedded-opentype"),
  url('../font/Flair Bold.otf') format("opentype"),
   url('../font/Flair Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../font/Flair Bold.woff') format("woff");
}

/* open-sans-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../font/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../font/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reset */

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, p, th, td, 
article, section, figure, img, ul, li {
	padding:0;
	margin:0;
	list-style: none;
	border: none;
}

body {
	background-color: #210a0a;
	overflow:auto;
}

h1 {
	position: relative;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	font-family: "ChronoType";
	font-size: 72px;
	line-height: 70px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

h2 {
	position: relative;
	left: 0;
	right: 0;
	color: #f8870a;
	text-align: center;
	font-family: "ChronoType";
	font-size: 64px;
	line-height: 60px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

h3 {
	position: relative;
	left: 0;
	font-weight: normal;
	right: 0;
	color: #fff;
	text-align: center;
	font-family: "ChronoType";
	font-size: 40px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

h4 {
	position: relative;
	left: 0;
	font-weight: normal;
	right: 0;
	padding: 20px;
	color: #f8870a;
	text-align: center;
	font-family: "ChronoType";
	font-size: 24px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

p {
  color: #fff;
  font-family: "Flair Bold";
  font-size: 18px;
  position: relative;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0,0,0,0.4);
  padding: 0 25px;
}

input {
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 8px;
	color: #fff;
	font: 24px 'ChronoType';
	text-align: center;
	padding: 15px;
	width: 400px;
	margin:  0;
	border: 0;
	background-color: rgba(0,0,0,0.25);
	transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in; /* Firefox 4 */
	-ms-transition: background-color 0.2s ease-in; /* IE 9 */
	-webkit-transition: background-color 0.2s ease-in; /* Chrome, Safari, Opera */
}

table {
	font-family: "Flair Bold";
	margin: 32px auto;
	color: #ddd;
}

th {
	font: 32px 'ChronoType';
	color: #f8870a;
}

td:first-child {
	padding: 6px;
	color: #f8870a;
	text-align: right;
}

td {
	padding: 6px 16px;
}

a {
    color: #f8870a;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

::placeholder {
	color: #491209;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #491209;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #491209;
}

input:focus {
	color: #f8870a;
	background-color: rgba(0,0,0,1);
	outline: none;
}

.center {
	text-align: center;
}

button {
	font: 24px 'ChronoType';
	color: #fff;
	width: 300px;
	height: 50px;
	padding-top: 8px;
	margin: 10px;
	background-color: rgba(118,147,0,255);
	border: none;
	transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in; /* Firefox 4 */
	-ms-transition: all 0.15s ease-in; /* IE 9 */
	-webkit-transition: all 0.15s ease-in; /* Chrome, Safari, Opera */
}

button:hover {
	cursor: pointer;
	color: #333;
	background-color: rgba(255,255,255,255);
	-moz-transform: scale(0.98); /* Firefox 4 */
	-ms-transform: scale(0.98); /* IE 9 */
    -webkit-transform: scale(0.98); /* Chrome, Safari, Opera */
    transform: scale(0.98);
}

.media {
	position: fixed;
	z-index: 100;
	right: 0px;
	top: 0px;
	width: 40px;
	margin: 8px 8px 2px 0;
	opacity: 1;
	visibility: visible;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out; /* Firefox 4 */
	-webkit-transition: all .4s ease-in-out; /* Safari and Chrome */
	-ms-transition: all .4s ease-in-out; /* IE 9 */
}

.social {
	padding: 3px;
	transform: scale(1);
	transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out; /* Firefox 4 */
	-webkit-transition: transform .2s ease-in-out; /* Safari and Chrome */
	-ms-transition: transform .2s ease-in-out; /* IE 9 */
	}

.social:hover {
	transform: scale(0.9) !important;
}

#systemRequirements {
	width: 240px;
	margin: auto;
}

#systemRequirements:hover {
	
	cursor: pointer !important;
	color: #fff;
}

.show {
	display: inline !important;
}

#showArrow {
	padding: 4px 8px !important;
}

.rotate {
	transform: rotate(180deg);
}

#specsSheet {
	display: none;
}

#arrow {
	display: none;
	position: relative;
	height: 40px;
	width: 100%;
	animation: MoveUpDown 3s ease-in-out infinite;
	position: absolute;
	left: 0;
	bottom: 0;
	text-decoration: none;
}

#arrow p {
	font-size: 18px;
	margin-top: -20px;
	padding: 0;
	width: 100% !important;
}

#arrow img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0px;
  }
  50% {
    bottom: 20px;
  }
}

#wrapper {
	overflow: auto;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

#titleBackground {
	height: 40vh;  
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
  	align-items: center;
}


#background-image {
	position: absolute;
	transform-style: preserve-3d;
	z-index: -1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(33,10,10,1) 0%,rgba(33,10,10,0) 33%), url(../img/logo_background.png) no-repeat center center fixed; 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

#characters {
	position: absolute;
	transform-style: preserve-3d;
	z-index: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url(../img/characters.png) no-repeat center center fixed; 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

#titleLogo {
	top: 0;
	left: 0;
	z-index: 150;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	transform: scale(0.5);
	transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in; /* Firefox 4 */
	-ms-transition: all 0.1s ease-in; /* IE 9 */
	-webkit-transition: all 0.1s ease-in; /* Chrome, Safari, Opera */
}

.focus_logo {
	position: fixed;
	transform: scale(0.2) !important;
	top: -300px !important;
	left: -350px !important;
}

#titleLogo .logo {
	transform-style: preserve-3d;
	transform: translateZ(50px);
}

#titleLogo .background {
	transform-style: preserve-3d;
	background: url(../img/rotmg_logo_background.png) no-repeat center center; 
}

#titleHead {
	background-color: rgba(0, 0, 0, 255);
	position: relative;
	height: 200px;
	z-index: 50;
	margin: 0 auto 0 auto;
	padding: 25px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

.bottom-align {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	position: absolute;
	padding-bottom: 400px;
	bottom: 0;
	left: 0;
	right: 0;
}

#about {
	position: relative;
	height: 100%;
	z-index: 25;
	margin: 0 auto 0 auto;
	padding:  0;
	
}

#about .list-container {
	margin: auto;
}

#about ul {
	width: 400px;
	margin: auto;
	list-style-type: none;	
}

#about li {
	color: #f8870a;
	font-family: "ChronoType";
	font-size: 22px;
	line-height: 18px;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 2em;
}

#about li::before {
	content: '';
	position: absolute;
	width: 2.25em;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/bullet.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;
}



.point {
	margin: 50px;
}

#about li:nth-child(1) { animation-delay: 0.3s }
#about li:nth-child(2) { animation-delay: 0.4s }
#about li:nth-child(3) { animation-delay: 0.5s }
#about li:nth-child(4) { animation-delay: 0.6s }
#about li:nth-child(5) { animation-delay: 0.7s }
#about li:nth-child(6) { animation-delay: 0.8s }
#about li:nth-child(7) { animation-delay: 0.9s }
#about li:nth-child(8) { animation-delay: 1.0s }


#classic {
	position: relative;
	background-color: rgba(128, 11, 5, 255);
	height: 60vh;
	z-index: 50;
	padding: 25px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

/* ------------------------ */
/*          Footer          */
/* ------------------------ */

#footer {
	color: #fff;
	background-color: #000; 
	position: relative;
	z-index: 100;
	float: left;
	height: 200px;
	width: 100%;
}

#footer .logo {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin:auto;
	display: inline-block;
	width: 240px;
	height: 94px;
	transform: scale(0.8);
	background: url(../img/logo.png) no-repeat 0 0;
	transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out; /* Firefox 4 */
	-webkit-transition: transform .2s ease-in-out; /* Safari and Chrome */
	-ms-transition: transform .2s ease-in-out; /* IE 9 */
  }
  
#footer .logo:hover {
	transform: scale(0.78);
	background: transparent url(../img/logo.png) no-repeat 0 -188px;
}

#footer .logo:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: transparent url(../img/logo.png) no-repeat;
	background-position:  0 -188px;
	opacity: 0;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out; /* Firefox 4 */
	-webkit-transition: opacity .2s ease-in-out; /* Safari and Chrome */
	-ms-transition: opacity .2s ease-in-out; /* IE 9 */
}

#footer	.logo:hover:after {
	opacity: 1;
}

#footer .copy {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	text-align: center;
	vertical-align: bottom;
}

#footer h3 {
  font-family: "ChronoType";
  font-size: 18px;
  color: #fff;
  text-align: center;
}

#footer a {
  font-family: "ChronoType";
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  height: 32px;
  text-decoration: none;
  vertical-align: center;
  text-align: center;
  padding: 15px;

}

#footer a:hover {
  color: #FF5500 !important;
}

/* ------------------------ */
/*       Media Queries      */
/* ------------------------ */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  
}

@media only screen and (max-width: 320px) {
	* { 
	margin: 0; 
	border: 0; 
	padding: 0; 
	}

	body { 
	-webkit-text-size-adjust: none; 
	}

	button {
		width: 200px;
	}

	#titleLogo {
		transform: scale(0.2);
	}
	
	.focus_logo {
		transform: scale(0.08) !important;
		top: -360px !important;
    	left: -430px !important;
	}

	#titleHead {
		height: 380px;
	}

	#about ul {
		width: 200px;
	}

	.point {
		margin: 50px 10px;
	}
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
	* { 
	margin: 0; 
	border: 0; 
	padding: 0; 
	}

	body { 
	-webkit-text-size-adjust: none; 
	}

	button {
		width: 250px;
	}

	#titleLogo {
		transform: scale(0.3);
	}

	.focus_logo {
		transform: scale(0.08) !important;
		top: -360px !important;
    	left: -430px !important;
	}

	#titleHead {
		height: 280px;
	}

	#about ul {
		width: 250px;
	}

	.point {
		margin: 50px 20px;
	}
}

@media only screen and (min-width:768px) and (max-width: 1023px) {
	* { 
	margin: 0; 
	border: 0; 
	padding: 0; 
	}

	body { 
	-webkit-text-size-adjust: none; 
	}

	#titleLogo {
		transform: scale(0.4);
	}
}

@media only screen and (min-width:1024px) and (max-width: 1280px) {
	* { 
	margin: 0; 
	border: 0; 
	padding: 0; 
	}

	body { 
	-webkit-text-size-adjust: none; 
	}

	
}

@media only screen and (min-width:1281px) and (max-width: 1440px) {
	* { 
	margin: 0; 
	border: 0; 
	padding: 0; 
	}

	body { 
	-webkit-text-size-adjust: none; 
	}

	
}