@font-face {
  font-family: "Jokerman";
  src: url("fonts/Jokerman.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-Italic.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-BoldItalic.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: bold;
}

PTSans-Bold.woff2
PTSans-BoldItalic.woff2
PTSans-Italic.woff2
PTSans-Regular.woff2

html,
body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}

body {
	font: 0/0 a;
	color: #000000;
	background-color: #303030;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #000000;
	text-decoration: none;
}

@media only screen and (hover: hover) {
	a:hover {
		color: #ff0000;
		text-decoration: none;
	}
}

.hide {
	display: none !important;
}

.section-header {
	position: relative;
	min-height: 100vh;
	background-color: #202020;
	background-image: url("i/bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.section-header2 {
	position: relative;
	min-height: 100vh;
	background-color: #202020;
	background-image: url("i/bg-transparent.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.logo {
	position: absolute;
	left: 0;
	top: 38vh;
	width: 100%;
	text-align: center;
}

.logo-box {
	display: inline-block;
	color: #ffffff;
	text-shadow: 5px 5px #000000;
}

.logo-astralis {
	font: calc(4vw + 8vh)/1 "Jokerman", sans-serif;
	text-align: left;
}

.logo-project {
	font: calc(1vw + 3vh)/1 "PT Sans", sans-serif;
	font-weight: bold;
	text-align: right;
}

.text {
	font: 24px/1.5 "PT Sans", sans-serif;
	color: #ffffff;
	width: 60%;
	margin: 30px auto;
}
