.shadow {
   text-shadow: 5px 5px 5px black, 0 0 5em DimGray, 0 0 3em DimGray;
   color: white;
   
}

.text-emphasis-1 {
	color: #1998d5;
}

#responsive-logo {
	position: absolute;
	top: 40%;
	left: 25%;
	z-index: 999999;
}

@media (min-width: 1200px) {
	#responsive-logo {
		display: none;
	}
}