/* Base */

html {
	margin: 0;
	padding: 0;
	height: 100%;

	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;

	height: 100%;
	width: 100%;

	height: 100%;
}

#center_wrapper {
	width: 100%;
	max-width: 960px;
	margin-bottom: 50px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);

	text-align: center;
}

h1 {
	margin-top: 50px;
	margin-bottom: 30px;
}

h1 img {
	max-width: 90%;
}

#bouncing_arrow {
	text-align: center;

	-moz-animation: bounce 4s infinite;
	-webkit-animation: bounce 4s infinite;
	animation: bounce 4s infinite;
}

@keyframes bounce {
  0%, 10%, 25%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-30px);
  }
  30% {
    transform: translateY(-15px);
  }
}

#bouncing_arrow a {
	display: inline-block;
	padding: 30px;
}

#main_wrapper {
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
	padding: 30px;
	z-index: 5;
	overflow: auto;

	text-align: left;
}

@media screen and (max-width: 479px) {
	#main_wrapper {
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 20px;
		padding-right: 40px;
	}
}

h2 {
	margin-top: 30px;
	margin-bottom: 0px;
}

p {
	margin-top: 10px;
	text-align: justify;
}

/* Blurs */

.blurwrapper {
	float: right;
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}

.blurwrapper .left {
	float: left;
	width: 400px;
	height: 300px;
	overflow: hidden;
	clear: left;
	border: 2px solid gray;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.blurwrapper .right {
	float: right;
	width: 400px;
	height: 300px;
	overflow: hidden;
	clear: right;
	border: 2px solid gray;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
	.blurwrapper .left {
		width: 200px;
		height: 150px;
	}

	.blurwrapper .right {
		width: 200px;
		height: 150px;
	}
}

/* Hotlinks */

.hotlinkbar {
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
}

.hotlink {
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
}

.hotlink img {
	vertical-align: middle;
	width: auto;
	height: 1em;
}

.hotlink div {
	vertical-align: middle;
}

/* Kickstarter */

.kickstarterbar {
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.kickstarterbar .hotlink img {
	height: 1em;
	max-width: 100%;
}

/* Download */

.download {
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 20px;
}

.download iframe {
	width: 100%;
	height: 167px;
}

/* Footer */

.footer {
	margin-top: 50px;
}

.footer img {
	width: 320px;
	max-width: 320px;
}
