*
{
	text-decoration:none;
	margin:0; 
	padding:0; 
	outline:0;
	list-style:none;
	border:0;
}
html
{
	height:100%;
}
body
{
	font-family:'PT Sans', sans-serif;
	font-size:16px;
	background:#121212;
	color:#999;
	height:100%;
	overflow-x:hidden;
}
a
{
	color:#ADCEFC;
	transition:color 200ms;
}
a:hover
{
	color:#EBF2FC;
}
p
{
	padding:0 0 10px 0;
}
p:last-of-type
{
	padding:0;
}
.clear
{
	clear:both;
}
.table
{
	display:table;
	width:100%;
	height:100%;
}
.tablecell
{
	display:table-cell;
	vertical-align:middle;
	padding:20px 4% 35px 4%;
}
.videowrapper
{
	margin:auto;
	max-width: 600px;
}
.videowrapper video
{
	width:100%;
}
.textwrapper
{
	margin:20px auto -15px auto;
	max-width:1280px;
	text-align:center;
}
@media (max-width: 960px)
{
	body
	{
		font-size:14px;
	}
}