footer {
	background-color: #1f1b18;
	padding: 80px 0 0;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

footer strong {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}

footer a, footer a:visited {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

footer a:hover {
	opacity: .7;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

footer .footermenu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px;
}



@media all and (max-width: 768px) {
	
	footer {
		padding: 80px 0;
	}
	
	.footermenu {
		display: none!important;
	}
}
