/* #arrow-up  */

#arrow-up {
  background-image: url("../img/scroll-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: cover;*/
}
.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: -20px;
	right: 10px;
	z-index: 2;
}
.scroll {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 8px;
  bottom: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: rgba(255,82,112,0.50); /* Initial color */
/*	background: rgba(25,108,204,0.80);*/
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 48 43%22%3E%3Cpath d%3D%22M34.4 1.7c4.7 0 11.1 2.1 12.3 7.4 3.7 16.5-29.2 40.8-41.9 28.7-3.2-3-3.1-9.6-2.5-13.6C4.2 12.4 23.2 1.8 34.4 1.7Z%22/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 48 43%22%3E%3Cpath d%3D%22M34.4 1.7c4.7 0 11.1 2.1 12.3 7.4 3.7 16.5-29.2 40.8-41.9 28.7-3.2-3-3.1-9.6-2.5-13.6C4.2 12.4 23.2 1.8 34.4 1.7Z%22/%3E%3C/svg%3E');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.scroll:hover {
  background-color: rgba(255,82,112,0.95); /* Change shape color */
/*	background: rgba(23,59,135,1.00);*/
  bottom: 30px; /* Slight movement for effect */
}
/*
.scroll {
	width: 42px;
	height: 58px;
	position: absolute;
	right: 8px;
	bottom: 20px;
	background: rgba(25,108,204,0.80);
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	border-radius: 28px 28px 0px 0px;
}
.scroll:hover {
	background: rgba(23,59,135,1.00);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	padding-top:-10px;
}
.scroll {
	font-size:15px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;	
}
*/



