.footer {
	background-image: url("../media/footer-bg.png");
	background-position: center;
	background-size: auto 100%;
	background-repeat: repeat-x;
	position: relative;
}
.footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#fff,#707E31);
	opacity: 0.8;
	z-index: 0;
}

.footer-widget-container { padding: 20px 8px 10px; }
.widget-title {
	margin-bottom: 0.5em;
	letter-spacing: 0.15em;
	color: #999;
	font-weight: 900;
	font-size: 1.3em;
}
.widget-body { color: #333; }
.widget-body p { margin-bottom: 0.25rem; }
.widget-body a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.site-copyright {
	background-color: rgba(0,0,0,0.2);
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	padding: 20px 5px;
	color: #fff;
	z-index: 1;
	position: relative;
}

#scrollToTop {
	position: fixed;
	bottom: 3.68em;
	right: 3%;
	padding: 0.5em 1em;
	background-color: rgba(0,0,0,0.2);
	cursor: pointer;
	display: none;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
#scrollToTop:hover {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
}
