body {
	color: #646464;
}

a {
  color: #646464;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
	transition: all 0.15s ease;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

/* Back to top icon*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 10px;
    display:none;
}
