@font-face {
	font-family: calligrapher;
	src: url(../../../images/calligra.ttf);
}
@font-face {
	font-family: eras light itc;
	src: url(../../../images/eraslight.ttf);
}
@font-face {
	font-family: pegasus;
	src: url(../../../images/pegasus.ttf);
}
body {
	background: -webkit-radial-gradient(top left,#ffffff,#ffffff,#ddcccc);
	background: radial-gradient(at top left,#ffffff,#ffffff,#ddcccc);
	background-attachment: fixed;
	background-color: #000000;
	margin: 0px;
}
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #3C8699;
	text-decoration: none;
}
a:hover {
	color: #A93161;
	text-decoration: underline;
}
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, 1, 255, 1);
	text-align: center;
}
h2 {
	color: #9f9f9f;
	font-family: calligrapher, signature, aladdin, mistral, mistral av, arial, verdana;
	font-size: 35pt;
	text-align: center;
}
h3 {
	color: #5f5f5f;
	font-family: eras light itc;
	font-size: 24pt;
	font-weight: 700;
	text-decoration: underline;
}
h3::after {
  content: "___________";
}
h4, h5, h6 {
	color: #5f5f5f;
	font-family: eras light itc;
	font-weight: 1;
}
h4 {
	font-size: 22pt;
}
h5 {
	font-size: 20pt;
}
h6 {
	font-size: 18pt;
}
p {
	// font-size: calc(50px - 2.5vw);
	font-family: pegasus;
	text-indent: 60px;
	font-size: 16pt;
}
.fine_print p {
	font-size: 12pt;
	text-align: center;
	text-indent: 0;
}