@import "/fonts/faces.css";
@import "/css/links.css";
@import "/css/buttons.css";

body {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
body > *{
	text-align: start;
	display: inline-block;
	
}
body > *:after { 
	content: '\A'; 
	white-space:pre; 
}
p {
	font-family: "helvedude_light";
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}
table { 
	border-spacing: 0px;
}

h1,h2,h3,h4{
	font-weight: normal;
	font-style: normal;
	padding:0;
	margin:0;
}
div#debug{
	white-space: pre;
}
h2{
	font-size: 17px;
}
h1{
	font-family: "helvedude_bold";
}
h2{
	font-family: "helvedude_bold";
}
h3{
	font-family: "helvedude_light";
}
h4{
	font-family: "helvedude_light";
}
h1 strong,h2 strong,h3 strong,h4 strong{
	font-family: "helvedude_bold";
}
body strong{
	font-family: "helvedude_bold";
}


#center_holder{
	width: 900px;
}

.headcontent {
	margin-top: 100px;
}
.headcontent > *{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.headcontent > h1,
.headcontent > h2,
.headcontent > h3,
.headcontent > h4{
	font-size: 31px;
}
.headcontent > p{
	font-size: 14px;
}

.subcontent {
	margin-top: 100px;
	margin-bottom: 150px;
}
.subcontent > *{
	padding-left: 5px;
}
.subcontent > h1,
.subcontent > h2,
.subcontent > h3,
.subcontent > h4{
	font-size: 14px;
}
.subcontent > p{
	font-size: 14px;
}
.subcontent > table{
	font-family: "helvedude_light";
	font-size: 14px;
}
.subcontent > table.pastvideos tr > td:first-child{
	padding-right: 40px;
}
.subcontent > table.pastvideos tr > td:nth-child(2){
	padding-right: 10px;
}


video[poster]{
	object-fit: cover;
}
.vjs-poster {
	background-size: cover;
	background-position: inherit;
}
