html {
  	font-size: 2em;
}
body {
  	color:#000000;
	font-family: 'Barlow', sans-serif;
}
p {
	color:#000000;
	text-decoration: none;
}
a, a:visited, a:link, a:visited {
	color:#000000;
	text-decoration: none;
}
a:active {
	color:#808080;
}
a:hover {
	color:#808080;
}
b {
	text-decoration: none;
}
h1
	{
	font-weight: normal;
	}
h2
	{
	font-weight: normal;
}
h3
	{
		font-weight: normal;
	}
#legal {
	font-size: 0.75em;
	color:#808080;
	text-decoration: none;
}
#text {
	width: 50%;
	padding:5vh;
}

#canvas {
  width: 100%;
  min-height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 60;
  overflow: hidden;
}
#content {
	width: 50%;
	top: 5%;
	bottom:5%;
	left: 5%;
	right:15%;
	position:absolute;
	display:block;
	z-index: 1;
	margin-bottom:3em;
}

/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Barlow Regular'), local('Barlow-Regular'),
       url('../fonts/barlow-v4-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/barlow-v4-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}