@font-face {
	font-family: 'Hero';
	src: url('Hero.otf');
}


@font-face {
	font-family: 'Garamond Pro', 'Times New Roman';
	src: url('AGaramondPro-Regular.otf');
}

h1
{
	display:inline;
	font-family: "Hero";
	letter-spacing: 4px;
}

h2
{
	display:inline;
	font-family: "Garamond Pro";
}

p
{
	display:inline;
	text-align: left;
}

a
{
	font-size: 60%;
}

.textO {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #301414;
}

.videO {
	position:absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #301414;
}