.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #fff;
			background-color:#B2B2B2;
			width: 35px;
			height: 35px;
			font-family: Arial, Verdana;
			font-size: 18px;
			padding:  8px;
			display: none;
			text-align:center;
			margin:0px 6px;
			
		}

.back-to-top:hover {	
			background-color:#F9F995;
			color:#444;
			}