footer {	
	font-size: 15pt;
	font-weight:700;	
	flex-shrink: 0; 
    margin-bottom: -10pt;
    bottom: 0;
    position:fixed;
    background: transparent;   
    padding-left: 42px;
    z-index: 100;
    


}


footer nav {
	display: flex;		
	text-align: justify;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-bottom: 20pt;
   
    
}
	   

footer nav a{
	color: rgba(0,0,0,0.5);
	text-decoration:none;
	letter-spacing: -1px;	
    
  
}

footer nav a:hover {
	color: rgba(0,0,0,0.8);
}


/*-----Responsive 1600-----*/

@media (max-width: 1600px) {



}

/*-----Responsive 1300-----*/

@media (max-width: 1300px) {

footer {
	font-size: 12pt;	
}

}

	/*-----Responsive tablet-----*/

@media (max-width: 1024px) {




}


/*-----Responsive tablet vertical-----*/


@media (max-width: 768px) {

footer {
	font-size: 10pt;
	
	
}
}

/*-----Responsive smartphone-----*/

@media (max-width: 540px) {
     padding-left: 32px;
}
}

	/*-----Responsive smartphone-----*/

@media (max-width: 480px) {
footer {
	font-size: 8pt;
     padding-left: 22px;
	
	
}

}
