.interactive-links {
	margin-top: 0px;
}
.headers {
	margin-top: 0px;
}

.headers .item h1 {
	display: inline;
	font-family: 'Protofo', monospace;
	font-size: 3.5rem;
	font-weight: normal;
  top: 0;
  text-transform: uppercase;
	position: relative;
	/* text-transform: capitalize; */
	z-index: 2;
}
.hedaders .item {
	text-align: left;
	position: relative;
}
.interactive-links .item {
	text-align: left;
	position: relative;
}

.interactive-links .item h2 {
	display: inline;
	font-family: 'Protofo_Reg', monospace;
	font-size: 3.5rem;
	font-weight: normal;
  top: 0;
  text-transform: uppercase;
	position: relative;
	/* text-transform: capitalize; */
	z-index: 2;
}

.interactive-links .item span {
	font-size: .75rem;
	position: absolute;
	right: -51px;
	top: 0;
}

/* .interactive-links .item h2:hover {
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 1.5px rgba(255, 255, 255, 1.0);
} */

/* .interactive-links .item h2:hover span {
	display: none;
} */

.interactive-links .item img {
	left: 50%;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.interactive-links .item h2:hover ~ img {
	opacity: 1;
	transition: opacity .4s linear;
}