#backtotop {
	position: fixed;
	bottom: 40px;
	right: 24px;
	display:none;
	opacity: 0.9;
	cursor:pointer;
	z-index: 7;
}
#backtotop:hover {
	opacity: 1;
}
#backtotopButton {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	margin-bottom: -10px;
}

#backtotopText{	
	padding-top: 0;
	min-width: 64px;
	text-align:center;
	margin:auto;
}


/****Footer styles****/

footer {
	background-color: var(--footerBG);
	clear:both;
	min-width:900px;
}
footer h2{
	margin:0 auto 16px auto;
	width:100%;
	color:inherit;
}

#footerContainer {
	color: white;
	clear: both;
	padding: 24px 0 12px 0;
	min-height: 174px;
	margin: auto;
	margin-bottom: -10px;
	min-width: 600px;
	max-width: 1280px;
}
#footerContainer:after {
  content: "";
  clear: both;
  display: table;
}
#links {
	min-width: 276px;
	margin-left:24px;
	width:30%;
}

.soc_icon {
	max-width: 64px;
	position:relative;
	margin: 6px 28px 30px 0;
}
.soc_icon:hover {
	color: var(--linkHover);
}

.soc_icon p {
	position: absolute;
	width:100%;
	text-align: center;
	font-size: 10pt;
	padding-top:0;
	margin-top: 0;
}
.soc_icon p{
	color:inherit;
}
.soc_icon img:hover{
	opacity:0.9;
	width: 65px;
	height: 65px;
	margin: -1px 0 0 -1px;
}

#contact {
	width: 25%;
	min-width: 245px;
	padding-left: 20px;
}
#contact span a {
	font-size: calc(0.9rem + 0.1vw);
}
#contact a:hover {
	color: var(--linkHover);
}

#kofi_icon {
	padding-top: 24px;
	display: table-cell;
	text-decoration: none;
	line-height: 32px;
	vertical-align: middle;
}

#kofi_icon img {
	opacity: 0.9;
	margin-bottom: -8px;
}
#kofi_icon:hover img {
	opacity:1;
	width: 50px;
	height: 33px;
	margin-top: -1px;
	margin-left: -1px;
}

#about {
	min-width: 270px;
	width: 35%;
	padding-left: 20px;
}
#about span {
	max-width: 350px;
	font-size: 11pt;
}
#copyright {
	clear:both;
	font-size: 0.75em;
	font-style:italic;
	text-align:center;
	width: 600px;
	margin:auto;
	padding-top: 32px;
	padding-bottom: 4px;
	color:#6D5D4D;
}