footer, .footer{
	width: 100%;
	padding: 3rem 15px 0;
	margin: 4rem auto 0;
	background-image:url('../images/footerbg.jpg');
	color: #ffffff;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.footer::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #222222;
    opacity: 0.70;
    content: "";
}

.topline{
	border-top:3px dotted #ffffff;
}



footer h1{
	color:#ffffff;
	font-size:1.2rem;
}
.footer a{
	color: #ffffff;
}
.footer a:hover{
	color: #CCCCCC;
}
footer small{
	
	font-size:.8rem;
}