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

li {
	list-style-type: none;
}

html, body, h1, h2 {
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
	margin: 0;
	color: inherit;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
}

h1 {
	color: white;
}

h2 {
	color: #E0E0DB;
	text-align: center;
	font-size: 18.5pt;
	font-style: normal;
	opacity: 0.9;
	vertical-align: top;
	-webkit-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

h2:hover, h2:focus {
	font-weight: 600;
	-webkit-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

h3 {
	color: #E0E0DB;
	text-align: left;
	font-size: 15pt;
	font-style: normal;
	font-weight: 300;
	opacity: 0.9;
	vertical-align: top;
}

h4 {
	color: #E0E0DB;
	text-align: center;
	font-size: 15pt;
	font-style: normal;
	font-weight: 300;
	opacity: 0.9;
	vertical-align: top;
}

h5 {
	color: #E0E0DB;
	text-align: right;
	font-size: 15pt;
	font-style: normal;
	font-weight: 300;
	opacity: 0.9;
	vertical-align: top;
}

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

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.floatCenter {
	margin: 0 auto;
	text-align: center;
}

.content {
	width: 100vw;
	height: 100vh;
	padding: 0;
}

.contentTouch {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(20,20,18);
	overflow: hidden;
}

.fancyRect {
	width: 60vw;
	height: 75vh;
	padding-top: 25vh;
}

.fancyBox {
	width: 20vw;
	height: 100%;
	padding: 1em;
}

.text {
	width: 100vw;
	height: 100vh;
	max-width: 100%;
	position: absolute;
}

.displayNone {
	display: none !important;
}

.displayBlock {
	display: block;
}

.grid100 {
	width: 100%;
	height: 100%;
}

.grid60 {
	width: 60%;
}

.red {
	background-color: #FF0000;
}

.yellow {
	background-color: #FFFF00;
}

.green {
	background-color: #00FF00;
}

#tText1 {
	font-weight: 400;
}

#tText2 {
	font-weight: 400;
}