/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,800italic,700,400italic);

html {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
}

header {
	background: #ec008c;
	color: white;
	width: 100%;
	height: 8em;
	text-align: left;
}

.widthcontainer {
	margin: 0 auto;
	width: 55em;
	/* border: 1px solid gray; */
}

#logo {
	text-decoration: none;
	color: white;
}

h1 {
	margin: 0;
	padding: 0;
	font-weight: 800;
	font-size: 4em;
	display: inline;
}

h1.gg {
	letter-spacing: -0.1em;
}

h1.hry {
	
	letter-spacing: 0.02em;
}

.logoperex {
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 1em;
	left: 0.2em;
	font-weight: 700;
	font-size: 1em;
}

section {
	background: white;
	text-align: right;
	min-height: 35em;
}

section>h2 {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 0.67em;
	font-weight: 400;
	color: #6e09a5;
}

h2>img {
	position: relative;
	top: 0.9em;
	left: 0.25em;
	width: 71px;
	height: 31px;
	color: #6e09a5;
	text-align: center;
}

article {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

h3 {
	font-size: 2.67em;
	color: #333399;
	display: inline-block;
}

article>p {
	display: block;
	width: 16em;
	font-size: 1em;
}

article>ul,li {
	font-size: 1em;
}

article>a {
	display: inline-block;
	margin-top: 1em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 1.2em;
	padding-right: 1.2em; 
	color: white;
	background-color: #ff9900;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.33em;
}

article>iframe {
	display: block;
	float: right;
	width: 36em;
	height: 20em;
}

#moregames {
	text-align: left;
	margin-bottom: 2em;
}

#moregames>h4 {
	font-size: 1.5em;
	font-weight: 700;
	color: #999;
}

#moregames img {
	width: 18.15em;
	height: auto;
}

footer {
	text-align: left;
}

footer p.atn {
	float: right;
}

footer nav {
	color: gray;
}

footer nav>a {
	color: #19a8b6;
	text-decoration:none;
}

footer nav>a:visited {
	color: #19a8b6;
}

.clr {
	clear:both;
}
