.vguide h3 a {
	font: 500 50px 'Titling-Gothic-fb-skyline', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.vguide h3 a:hover {
	text-decoration: none;
}

.vguide .dark-text {
	color: #141414;
}

.vguide .color-text {
	color: #00a18e;
}
@media screen and (min-width: 64em) {
	.vguide { margin-bottom: 60px; }
	.vguide .color-text {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #141414;
		color: #141414;
		opacity: 1;
		transition: color 300ms, -webkit-text-fill-color 300ms;
	}

	.vguide:hover .color-text {
		-webkit-text-fill-color: #00a18e;
		-webkit-text-stroke-width: unset;
		-webkit-text-stroke-color:unset;
		color: #00a18e;
	}
}