@charset "utf-8";
@media screen and (min-width: 1024px) {
.footer {
	float: left;
	height: auto;
	width: 100%;
}
.picture-footer {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
}
.picture-footer img {
	height: auto;
	width: 100%;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1rem;
	background-color: #F0D202;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #B49D01;
}
}
