﻿body {
}

#to-top {
	background-image: linear-gradient(to right, hsl(180,100%,32%), hsl(180,100%,99%), hsl(180,100%,99%), hsl(180,100%,32%));
	/*margin-right: auto;
	margin-left: auto;*/
	position: sticky;
	bottom: 0rem;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

#footer {
	/*background-image: linear-gradient(to right, hsl(180,100%,32%), hsl(180,100%,99%), hsl(180,100%,99%), hsl(180,100%,32%));*/
	background-image: linear-gradient(hsl(56,100%,100%), hsl(56,100%,50%));
	/*margin-right: auto;
	margin-left: auto;*/
	/*position: sticky;*/
	bottom: 0rem;
	/*-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;*/
	font-size: 0.9rem;
	text-align: center;
	/*display: grid;*/
	padding-bottom: 10px;
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*text-align: center;*/
	/*padding: 0rem 0.5rem 0.5rem 0.5rem;*/
}

#btn-to-top {
	/*display: grid;*/
	/*margin: 0 auto 0 auto;*/
	font-size: 1.1rem;
}

	#btn-to-top:hover {
		font-weight: bold;
		color: hsl(180,100%,35%);
	}

a {
	color: hsl(0,0%,0%);
}

	a:hover {
		color: hsl(180,100%,35%);
		/*font-weight: bold;*/
	}