@charset "utf-8";
/* Mamas-Family.org custom CSS*/

html {
  position: relative;
  min-height: 100%;
}
body {
  background: #091731;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  margin-top: 50px;
}
.jumbotron {
	background-color: #000000;
}
.container_white {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	min-height: 1200px;
}
.container2_white {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	min-height: 100%;
}
.navbar {
	background-color:#000000;
}
.glyphicon {
	color: #C00105;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #000000;
}
