
.footer{
   position:relative;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 30px;
   background-color:#000000;
   text-align: center;
  /* font-family: "Alygrea", sans-serif;*/
   padding-top: 10px;
   font-size: 12px;
}

.text-footer{
	color: #00FFFF;
}



/*footer-2 {
   position:sticky;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 30px;
   background-color:#3366cc;
   color:#FFFFFF;
   text-align: center;
   font-family: "Alygrea", sans-serif;
   padding: 20px 0 0 0;
   margin-top: 50px;
   font-size: 12px;
}
*/


/*@media (min-width: 769px) {
	
.footer {
   font-size: 13px;   
    }	
	
	.footer-2 {
   font-size: 13px;   
    }
}
*/
/*@media (max-width: 768px) {	
	.footer {
	text-align: center;
		padding: 0 auto 0 auto;
   font-size: 11px;   	
	}
	
	
}*/