:root {
	--cover-height: 250px;
	
	--post-color: rgba(0,0,0,0.6);
	--post-max-width: 700px;
	--post-container-max-width: 750px;
	
	--trailer-min-width: 560px;
	--trailer-min-height: 315px;
	--trailer-max-width: 1120px;
	--trailer-max-height: 630px;
	
	--demo-button-color: rgba(0,0,0,0.8);
	--demo-button-width: 180px;
}

@font-face {
    font-family: MinerBlock;
    src: url('MINERBLOCK.TTF') format('truetype');
}

@font-face {
    font-family: KeenBlock;
    src: url('KEENBLOCK.TTF') format('truetype');
}

body {
	height: 100%;
	margin: 0px;
	
	background-image: url("images/background.png");
	background-position: center top;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
	
	color: white;
	text-align: justify;
	font-family: MinerBlock;
	font-size: 11px;
}

.cover {
    max-width: 40%;
	width: auto;
	height: auto;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	display: block;
}

.trailer {
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.trailer iframe {
	width: var(--trailer-min-width);
	height: var(--trailer-min-height);
	display: inline-block;
}

.demo-container {
	width: auto;
	text-align: center;
}
	
.demo {
	display: inline-block;
	
	color: white;
	text-align: justify;
	font-family: MinerBlock;
	font-size: 11px;
}

.demo-text {
	display: table-cell;
	padding-right: 20px;
	width: 200px;
	vertical-align: middle;
	
	color: white;
	text-align: justify;
	font-family: MinerBlock;
	font-size: 14px;
}

.demo-button-container {
	display: table-cell;
	vertical-align: middle;
}

.demo-button {
	width: var(--demo-button-width);
	height: 60px;
	border: 1px solid white;
	background-color: var(--demo-button-color);
	display: inline-block;
	cursor: pointer;
}

.demo-button-label {
	margin-top: 12px;
	color: white;
	text-align: center;
	font-family: MinerBlock;
	font-size: 14px;
}

.demo-button-version {
	color: white;
	text-align: center;
	font-family: MinerBlock;
	font-size: 12px;
}

.post-container {
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	max-width: var(--post-container-max-width);
}

.post-container-header {
	color: white;
	text-align: left;
	font-family: MinerBlock;
	font-size: 28px;
	
	position: relative;
	margin: auto;
	margin-bottom: 20px;
	padding: 10px;
	width: auto;
	max-width: var(--post-max-width);
}

.post {
	display: inline-block;
	position: relative;
	right: 140px;
	left: 0px;
	margin: auto;
	margin-bottom: 20px;
	width: auto;
	max-width: var(--post-max-width);
	border: 1px solid white;
	background-color: var(--post-color);
}

.post-header {
	color: white;
	text-align: left;
	font-family: MinerBlock;
	font-size: 22px;
	
	margin: 5px;
	padding: 5px;
	width: auto;
	max-width: var(--post-max-width);
}

.post-body {
	color: #c0c0c0;
	text-align: justify;
	font-family: MinerBlock;
	font-size: 14px;
	
	margin: 5px;
	padding: 5px;
	width: auto;
	max-width: var(--post-max-width);
}

.post-footer {
	color: white;
	text-align: right;
	font-family: MinerBlock;
	font-size: 12px;
	
	margin: 5px;
	padding: 5px;
	width: auto;
	max-width: var(--post-max-width);
}

.connection {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: auto;
}

.connection-item {
	display: table-cell;
	padding-left: 25px;
}

.connection-item img {
	height: 30px;
}

.contact {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: auto;
	
	color: white;
	text-align: left;
	font-family: MinerBlock;
	font-size: 14px;
}

a:link {
    color: #ffffff;
    text-decoration: none;
}

a:visited {
    color: #808080;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
}

a:active {
    color: #808080;
    text-decoration: none;
}