/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* # Back to Top Button
---------------------------------------------------------------------------------------------------- */

 a.topButton{
	display:none;
	height:40px;
	width:40px;
	position:fixed;
	bottom:20px;
	right:10px;
	padding-top: 20px;
	border-radius: 50%;
	line-height: 0;
	background-color: #0055a4;
	background-color: #8dc746;
	color: #fff;
	opacity:0.6;
	text-decoration: none;
	text-align: center;
}
a.topButton:hover{
	opacity:1;
	color: #fff;
	transition:1s;
}
a.topButton {
	color: #fff;
}
a.topButton:focus {
	outline: 0;
}
