html body {
	height: 100%;
	background-color: black;
	color: #F6F6F6;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0px;
}

a {
	color: #F6F6F6;
	text-decoration: none;
}

a:hover {
	color: #F6F6F6;
	text-decoration: none;
}

/****** COOKIES ******/

.mCCF {
	background-color: #000000;
	color: #F6F6F6;
}

.mCCF--dark.mCCF--bottom {
	box-shadow:none;
}

#mCCButton {
	background-color: #F6F6F6;
	color: #212529;
}

.top {
	width: 100%;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: black;
	z-index: 100;
}

.top a {
	color: #F6F6F6;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

.top div {
	display:flex; 
	align-items: center; 
	height:100%;
	text-align:left;
}

.top img {
	height: 40px;
	margin-left: 20px;
	margin-right: 20px;
}

.content {
	margin-top: 100px;
}

.content h1{
	margin-bottom: 25px;
}

.footer {
	margin-top:50px;
	margin-bottom: 20px;
}

/* MEDIA TAGS */

@media only screen and (min-width: 769px) {
	h1 {
		font-size: 400%;
	}
	
	h2 {
		font-size: 200%;
	}
	
	h3 {
		font-size: 160%;
	}
	
	h4 {
		font-size: 100%;
	}
	
	h5 {
		font-size: 70%;
	}
	
	.maintext {
		font-size: 140%;
	}
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 300%;
	}
	
	h2 {
		font-size: 200%;
	}
	
	h3 {
		font-size: 140%;
	}
	
	h4 {
		font-size: 90%;
	}
	
	h5 {
		font-size: 70%;
	}
	
	.maintext {
		font-size: 120%;
	}
}

@media (max-width: 576px) {
	h1 {
		font-size: 200%;
	}
	
	h2 {
		font-size: 150%;
	}
	
	h3 {
		font-size: 80%;
	}
	
	h4 {
		font-size: 70%;
	}
	
	h5 {
		font-size: 70%;
	}
	
	.maintext {
		font-size: 100%;
	}
}