/* Footer, but with a different name to avoid conflicts with tufte.css */
footer.page-footer{
    margin-top: 1.4rem;
    color: #aaa;
    width: 100%;
//    max-width: 45rem;
}
footer.page-footer p {
    font-size: 1.25rem;
    margin: auto;
	text-align: center;
    /* light font looked odd on chrome */
    /*font-weight: lighter;*/
}
footer.page-footer a {
    color: #ddd ;
    text-decoration: none;
    background: transparent;
}
footer.page-footer hr {
    width: 100vw;
}

footer.page-footer ul.page-footer-menu {
	list-style: none;
	display: block;
	/*text-align:center;*/
	margin: 0;
	padding: 0;
    width: unset;
}

footer.page-footer ul.page-footer-menu li {
	display: inline-block;
	margin-right: 0.5rem;
	// font-size: 55%;
}

.copyright {
}
.copyright p {
    font-size: 90%;
}