html{
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	width: 100%;
	padding-bottom: 0px;
	min-height: 100%;
	height: 100%;
}
body{
	background-color: #000000;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(space2.png);
	background-repeat: repeat;
	box-sizing: border-box;
	overflow-y: auto;
	width: 100%;
	overflow-x: hidden;
	background-size: auto 70%;
	height: 100%;
	min-height: 100vh;
}

p {
	font-size: 22px;
	text-align: left;
	color: #C9C9C9;
}
h1 {
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	margin-bottom: 0.5%;
	/* [disabled]margin-top: 3%; */
	color: #E00032;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	border-bottom: 1px solid #303030;
	border-top: 1px solid #303030;
	background-image: -webkit-linear-gradient(90deg,rgba(27,27,27,1.00) 0%,rgba(15,15,15,1.00) 47.88%,rgba(27,27,27,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(27,27,27,1.00) 0%,rgba(15,15,15,1.00) 47.88%,rgba(27,27,27,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(27,27,27,1.00) 0%,rgba(15,15,15,1.00) 47.88%,rgba(27,27,27,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(27,27,27,1.00) 0%,rgba(15,15,15,1.00) 47.88%,rgba(27,27,27,1.00) 100%);
}
h2 {
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: bottom;
	color: #00E3FF;
}
h3{
	font-size: 20px;
	color: #C9C9C9;
	text-align: center;
	position: relative;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	vertical-align: top;
}
h4 {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: bottom;
	color: #D7285A;
}
h5 {
	font-size: 30px;
	margin-bottom: 0.5%;
	margin-top: 0.5%;
	color: #c9c9c9;
	width: auto;
	height: 36px;
	text-align: center;
	max-width: 100%;
	/* [disabled]margin-left: 80px; */
	/* [disabled]margin-right: 80px; */
}
.header{
	padding-top: 0.5%;
	padding-bottom: 0.4%;
	border-bottom-color: #303030;
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-width: 2px; */
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/* [disabled]background-color: #232323; */
	padding-left: 10.5%;
	padding-right: 12%;
	background-image: -webkit-linear-gradient(90deg,rgba(27,27,27,1.00) 0%,rgba(15,15,15,1.00) 99.17%);
	background-image: -moz-linear-gradient(90deg,rgba(27,27,27,1.00) 0%,rgba(15,15,15,1.00) 99.17%);
	background-image: -o-linear-gradient(90deg,rgba(27,27,27,1.00) 0%,rgba(15,15,15,1.00) 99.17%);
	background-image: linear-gradient(0deg,rgba(27,27,27,1.00) 0.00%,rgba(15,15,15,1.00) 99.17%);
}

img{
	width: 100%;
	height: auto;
}

.logo{
	width: 10%;
	height: auto;
	display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.logo:hover{
	opacity: 0.75;	
}
.vikingship{
	position: absolute;
	z-index: -1;
	overflow-y: hidden;
	overflow-x: hidden;
	width: 100%;
	height: auto;
	left: 0px;
}
.bottom{
	position: relative;
	bottom: 0px;
	width: 100%;
	z-index: -1;
	min-height: 20px;
	padding-bottom: 4%;
	margin-top: 240px;
}
.footer {
	/* [disabled]background-color: #232323; */
	width: 100%;
	position: absolute;
	text-align: center;
	padding-bottom: 0.4%;
	padding-top: 0.4%;
	bottom: 0px;
	min-height: 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(27,27,27,1.00) 0%,rgba(15,15,15,1.00) 99.17%);
	background-image: -moz-linear-gradient(270deg,rgba(27,27,27,1.00) 0%,rgba(15,15,15,1.00) 99.17%);
	background-image: -o-linear-gradient(270deg,rgba(27,27,27,1.00) 0%,rgba(15,15,15,1.00) 99.17%);
	background-image: linear-gradient(180deg,rgba(27,27,27,1.00) 0%,rgba(15,15,15,1.00) 99.17%);
	border-top-color: #303030;
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-width: 1px; */
}
a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	
}
#wishlist a {
	background-color: #FFFFFF;
	padding-right: 40px;
	padding-left: 40px;
	color: #000000;
	border-radius: 3px;
}
a:hover {
	color: #E00032;
}
#wishlist a:hover {
	color: #FFFFFF;
	background-color: #00E3FF;
}

.container1{
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto !important;
	height: 100%;
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
}
.container2{
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 55%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto !important;
	height: 100%;
	position: relative;
	min-height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.container3{
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto !important;
	height: 100%;
	position: relative;
	min-height: 100%;
}

.redgar{
	height: auto;
	margin-bottom: 0px;
	margin-top: 16px;
	width: 168px;
	float: left;
}
.column1{
	width: 49%;
	background-repeat: no-repeat;
	padding-top: 10px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0.5%;
	top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.column2{
	width: 49%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top: 10px;
	display: inline-block;
	vertical-align: top;
	padding-left: 0.5%;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
@media screen and (max-width: 960px) {
	.logo{
		width: 13%
	}	
	.container2{
		width: 95%;
	}
	.header{
	padding-left: 3%;
	padding-right: 3%;
	}
	.footer{
	padding-left: 3%;
	padding-right: 3%;
	margin-top: 50px;
	}
	p{
	margin-bottom: 0px;
	font-size: 20px;
	}
	h1, h2, h4{
	font-size: 24px;
	}
	#wishlist a{
	font-size: 26px;
	}
	h3{
	}
}
@media screen and (max-width: 540px) {
	body{
		background-position: 0px 0px;
	}

	.logo{
		width: 23%;
		height: auto;
	}
.container2{
	width: 100%;
	text-align: center;
	}
	.column1, .column2{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	}
	.header{

	padding-left: 2%;
	padding-right: 2%;
	}
	.footer{

	padding-left: 2%;
	padding-right: 2%;
	}
	p{
	font-size: 14px;
	margin-left: 4px;
	margin-right: 4px;
	}
	h1, h2, h4{
	/* [disabled]text-align: center; */
	font-size: 20px;
	}
	#wishlist a{
	font-size: 18px;
	}
	h3{
		font-size: 12px;
	}
	
	

}
.content1{
	padding-bottom: 62.72%;
	position: relative;
	margin-bottom: 19px;
	/* [disabled]background-color: #1C1C1C; */
	max-width: 100%;
}
.content2{
	width: 100%;
	padding-bottom: 20.9%;
	position: relative;
	padding-top: 0px;
	text-align: center;
}
.content3{
	width: 100%;
	padding-bottom: 41.8%;
	position: relative;
	margin-bottom: 19px;
}
.videocontainer{
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	margin-top: 5px;
	text-align: left;
	border: 1px solid #c9c9c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.youtube{
	position: absolute;
	width: 100%;
	height: 100%;
}
.text1{
	position: absolute;
	max-width: 100%;
}
.text2{
	position: absolute;
	vertical-align: top;
	text-align: center;
	width: 100%;
}
.indiegogo{
	text-align: left;
	width: 55%;
	margin-left: -3%;
}
.indiegogo:hover{
	opacity: 0.75;
}
.nintendocontainer{
	text-align: center;
	position: static;
	bottom: 0px;
	/* [disabled]height: 40%; */
	background-color: #FF0004;
	padding-top: 15px;
	padding-bottom: 15px;
}
.nintendocontainer:hover{
	opacity: 0.75;
}
.nintendoicon{
	vertical-align: bottom;
	bottom: 0px;
	/* [disabled]height: 80%; */
	width: 40%;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
.somecontainer{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 56%;
	/* [disabled]margin-bottom: 50px; */
}
.someicon{
	vertical-align: bottom;
	bottom: 0px;
	height: 80%;
	width: auto;
	margin-top: 0px;
	margin-right: 2%;
}
.someicon:hover{
	opacity: 0.75;
}
