a#scroll-to-top {
	
	/* Background image, replace in images folder */
	background: url(/web/20230323211306im_/https://libbydavies.ca/wp-content/plugins/jquery-smooth-scroll/images/arrow.png) no-repeat center center;
	
	/* Match to background image size */
	width: 35px;
	height: 35px;
	
	/* Postion on the page */
	position: fixed;	
	right: 30px;
	bottom: 30px;
	
	/* Hide link text */
	text-indent: -9999px;
	font-size: 0;
	
	/* Other */
	cursor: pointer;	
	outline: 0;
	
}

body.rtl a#scroll-to-top {
	left: 30px;
}

/* Responsive Design Support */
@media only screen and (max-width: 480px) {
	
	a#scroll-to-top {
	
		/* Changing Position */		
		right: 0;
		bottom: 0;
	}
		
	body.rtl a#scroll-to-top {
		left: 0;
		bottom: 0;
	}
}
/*
     FILE ARCHIVED ON 21:13:06 Mar 23, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:40:20 Mar 23, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.204
  exclusion.robots.policy: 0.188
  cdx.remote: 0.156
  esindex: 0.013
  LoadShardBlock: 1163.647 (6)
  PetaboxLoader3.datanode: 561.828 (7)
  PetaboxLoader3.resolve: 637.712 (2)
  load_resource: 766.291
*/