@media print {
	@page { margin: 0; }
	svg {
		viewBox: "200 0 3040 3840";
		top: 15%;
		left: 20%;
		width: 60%;
		height: 30% !important;
	}
	h1 {
		font-size: 14px;
		line-height: 18px;
	}
	div {
		font-size: 12px;
		line-height: 14px;
	}
	.info {
		left: 20% !important;
		top: 47% !important;
		width: 60% !important;
		padding: 0px !important;
	}
}

@font-face {
    font-family: huss;
    src: url(HussBoldWeb.woff);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
a {
	color: white;
	background-color: black;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border-style: solid;
	border-width: 1px;
}
a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.logo, .logo:hover {
	background-color: transparent;
	border:none;
	position: fixed;
	z-index:9001;
	margin:50px;
}

.info {
	position: absolute;
	width: 500px;
	right: 100px;
	height: auto;
	bottom: 100px;
	background-color: white;
	padding: 50px;
	opacity: 0;
	text-align: justify;

	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease-in;
	transition-delay: 0s;
}

svg, .info, .infoLarge {
	position: fixed;
}

svg {
	height: 100vh;
}

.content {
	position: absolute;
	width: calc(100% - 200px);
	top: 100vh;
	background-color: white;
	padding: 100px;
}

.title {

	position: fixed;
	width: 100%;
	top: 30%;
	height: auto;
	opacity: 0;
	text-align: center;

	font-family: "huss";
	text-transform: uppercase;
	font-size: 100px;
	color: white;

	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease-in;
	transition-delay: 0s;
}
.title a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;

	background-color: transparent;
	color: white;

	border-style: none;
	margin: 1px;
}
.title a:hover {
	border-style: solid;
	border-width: 1px;
	margin: 0px;
}

.backtitle {
	z-index: -1;
	position: fixed;
	width: 100%;
	top: 30%;
	height: auto;
	opacity: 1;
	text-align: center;

	font-family: "huss", sans-serif;
	text-transform: uppercase;
	font-size: 100px;
	color: black;

	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease-in;
	transition-delay: 0s;
}
.backtitle a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;

	background-color: black;
	color: transparent;

	margin: 1px;
}
h1 {
	font-family: "huss", sans-serif;
	text-transform: uppercase;
	text-align: left;
	line-height: 40px;
}
