body {
	background-color: #ffe05f;
}

div.jumbotron {
	background-color: #696969;
}

.update a {
	color: #ff6c6c;
}

.update {
	color: #ee3333;
}

.jumbotron {
	padding: 1em;
}

#hlogo {
	padding-right: 0.3em;
}

.frnt-icon {
	text-align: center;
	font-size: 5em;
}

.frnt-header {
	text-align: center;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.footer p {
	padding-top: 1.5em;
}
