.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 20px;
			text-decoration: none;
			color: #ffffff;
			 background-color: #f44336;
			font-size: 16px;
			padding:  1em 1.2em 1em 1.2em;
			display: none;
			-webkit-border-radius: 80%; -moz-border-radius: 80%; border-radius:0%;
    z-index: 1;


		}

.back-to-top:hover {
			background-color:#807c7d;
			text-decoration:none;
			color: #ffffff;
			}
