@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1201px){
	.mobile-footer{
		width: 100%;
		background-color: #000000;
		color: #ACACAC;
		bottom: 0vh;
		position: relative;
		height: auto;
		text-align: center;
		font-family: TT Squares Condensed Light;
		font-size: 0.7em;
		line-height: 2em;
		margin-top: 2vh;
	}
	
	.contact-information{
		padding-top:3vh;
		text-align: center;
	}
	
	.email-contact{
		text-decoration: none;
		color: #ACACAC;
		
	}
	
	.number-contact{
		
		color: #ACACAC;
		text-decoration: none;
	}
	
	
	
	.location-contact{
		padding-top: 2vh;
	}
	
	.social-information{
		padding-top: 2vh;
	}
	
	.social-information img{
		padding: 0 7px;
	}
	
	
	.rights-information{
		margin: 0 2em;
		padding-top: 2em;
		font-size: 0.2em;
	}
}