﻿@font-face {
	font-family:"ChinaOne Normal";
	font-style: normal;
	font-weight: normal;
	src:
		url("../fonts/chinaone/ChinaOne.eot?") format("eot"),
		/* url("../fonts/chinaone/ChinaOne.woff") format("woff"), */
		url("../fonts/chinaone/ChinaOne.ttf") format("truetype"),
		url("../fonts/chinaone/ChinaOne.svg#ChinaOneNormal") format("svg");
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: Arial;
}

body {
	margin: 0;
	padding: 0;

	text-align: center;

	color: #FCFF00;
	background-color: #000000;
}

@media screen and (max-resolution: 125dpi) {
	body { font-size: 24px; }
}

@media screen and (min-resolution: 126dpi) and (max-resolution: 250dpi) {
	body { font-size: 36px; }
}

@media screen and (min-resolution: 251dpi) {
	body { font-size: 48px; }
}

a {
	color: inherit;
}

.content {
	margin: 0 auto;
}

.content div {
	width: 100%;
	margin: 1.2em auto;

}

.logo img {
	max-height: 60vh;
	max-width: 80%;
}

/*@media screen and (orientation: portrait) {
	.logo img {
		height: 80%;
		width: 80%;
	}
}

@media screen and (orientation: landscape) {
	.logo img {
		max-height: 60vh;
	}
}*/

.logo span {
	display: block;
	margin-top: 0.5em;

	font-family: 'ChinaOne Normal';
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 4px;
}

.secondary {
}

footer {
	width: 100%;

	color: #ecf0f1;
	background-color: #000000;

	border-top: #fcff00 solid 0.2em;

	font-size: smaller;
	text-align: center;
}

footer > div p {
	margin: 0.6em;
}

.socialmedia ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.socialmedia li {
	display: inline-block;
}

.socialmedia li > * {
	padding: 0.1em;
}

.socialmedia li i {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.socialmedia li span {
	margin-left: 0.2em;
	text-decoration: underline;
}

.socialmedia li a:hover {
	color: #000000;
	background-color: #fcff00;
}
