#ransfordsMainImage {
	outline: 2px solid white;
	width: 50%;
}

#ransfordsPage p {
	text-shadow: 1px 1px 2px black;
	width: 50%;
	margin: auto;
}

#mainImageDiv {
	position: relative;
}

#ransfordsSplashText, #ransfordsSplashText {
	position: absolute;
	top: .5em;
	right: 26%;
	white-space: pre;
	line-height: .7em;
	text-shadow: 1px 1px .15em #FF6600;
	
	animation: splashPulse 1.5s ease-out infinite alternate;
}

@keyframes splashPulse {
	from {transform: translateX(50%) translateY(-50%) rotate(25deg) scale(1);}
	to {transform: translateX(50%) translateY(-50%) rotate(25deg) scale(1.2);}
}

.splashIcon {
	width: 200%;
	height: 200%;
	transform: translateX(-25%) translateY(-25%);
}