
/* Footer */

.footer {
	padding-top: 7rem;
	padding-bottom: 7rem;
	
	

	text-align: center;

	height: 80vh;
	font-size: 1.2em;
	color: #000;
	background-color: rgb(165, 131, 131);

}

@media (max-width: 768px) {
	.footer {
		font-size: 0.8rem;
		/* line-height: 180%; */

	}
}



.footer a:link,
.footer a:hover,
.footer a:visited {
	text-decoration: none;
	color: #000;
}

.footer-content {
	font-size: 1.2em;
	color: #000;
	padding-top: 7rem;
	
}

.siteowner-name {
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
	font-family: "Macondo", cursive;
}

.footer-about {
	font-weight: bold;
}

