.h{
	font-family:'Lekton';
	font-size: 9em;
	letter-spacing: 10pt;
	text-transform: uppercase;
	color:black;
	text-align: left;
	position:fixed;
	margin-top:-50px;
	margin-left:10px;
	}


body{
	font-family:'Lekton';
	font-weight:300;
	color:#4682B4;
	text-align: right;
}

.adj{
	font-family:'Lekton';
	font-weight:bold;
	font-size: 7em;
	text-transform: uppercase;
	letter-spacing:5pt;
	color:#4682B4;
	opacity:0.5;
}

a{
  text-decoration:none;
  cursor:crosshair;
  color:black;
  opacity:0.5;
  letter-spacing:2pt;
  font-weight:500;

}

a:hover{
  opacity:1;
  cursor:crosshair;
}

.nav{
  margin-left:1.5vw;
  margin-top:75vh;
  position:fixed;
  z-index:1000;
  font-family:'Lekton';
}
