@charset "utf-8";
/* Aim Academy motd_mapcycle style sheet */

html, body {
	/* background-image: url("motd_main-Bg.png"); */
	background-color: #141414;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top;
	margin: 0px;	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
	height: 100%
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	/* font-family: 'Roboto Condensed'; */
	width: 100%;
	max-height: 540px;
}

/* Logo */
.top-div {
	position: relative;
    position: -webkit-sticky; /* Safari */
    top: 0;
	height: auto;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	/* box-shadow: 0px 0px 45px #004444; */
}

.pulse {
	position: absolute;
	top:0;
	left:0;
	opacity: 0.50;
	-webkit-animation-delay: 3.50s;
	-webkit-animation-duration: 3s;
	-webkit-animation-name: fadeillum;
	-webkit-animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-delay: 0.0s;
	animation-duration: 3.0s;
	animation-name: fadeillum;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	width: 100%;
	max-height: 540px;
}

@keyframes fadeillum {
	0% {opacity: 0.0;}
	100% {opacity: 1.0;}
}

@-webkit-keyframes fadeillum {
	0% {opacity: 0.50;}
	100% {opacity: 1.0;}
}

/* Back Button */
a.button {
	display: block;
	height: 23px;
	width: 80px;
	border-style: solid;
	border-width: 1px;
	border-color: #005555;
	background-color: #181818;
	padding-bottom: 2px;
	box-shadow: none;
}

a.button:hover {
	background-color: #111;
	border-color: #008888;
}

.back {
	position: fixed;
	top: 10px;
	left: 10px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	z-index: 100;
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: '\00AB';
	position: absolute;
	opacity: 0;
	top: 0;
	left: -20px;
	transition: 0.5s;
}

.button:hover span {
	padding-left: 20px;
}

.button:hover span:after {
	opacity: 1;
	left: 0;
}
/* Back Button End */

a.glow, a.glow:hover, a.glow:focus {
	text-decoration: none;
	color: #ddd;
	text-shadow: 2px 2px 1px #000;
	-webkit-transition: 425ms linear 0s;
	-moz-transition: 425ms linear 0s;
	-o-transition: 425ms linear 0s;
	transition: 425ms linear 0s;
	outline: 0 none;
}

a.glow:hover, a.glow:focus {
	color: #eee;
	text-shadow: -1px 1px 8px #00FFFF, 1px -1px 8px #00FFFF;
}

a.ext:link    { text-decoration:underline; color: #00FFFF;}
a.ext:visited { text-decoration:underline; color: #00FFFF;}
a.ext:hover   { text-decoration:underline; color: #AAFFFF;}
a.ext:focus   { text-decoration:underline; color: #00FFFF;}
a.ext:active  { text-decoration:underline; color: #00FFFF;}

.bottom-div {
	position: absolute;
	width: 100%;
	bottom: 0;
	margin-left:0px;
	margin-right:0px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 8px;
	color: #0aa;
	text-shadow: 1px 1px 8px #000, -1px -1px 8px #000, 1px -1px 8px #000, -1px 1px 8px #000;
}