/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  	/* Margin bottom by footer height */
	margin-bottom: 160px;
}
@media (max-width: 600px) {
body {
	margin-bottom: 260px;
}
}
.footer {
	min-width:400px;
	position: absolute;
	bottom: 9px;
	width: 100%;
	/* Set the fixed height of the footer here */
	color: rgba(252,227,90,1.00);
	padding: 0px;
	margin: 0px;
	background-color: rgba(0,52,0,0.70);
}
.footer h1, .footer h2, .footer h3, .footer p, .footer address {
	padding:0px;
	margin:0px;
}
.container .text-muted {
  margin: 20px 0;
}
.container .text-left {
  float:left;
}
.container .text-right {
  float:right;
}
.footer img {
	margin-top:5px;
	padding-bottom:0px;
	padding-left:20px;
	max-height:50px;
	display:none;
}
#text_footer {
	display:none;
}
@media (min-width: 968px) {
	.footer img {
		display:inherit;
	}
	#text_footer {
		display:inherit;
	}
}
