.page-footer {
    bottom: 0;
    color: #fff !important;
	font-family: "Roboto",sans-serif;
    font-weight: 300;
	flex-grow: 1
}

.page-footer a,
.page-footer a:hover,
.page-footer a:visited {
    color: #fff;
}

.page-footer .container-fluid {
    width: auto;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.2);
}

.footer-container {
	display: flex;
	flex-grow: 1;
}

.page-footer li{
	line-height: 175%;
}
