
/* This goes with the banner. */

/*
#page-frame {
	width: 100%;
	background: #202020;
	background: -webkit-linear-gradient(top right, green, #202020 35%);
	background: -o-linear-gradient(bottom left, green, #202020 35%);
	background: -moz-linear-gradient(bottom left, green, #202020 35%);
	background: linear-gradient(to bottom left, green, #202020 35%);
}
*/


/* All parts for home */

.foo {
	color: green;
	text-shadow: 0 0 0.375rem #cccccc;
}

#fog {
	background: #000000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
