
/*_________________________________________
	LANGUAGE
___________________________________________*/

#language {
	font-family: "FloralCapsNouveau";
	font-size: 5em;
	text-align: center;
	text-shadow: #d77a4f 1px 0 10px;
	position: fixed;
	z-index: 2000;
	top: 0px;
	right: 10px;
	height: auto;
	width: auto;
	cursor: pointer;
}
@media screen and (max-width: 600px) {
 #language {
      font-size: 2.5em;
   }
}
@media screen and (max-height: 600px) {
 #language {
      font-size: 2.5em;
   }
}


