/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
text-align: center;
	font-size: .8rem;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
 /* background-color: #f5f5f5;*/
}

.blackBack{
	background-color: #401900;
	}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.centerIt{
	color: rgba(255,255,255,1.00);
	text-align: center;	
	}
