@media (min-width:720px){

}
@media (min-width:320px) and (max-width:719px){
	body{
		background-color: red;
	}
}
.foot-body{
	position: relative;
	width: 100%;
	background-image: url(../img/footBack.png);
	background-size: cover;
	box-sizing: border-box;
	height: 420px;
	font-size: 18px;
	color: rgba(212, 181, 114,1);
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
}
.foot-fun{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	margin-bottom: 50px;
}
.foot-law{
	text-align: center;
	letter-spacing: 1px;
	line-height: 40px;
}
.foot-vertical{
	width: 2px;
	height: 15px;
	margin: 0 20px;
	background-color: rgba(212, 181, 114,1);
}