body{
	font-family:calibri;
	line-height:2;
	background:linear-gradient(#a5af00,#000000);
}

.header{
	width:100%;
	position:fixed;
	margin:0 auto;
	
	background-color:black;
	
	border:2px;
	border-style:solid;
	border-color:white;
	
	font-weight:600;
	
	padding:3px 10px;
	
	display:flex;

	z-index: 100;
}

.logo{
	font-family:haettenschweiler;
	font-size:30px;
	font-weight:500;
	position:relative;
	margin:0 15px 0 6px;
	color:#fff83d;
}

.nav{
	text-transform:uppercase;
}

a{
	text-decoration:none;
}


.a{
	display:inline-block;
	color:#fff83d;
	margin:13px 15px;
	
	transition:0.1s linear;
}

.a:hover{
	color:#fcf887;
}

.intro{
	width:100%;
	height:100vh;

	background-image: url("pixel.jpg");
	background-repeat: no-repeat;
	background-size: cover;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.title{
	font-family: montserrat;
	font-size: 90px;
	color: white;
	text-align: center;
}

.block{
	width: 90%;

	margin: 0 auto;
	margin-top: 25px; 
	margin-bottom: 24px;  
}

p{
	color: white;
	font-size: 20px;
}

h3{
	color: white;
	font-size: 30px;
}

footer{
	width: 100%;
	background-color: #404040;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
}

.supp_block{
	width: 40%;
}

.supp{
	font-size: 17px;
	color: #cbcbcb;
	display: inline-block;
}

.social{

}

.asocial{
	color: #cbcbcb;
}