﻿/* Parts that are not necessary have been commented out
Code downloaded from:
http://css-tricks.com/snippets/css/sticky-footer/
*/

/** {
  margin: 0;
}*/
html, body {
  height: 100%;
}
#all {
  min-height: 100%;
  padding-bottom: 30px;
  /* equal to footer height */
  /*margin-bottom: -142px; */
}
/*.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 142px; 
}
.site-footer {
  background: orange;
}*/

/* Custom additions */

#footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  background: #f5f5f5;
  font-size: 13px;
}
@media all and (min-width: 992px) {
	#footer {
  		width: 1050px;
		/* Set the fixed height of the footer here */
		height: auto;
		background: #f5f5f5;
	}

}
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}

