
@font-face {
	font-family: calligrapher;
	src: url(../../images/calligra.ttf);
}
@font-face {
	font-family: pegasus;
	src: url(../../images/pegasus.ttf);
}
body {
	background: -webkit-radial-gradient(top left,#000000,#150F6F,#150F6F);
	background: radial-gradient(at top left,#000000,#150F6F,#150F6F);
	background-attachment: fixed;
	background-color: #000000;
	margin: 0px;
	color: #ffffff;
}
h1 {
	// font-size: calc(90px - 2.5vw);
	font-size: 52pt;
	color: #9f9f9f;
	font-family: calligrapher, signature, aladdin, mistral, mistral av, arial, verdana;
	cursor: default;
text-shadow: 10px 10px 10px rgba(1, 1, 1, 1), 5px 5px 5px rgba(255, 255, 255, 1);
}
h2	{
	color: #9f9f9f;
	font-family: calligrapher, signature, aladdin, mistral, mistral av, arial, verdana;
	font-size: 35pt;
}
.bodytable {
	text-align: center;
}
.contentblocks {
	text-align:center;
}
.footer {
	vertical-align: bottom;
	font-family: pegasus;
	font-size: 14pt;
}
p {
	// font-size: calc(50px - 2.5vw);
	font-size: 22pt;
	font-family: pegasus;
}