@charset "utf-8";
/* CSS Document */

body {
	margin-top: 20px;
	margin-left: 70px;
	margin-right: 70px;
	font-family: "Rubik", sans-serif;
	text-align: justify;
	font-size: 1.2rem;
	font-weight: 300;
	color: #fffbef;
	background-color: #0a0511;
	line-height: 1.2;
}

p {
	font-family: "Rubik", sans-serif;
	text-align: left;
	font-size: 2rem;
	font-weight: 300;
	margin-top: 50px;
	max-width: 1920px;
}

a:link {
	font-family: "Rubik", sans-serif;
	color: #cee100;
	font-weight: 700;
}

a:visited {
    color: #ffffff;
}

a:hover {
	color: #ffffff;
}

a.gold {
	color: #ff9600;
}

a.red {
	color: #f4380c;
}

a.magenta {
	color: #f40c8a;
}

a.purple {
	color: #a50cf4;
}

a.blue {
	color: #0c84f4;
}

a.cyan {
	color: #0cf4bb;
}

img {
	
	width: 100%;
	max-width: 1920px;
	margin-bottom: 20px;
	
}

.smallheader {
	font-family: "Rubik", sans-serif;
	font-weight: 200;
	font-size: 3rem;
	margin-bottom: 20px;
}

.bigheader {
	font-family: "Rubik", sans-serif;
	font-weight: 800;
	font-size: 12vw; 
	line-height: 0.8;
	margin-bottom: 60px;
	width: 100%;
}



@media (max-width: 1080px) {
.bigheader {
	font-size: 16vw; 
	
}
}