/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 40px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  padding-top: 10px;
  background-color: #bbb;
}

/* CUSTOM CSS */
.custom-header {
	color: #E31E24;
	float: right;
	padding: 11px 0px;
	font-size: 20px;
}

@media (max-device-width: 992px) {
.custom-header {
	display: none !important;
}
}

@media (max-width: 992px) {
.custom-header {
	display: none !important;
}
}

hr {
	margin-bottom: 10px;
}
h3 {
	margin-top:10px;
}