@font-face {
	font-family: '3ds-bold';
	src: url('fonts/3ds Bold.ttf') format('truetype');
}
@font-face {
	font-family: '3ds-regular';
	src: url('fonts/3ds Regular.ttf') format('truetype');
}
@font-face {
	font-family: '3ds-light';
	src: url('fonts/3ds ExtraLight.ttf') format('truetype');
}
html {
	margin:0;
	background-color:#313131; 
}
body {
	margin:0;
	background-color:#ffffff; 
}
.bodystyle {
	color: #000000;
	font-family: '3ds-bold';
	font-size: 90%;
}
.header{
	background-color:#e6ebee; 
	box-shadow: 1px 1px 5px #888888; 
	padding: 5px 25px 5px 25px
}
footer{
	background-color:#313131; 
	color: #ffffff;
	align: center;
	padding: 20px 20% 20px 20%;
}
h3 {
	font-family: '3ds-light';
	font-size: 150%;
}
.center-this{
	/*position:relative;*/
	width:100%;
	min-width:20px;
	background-image: url('./assets/background.svg');
	background-size: cover;
}
.darkgrey{
	-webkit-filter: grayscale(70%);
	filter: brightness();
}
.leftborder{
	border-left: thin solid #000000;
}
a {
	text-decoration: none;
}
.footerlink{
	background-color:#313131; 
	color: #838383;
	font-family: '3ds-bold';
}
.footerlink:hover{
	background-color:#313131; 
	color: #ffffff;
	font-family: '3ds-bold';
}
.underfooterlink{
	background-color:#313131; 
	color: #6a6a6a;
	font-family: '3ds-regular';
	font-size: 70%;
}
.underfooterlink:hover{
	background-color:#313131; 
	color: #bababa;
	font-family: '3ds-regular';
	font-size: 70%;
}
.justdark{
	color: #6a6a6a;
	font-family: '3ds-regular';
	font-size: 70%;
}