
/*---------------------------------------------------------------------*/	
/*							Footer STYLES*/
/*---------------------------------------------------------------------*/	

  
	footer{
		background-color: #333330;
		color: #ffffff;
		font-size:12px;
		
	
	}
	
	.div-footer{height: 75px;
				padding-top: 25px;
				text-align: center;
				border-top-style: solid;
				border-top: 2px solid black;
				
		 
	}
	
	@media screen and (max-width: 450px) {
		.div-footer{padding: 10px;}
	}