/* Move down content because we have a fixed navbar that is 3.5rem tall */

.jumbotron
{
	background-color: rgb(21, 22, 29);
}

/* Sticky footer styles
-------------------------------------------------- */
html 
{
  position: relative;
  min-height: 100%;
}
body
{
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}

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