footer {
	font-size: 0.8em;
	color: white;
	width: 100%;
	height: auto;

	background-color: #000;
	
}

#footer_desktop {
	display: none;
} 
#footer_mobile {
	display: block;

	padding-top: 20px;
	padding-bottom: 15px;
}
#footer_mobile img {
	height: 100px;
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
}
#footer_mobile div.footer-address-mobile {
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;

	text-align: center;
	font-size: 0.5em;
}

#footer_mobile div.footer-address-mobile p a {
	text-decoration: none;
	color: white;
}
.nav-burger-mobile {
	width: auto;
	height: 15px;
}




/****************************************************************************************************** 												
**********************************************Desktop View !!!*****************************************							 
*******************************************************************************************************/

@media (min-width: 1240px) 	 {

	#footer_mobile {display: none;}

	#footer_desktop {
		margin-left: 4%;
		margin-right: 4%;
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		display: block;
		width: 100%;
	}
	#footer_desktop .footer_desktop_adress {
		width: 29.333%;
		display: inline-block;
	}
	#footer_desktop p {
		margin-block-start: 0em;
	    margin-block-end: 0em;
	    margin-inline-start: 0px;
	    margin-inline-end: 0px;
	    margin: 0;
	}
	#footer_desktop a {
		text-decoration: none;
		color: white;
	}

	#footer_desktop .footer-logo {
		width: 33.333%;
		display: inline-block;
	}

	.footer-logo img {
		height: 60px;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.footer_desktop_links {
		width: 29.333%;
		display: inline-block;
		text-align: center;
	}
	.footer_desktop_links a {
		margin-left: auto;
		margin-right: auto;
	}
}