@font-face {
	font-family: 'Simplifica';
	font-style: normal;
	font-display: swap;
	src: local('Simplifica'), url('simplifica.woff') format('woff'), url('simplifica.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(nunito.ttf) format('truetype');
}

body {
	font-family: "Nunito", sans-serif;
	font-size: 1em;
	font-weight: 200;
}

body {
	background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.3)),#266093 url(triangles.svg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body {
	padding: 60px;
	padding-top: 40px;
}

h1 {
	font-family: Simplifica, sans-serif;
	font-size: 4em;
	margin-top: 0px;
}

h2 {
	font-family: Simplifica, sans-serif;
	font-size: 2em;
}

h3 {
	font-family: Simplifica, sans-serif;
	font-size: 1.5em;
}

body {
	background-color: #1E1E1E;
	color: white;
}

p {
	max-width: 750px;
	text-align: justify;
}

a:active {
	color: white;
}

a:visited {
	color: white;
}

a {
	color: white;
}

.divider {
	width: 100%;
	height: 80px;

	display: block;
}

.view-hidden {
	display: none;
}