.stay {
	position: absolute;
	top: 130px;
	width: 100%;
	height: 100px;
	z-index: 1;
}

.on-top {
	z-index: 2;
	width: 100%;
}

.white-shadow {
	text-shadow: 2px 2px #f0ad4e;
}

.white-shadow:hover {
	text-shadow: 2px 2px #fecaa5;
	transition: 0.5s;
}