/* Copyright 2022 bretris.net */

/* Styles */

@charset "UTF-8";

/* Body */

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* IE Fix */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section, address {
	display: block;
}

time {
	display: inline;
}

/* Body */

html, body {
	background: #fff;
	font-family: "Play", "Helvetica Neue", "Arial", sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #ff8c00;
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.container {
	flex: 1 0 auto;
	padding: 20px;
}

/* Headers */

#header {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

#main-header h1 {
	margin-bottom: 0;
}

#main-header h2 {
	margin-top: 0;
}

#main-header a, #main-header a:hover {
	text-decoration: none;
	color: #ff8c00;
}

h1 {
	text-align: center;
	font-size: 4em;
}

h2 {
	text-align: center;
	font-size: 1.2em;
}

/* Game */

.game {
	margin: 0 auto;
}

/* Slider "Swipe" */

.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swipe-wrap > div > img {
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
}

/* Slider */

.slider-controls {
	display: block;
	font-size: 3em;
	background-color: #ff8c00;
	height: 50px;
	width: 120px;
	border-radius: 50px;
	line-height: 1em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	outline: none;
	border: none;
	font-family: sans-serif;
	font-weight: normal;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.slider-controls:hover {
	text-shadow: 1px 1px 2px #333;
}

#controls {
	max-width: 991.98px;
	margin: 2rem auto;
}

#prev {
	float: left;
	margin-left: 10%;
}

#next {
	float: right;
	margin-right: 10%;
}

/* Buttons */
.big-button {
	display: block;
	font-size: 2em;
	background-color: #ff8c00;
	height: 50px;
	width: 180px;
	border-radius: 50px;
	line-height: 1.5em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.big-button:hover {
	text-shadow: 1px 1px 2px #333;
}

/* Buttons */
.blockrain-btn {
	position: relative;
	display: inline-block;
	background: none;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	cursor: default;
	font-size: 1.5em;
	background-color: #ff8c00;
	border-radius: 50px;
	border: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.blockrain-btn::before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border: none;
}
.blockrain-btn::after {
	position: absolute;
	content: "";
	top: 0px;
	left: 100%;
	bottom: 0px;
	right: 0px;
	border: none;
}

.blockrain-btn:hover {
	text-shadow: 1px 1px 2px #333;
	box-shadow: 0 1px 2px #333;
}

.blockrain-btn:hover::before {
	left: 0;
	bottom: 0;
	right: 0;
}
.blockrain-btn:hover::after {
	top: 0;
	bottom: 0;
	right: 0;
}

/* Columns */
.column {
	float: left;
	width: 33.33%;
	padding: 10px;
}

.row {
	width: 100%;
	max-width: 991.98px;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 575.98px) {
	
	.column {
		float: left;
		width: 100%;
		padding: 10px;
	}
	
}

/* Buttons */
.big-button {
	display: block;
	font-size: 2em;
	background-color: #ff8c00;
	height: 50px;
	width: 180px;
	border-radius: 50px;
	line-height: 1.5em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.big-button:hover {
	text-shadow: 1px 1px 2px #333;
	box-shadow: 0 1px 2px #333;
}

.active {
	background-color: #0073ff;
}

/* About */

.main-text {
	padding: 0 10%;
}

.header {
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 1rem;
}

/* Email */

.email {
	display: table;
	text-align: center;
	font-size: 2.5em;
	margin-top: 5rem;
	margin-bottom: 5rem;
	margin-left: auto;
	margin-right: auto;
}

.email a {
	color: #ff8c00;
}

/* Footer */

.footer {
	text-align: center;
	flex-shrink: 0;
	padding: 20px;
	margin-top: auto;
}

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