#toTop {
	color:  $invert_text_color;
	background: $regular_accent_color_1;
	font-family: $h4_font_family;
	font-weight: $h4_font_weight;
}
#toTop:hover {
	background: $regular_accent_color_4;
}