/* CSS */
:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}

body 
{
/*	background-color: #eeeeee;	background-color: #ffffff;	background-color: #dddddd;
	background-color: #2d313a;	background-image: url("images/bg_01.jpg");	background-color: #DAE3E6; */
	
background-color: #000000;
font-size: calc(20px + 0.390625vw);
}

td, p, a
{
	font-family: Inter, Georgia, Tahoma, Verdana;
	color: #ffffff;
	font-weight: 200;
	font-size: 100%;
}

/* --- HEADER --- */

.logo
{
	font-weight: 300;
	font-size: 450%;
}

.sublogo
{
	font-weight: 300;
	font-size: 135%;
}


.statement	/* name, top left */
{
	font-size: xx-large;
	/*color: #222222;*/
	color: #ffffff;
	padding: 5px;
	vertical-align: center;
	font-weight:200;
}

h1
{	
	margin-top: 200px;
	font-weight:300;
	font-size:1.5em;
}

h2
{	
	margin-top: 40px;
	font-weight:300;
	font-size:1.2em;
}

a
{
	text-decoration: none;
}

a:hover, .details:hover
{
	color: #6BB4E8;
	text-decoration: none;
}


