/*
Theme Name: Landing Static
Theme URI: https://example.com/
Author: Your Name
Version: 1.0
Text Domain: landing-static
*/


#footer ul.footer_nav  {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 3%;
	margin-bottom: 2%;
}

#footer ul.footer_nav li {
	margin: 0 20px;
}

#footer ul.footer_nav li a {
	font-weight: normal !important;
	text-decoration: none;
	transition: 0.3s;
}

#footer ul.footer_nav li a:hover {
	opacity: 0.85;
}


#footer #copyright {
	font-weight: normal !important;
}


@media screen and (max-width: 768px) {
	
#footer ul.footer_nav  {
	flex-direction: column;
}
	
#footer ul.footer_nav  {
	padding: 0 1%;
}
	
#footer ul.footer_nav li {
	margin: 0;
}
	
#footer ul.footer_nav li a {
	font-size: 14px;
}
	
	#footer #copyright {
	font-size: 12px;
}
}
