#footer{
	float:left;
	width:100%;
}
#footer a:link,a:visited,a:active,a:hover{
	text-decoration:none;
	color:white;
}
#footer_text{
	width:100%;
	color:white;
	font-size:1.1vw;
	text-align:center;
	position:relative;
	top:1vw;
}
#footer_butterfly{
	width:5vw;
	height:5vw;
	margin:auto;
	margin-top:2vw;
}
#footer_butterfly img{
	width:100%;
	height:100%;
}

/*--------------------
	Mobile & Tablet overrides
--------------------*/

/*Phone*/
@media only screen and (max-width: 1000px){
	#footer{
	}
	#footer_text{
		font-size:2vw;
	}
	#footer_butterfly{
		width:8vw;
		height:8vw;
	}	
}