#footer{
	width: 100%;
	height: auto;
	min-height: 140px;
	background-color: #ddd;
	border-style: solid;
	border-width: 3px 0 0 0;
	border-color: #2d4b1e;
	position: relative;
	z-index: 98;
	bottom: 0;
}



.footerSMContainer{
	width: 180px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}

.footerIcon{
	width: 40px;
	height: 40px;
	margin: 10px;
	float: left;
}

#social_media-2{
	width: 60px;
	height: 60px;
	margin: 5px;
	background-image: url("../../images/social_icons/instagram.png");
	background-position: center;
	background-size: cover;
	position: relative;
	float: left;
}

#social_media-3{
	width: 60px;
	height: 60px;
	margin: 5px;
	background-image: url("../../images/social_icons/twitter.png");
	background-position: center;
	background-size: cover;
	position: relative;
	float: left;
}

.social_media{
	width: 60px;
	height: 60px;
	margin: 5px;
	background-position: center;
	background-size: cover;
	position: relative;
	float: left;
}

#footer_bottom_text{
	width: 100%;
	position: absolute;
	bottom: 25px;
}

@media screen and (max-width: 600px) {
	.footer_container{
		min-width: 0px;
		min-height: 800px;
	}

	#footer_bottom_text{
		position: absolute;
		bottom: 10px;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	
}

.myspace-less{
	width: 100%;
	height: 15px;
}