html, body {
	height: 100%;
	height: 100vh;
}
body {
	background-color: white;
	color: #3e3c32;
	font-size: 16px;
	line-height: 1.4;
	position: relative;
}

.site-intro a {
	color: #eee;
	text-decoration: none;
}
.site-intro a:hover {
	color: #fff;
	text-decoration: underline;
}


#site-info {
    position: fixed;
    bottom: 0;
    width: 100%;
}
#site-info .site-info-container {
    margin: 0 auto;
    position: relative;
}
#site-info .site-logos {
    bottom: 0;
    height: 45px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
}
#site-info .site-logos a img {
    opacity: 0.5;
    border: none;
}
#site-info .site-logos a:hover img {
    opacity: 1;
}
