.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #e66a2c;
			background-color:#000;
			width: 40px;
			height: 40px;
			border-radius:50%;
			font-size: 28px;
			font-weight:bold;
			padding:  6px;
			display: none;
			text-align:center;
			margin:0px 6px;
			
		}

.back-to-top:hover {	
			background-color:#000;
			color:#e66a2c;
			}