@charset "UTF-8";
/* CSS Document */

.menu li:before {
display:none;
list-style-type:none;	
}

.header-nav ul{
	display: flex;
      justify-content:space-between;
}

.header-nav li {
	display: inline;
	padding-right: 15px;
	
}
.header-nav a:hover {
	text-decoration: none;
	color: #000;
}
.header-nav a {
	color: #666;
	
}
.header-nav li:last-child a {
	border-radius: 90px;
	background-color: #48b20f;
	color: #fff;
	padding: .4em 2.2em;
}
.header-nav li:last-child a:hover {
	border-radius: 90px;
	background-color: #f57e20;
	color: #fff;
	padding: .4em 2.2em;
}



.footer-nav{
	width:100%;	
}

.footer-nav ul{
	text-align: center;
	padding:10px 0;
	line-height:none;
	margin-bottom:0px;
	
	
	
}	

.footer-nav li {
	display: inline;
	padding-right: 15px;
	
	
	
}


.footer-nav a:hover {
	text-decoration: none;
	color: #000;
}
.footer-nav a {
	color: #fff;
	line-height:100%;	

}
.footer-nav li:last-child a {
	
	background-color: #48b20f;
	color: #fff;
	padding:10px ;
	
}
.footer-nav li:last-child a:hover {
	background-color: #f57e20;
	color: #fff;
	padding:10px ;
}
