/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Ubuntu", Verdana, Geneva, sans-serif;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  background: rgb(7, 54, 66);
}
.bgCover {
  position: fixed;
  background-image: url("bg.png");
  opacity: 0.1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center; 
}
.bgCover2 {
  position: fixed;
  background-image: url("bg2.png");
  opacity: 0.1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.centeredPage {
	width: 1366px;
	margin: auto;
	min-height: 100vh;
	background: rgba(238, 245, 115, 0.1);
	border: 3px solid rgba(238, 245, 115, 0.3);
	border-width: 0px 3px 0px 3px;
	padding: 0rem 3rem 5rem 3rem;
	color: #67f249;
	font-size: 2rem;
	position: relative;
}

.left {
	float: left;
}
.right {
	float:right;
}
.clear {
	clear: both;
}

hr {
	border: 3px solid rgba(238, 245, 115, 0.3);
}

hr.rev {
	border-radius: 0 0 5px 5px;
}
div.text {
	padding-bottom: 2rem;
	line-height: 3.5rem;
}

.gameImage {
  border: 3px solid rgba(238, 245, 115, 0.3);
}

.foot {
	position: absolute;
	left: 3rem;
	bottom: 1rem;
	right: 3rem;
	height: 5rem;
	text-align: center;
}

.big {
	font-size: 200%;
}
.larger {
	font-size: 120%;
}

.small {
	font-size: 75%;
}

a {
  color: #FFF;
}
