#footer {
	max-width: 1920px;
	margin: 0 auto;
	padding: 1% 0%;
	background-color:#c9a084 ;
}

.footer-nav{

    margin: 0 auto;
}
.footer-nav ul{
	width: 70%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
}
.footer-nav ul li{
	list-style: none;
	font-size: 18px;
	margin: 0 auto;
	color: white;
	
} 
.footer-nav ul li a{
	text-decoration: none;
	color: white;
} 
.footer-nav hr{
	height: 1px;
	color: white;
	background-color: white;
}
.footer-img{
	width: 65%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	color: white;
	margin: 1% auto;
}
.footer-img-left{
	width: 45%;
	height: auto;
	margin: 0 auto;
}
.footer-img-left-text{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.footer-img-right img{
	width: 60px;
	height: 60px;
 }
.footer-img-right{
	width: 45%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 0 auto;
}
.footer-img-text{
	width: 80%;
	margin: 2% auto;

}
.footer-img-text p{
	font-size: 16px;
}


.footer-bottom-filings {
	font-size: 14px;
	text-align: center;
	color: white;
	margin-top: 1.5%;
}
@media screen and (max-width: 1220px) {
	#footer {
		max-width: 100%;
		margin: 0 auto;
		padding: 2% 0%;
		background-color:#c9a084 ;
	}
	
	.footer-nav{
	
		margin: 0 auto;
	}
	.footer-nav ul{
		width: 95%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 0 auto;
	}
	.footer-nav ul li{
		list-style: none;
		font-size: 24px;
		margin: 0 auto;
		
	} 
	.footer-nav ul li a{
		text-decoration: none;
		color: white;
	} 
	.footer-img{
		width: 70%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		color: white;
		margin: 3% auto;
	}
	.footer-img-left{
		width: 45%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 0 auto;
	}
	.footer-img-left img{
	   width: 60px;
	   height: 60px;
	}
	.footer-img-right img{
		width: 60px;
		height: 60px;
	 }
	.footer-img-right{
		width: 45%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 0 auto;
	}
	.footer-img-text{
		width: 80%;
		margin: 2% auto;
	}
	
	.footer-bottom-filings {
		font-size: 14px;
		text-align: center;
		color: white;
		margin-top: 2.5%;
	}
}
@media screen and (max-width: 960px){
	#footer {
		max-width: 100%;
		margin: 0 auto;
		padding: 2% 0%;
		background-color:#c9a084  ;
	}
	
	.footer-nav{
	
		margin: 0 auto;
	}
	.footer-nav ul{
		width: 95%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 0 auto;
	}
	.footer-nav ul li{
		list-style: none;
		font-size: 18px;
		margin: 0 auto;
		
	} 
	.footer-nav ul li a{
		text-decoration: none;
		color: white;
	} 
	.footer-img{
		width: 80%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		color: white;
		margin: 3% auto;
	}
	.footer-img-left{
		width: 48%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.footer-img-left-text{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}
	.footer-img-left img{
	   width: 60px;
	   height: 60px;
	}
	.footer-img-right img{
		width: 60px;
		height: 60px;
	 }
	.footer-img-right{
		width: 48%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.footer-img-text{
		width: 75%;
		margin: 2% auto;
	}
	.footer-img-text h6{
		font-size: 14px;
	}
	.footer-img-text p{
		font-size: 12px;
	}
	.footer-bottom-filings {
		font-size: 14px;
		text-align: center;
		color: white;
		margin-top: 2.5%;
	}
}
@media screen and (max-width:650px){
	.footer-nav ul{
		width: 90%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 0 auto;

	}
	.footer-img-left-text{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}
	.footer-img{
		width: 90%;
		color: white;
		margin: 3% auto;
	}
	.footer-img-left{
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	.footer-img-right{
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
}