@font-face {
  font-family: 'NewEdge6666-LightRounded';
  src: url('NewEdge6666-LightRounded.woff2') format('woff2'),
       url('NewEdge6666-LightRounded.woff') format('woff');
}

body {
	font-family: 'NewEdge6666-LightRounded', sans-serif;
	font-size: 8vw;
	text-transform: uppercase;
	background: #fff;
	color: black;
	line-height:1;
}

main {
}


a {
	color: #b561ff;
	text-decoration: none;
	margin-top: 17px;
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

a:hover {
	opacity: 0.5;
}

.glow {
  animation: color-change 3s infinite;
}

@keyframes color-change {
  0% { color: #b561ff; }
  50% { color: black; }
  100% { color: #b561ff; }
}
	


.imprint {
	
	font-size: 14px;
	width: 100%;
	text-align: center;
}

.small {
	text-align: left;
	font-size: 14px;
	line-height:1.2;
	text-transform: none;
}

.medium {
	text-align: center;
	font-size: 4vw;
	text-transform: none;
}

.big {
	text-align: center;
	font-size: 18vw;
	margin: 0px;
}

section {

}



@media (max-device-width: 1000px) { 

}


@media (max-device-width: 500px) { 


}