/***********************/
/*   BOTTOM
/**********************/

#bottom{
	padding: 3em;
}

#bottom .bottom_logo{
	text-align: center;
	margin-bottom: 2em;
} 

#bottom .bottom_logo object{
	width: 100%;
	max-width: 200px;
}

#bottom .bottom_instagram{
	text-align: center;
}

#bottom .bottom_instagram a{
	color: red;
}

#bottom .bottom_instagram a svg{
	fill: #e30613;
	width: 180px;
}

#bottom .bottom_instagram a svg .st0{
	fill: #e30613;
}

#bottom .bottom_instagram a svg .st1{
	fill: #fff;
}

#bottom .bottom_instagram a:hover svg .st0{
	fill: #333;
}



/***********************/
/*   FOOTER
/**********************/

#footer{
	background-color: #e30613;
	color: #fff;
	text-align: center;
	padding: 1em;
}

#footer a{
	text-decoration: none;
	color: #fff;
}

#footer a:hover{
	color: #111;
}