@media only screen and (min-width: 1380px)
{	
html{
	background-color: black;
}

/*LOGO*/
#logo{
	width: 7vw;
	position: fixed;
	top: 2vw;
	left: 2vw;
	z-index: 3;
}
/*Headline*/
h1{
	z-index: 2;
	position: fixed;
	top: 54%;
	transform: translateY(-50%);
	left: 3.5vw;
	font-size: 7vw;
	width: 100%;
	color: white;
}
h2{
	z-index: 2;
	position: fixed;
	bottom: 16%;
	transform: translateY(-50%);
	left: 4vw;
	font-size: 3vw;
	width: 100%;
	color: white;
}
	
	
#textclear{
	opacity: 1;
}
#textclear2{
	opacity: 1;
}

/*Social*/
	#social{
		opacity: 1;
		position: fixed;
		display: inline-block;
		right: 3%;
		top: 89%;
		z-index: 3;
		list-style-type: none;
		padding-left: 0%;
		transition-duration: 1.3s;
	}
	#social_img{
		width: 5vw;
	}
}


