/* clear formatting */

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: 1em;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 shim for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    border-width: 0px;
}
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;
}

/* font size initialization for using with flowtype */
h1,h2,h3,h4,h5,h6,p {
 line-height: 1.45;
}
h1 { font-size: 4em; }
h2 { font-size: 3em; }

/* general */


body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 1.2em;
	background-color: #000000;
}

.fullsize-wrapper {
	width: 100%;
	margin: 0px auto;
}

.wrapper {
	width: 90%;
	max-width: 800px;
	margin: 0px auto;
}

a { 
	font-weight: bold;
	color: #8cff3b; 
	text-decoration: none; 
}

a:hover { 
	color: #ffff00; 
}

a:visit {
    color: #8cff3b; 
}

img {
	vertical-align: bottom;
}

/* banner */

.banner {
	width: 100%;
}

.banner-content {
	background-color: #3c3a2c;
	width:100%;

}

#logo {
	position: absolute;
	left: 15%;
}

#logo-image{
	width: 12em;
	margin-top: 21vw;
	margin-left: 50%;
}

/* header */

.header-spacer {
}

.header-content {
	width:100%;
}

/* tiles */

.bg {
	width:100%;
	/*background: url(../images/tiles_background.png);*/
}

.bg > .spacer {
	padding-top: 16px;
}

#description{
	background-color: #E8E892;
}

#description > p {
	color:#333;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 90%;
	margin: 0 auto;
	font-size: 14pt;
}

.bg > h1 {
	font-family: 'Russo One', sans-serif;
	color: #93E35A;
	width:100%;
	line-height: 2em;
	font-size: 1.7em;
	text-align: center;
}

.bg > h2 {
	font-family: 'Russo One', sans-serif;
	width:100%;
	font-size: 1.4em;
	text-align: center;
}

.blockfont{
	font-family: 'Russo One', sans-serif;
}

/* video */

#video {
	display: block;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 16px;
}

/* screenshots */

.screenshot {
	margin: 2%;
    width: 28%;
}


.screenshots-content {
	background-color: #93E35A;
}

/* preorder */

#humble {
	display:block;
	margin:0 auto;
	padding:16px;

}

.preorder {
	padding-top: 40px;
	padding-bottom: 0px;
	color:#333;
}

.preorder-content {
	background-color: #356712;
}

/* footer */

.footer {
	width: 100%;
	text-align: center;
	line-height: 0.8em;
	height:100%;
	color: #666;
}

.footer p {
	padding: 32px 0px 32px 0px;
	background-color: #000;

}

.footer a { 
	color: #aaa; 
	text-decoration: none; 
}

.footer a:hover { 
	color: #ff0000; 
}

/* links */

.links {
	display: none;
	position: fixed;
	top: 8px;
	left: 4px;
	width: 80px;
}

.links img:hover {
	padding-left: 10px;
}

/* NEW STUFF */

.parent {
  position: relative;

  z-index: 0;
    
}

.content{
    padding: 0px;
    margin-left: 20%;
    margin-right: 20%;
}

.logoContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo{
    width: 28vw;
    min-width: 150px;
}