footer {
    width: 100%;
    background-color: rgba(255,255,255,.8);
    flex: 0;
	height: 50px;
    color: #666666;
    transition: all 0.3s;
    margin-top: 20px;
    text-align: center;
	position: fixed;
	bottom: 0;
}
footer p {
	padding: 15px 0;
}
footer a {
    text-decoration: none;
    color: #666666;
    transition: all 0.3s;
}