body {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
}

.bg-video {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
	background-color: #111;
}


.banner-video {
	/* z-index: -99;
	width: 100%; */
	/* position: fixed;
	right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%; */
  
  position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

.inner {
	max-width:1060px;
	margin:0 auto;
	
	color:#fff;
	
	text-align:center;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

.main-logo {
	margin-top: 100px;
	max-width:100%;
}

.release {
	margin: 300px auto 75px auto;	
}

.subscribe-button {
	text-decoration: none;
	
	padding: 25px;
	border-radius:10px;
	
	
	font-weight:bold;
	font-size:1.8em;
	
	
	color:#231F20;
	background-color:#fff;
	border:2px solid #fff;
}

.subscribe-button:hover {
	
	color: #39CAF7;
	background-color: #231F20;
	border:2px solid #39CAF7;
}

#about-game {
	background-color:#231F20;
	
	padding: 25px 0 50px 0;
	margin-top:75px;
	
	border-top:2px solid #39CAF7;
	border-bottom:2px solid #39CAF7;
}

#about-game p {
	font-size:1.3em;
}

#screenshots {
	margin-top:50px;
}

#screenshots a {
	margin:20px;
}

#screenshots img {	
	border-radius:20px;
	border:2px solid #39CAF7;
}

#screenshots img:hover {
	border:2px solid #231F20;
}

#follow-dev {
	margin:75px 0;
	
	text-align:center;
	
	background-color:#231F20;
	
	padding: 50px 0;
	
	border-top:2px solid #39CAF7;
	border-bottom:2px solid #39CAF7;
}

#follow-dev p {
	/* width: 20%;
	display:inline-block; */
}

#follow-dev a {
	margin-top:25px;
	vertical-align:top;
	width:210px;
	display:inline-block;
	text-decoration:none;
	font-weight:700;
	color:#fff;
	font-size:1.3em;
	
	padding:10px;
	padding-top:25px;
}

#follow-dev a:hover {
	font-weight:700;
	color:#39CAF7;
	
	
	border-radius:10px;
	background-color:#111;
}

#follow-dev img {
	max-width:100px;
}

#created-by {
	margin-bottom:75px;
}

#created-by a {
	color:#fff;
	text-decoration:none;
}

#created-by a:hover {
	color:#39CAF7;
}

#created-by h2{
	margin-bottom:50px;
}

#contact {
	background-color:#231F20;
	
	padding: 50px 0;
	
	border-top:2px solid #39CAF7;
}

.social-icons a {
	text-decoration:none;
	color:#fff;
	font-weight:700;
	display: inline-block;
	margin: 0px;
	width:125px;
	padding:10px;
	padding-top:25px;
}

.social-icons a:hover {
	color:#39CAF7;
	
	border-radius:10px;
	background-color:#111;
}

.social-icons img {
	max-width:50px;
}

.legal-mumbo-jumbo {
	color:#fff;
	
	margin-top: 25px;
	padding-top:25px;
	border-top:2px solid #39CAF7;
}

.copyright-info a {
	text-decoration:none;
	color:#fff;
	font-weight:700;
}

.copyright-info a:hover {
	text-decoration:underline;
}

.privacy-body {
	background-color:#111;
}

.privacy-body a {
	color: #fff;
	text-decoration:none;
	font-weight:700;
}

#header-privacy {
	background-color:#231F20;
	border-bottom:2px solid #39CAF7;
}

.header-image {
	float:left;
	margin:5px;
	margin-top:10px;
}

.header-return {
	float:right;
	color:#fff;
	text-decoration:none;
	font-weight:700;
	margin:25px;
	font-size:1.5em;
}

.header-clear {
	clear:both;
}

.privacy-policy {
	max-width:800px;
	text-align:left;
}

.privacy-policy h1 {
	text-align:center;
}

@media screen and (max-width: 700px) {
.social p {
	margin: 0 auto;
	width: 95%
}
}