/* 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;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

header.masthead {
  background-repeat: no-repeat;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.masthead-lg {
  padding: 150px 0 100px;
}

.masthead-sm {
  padding: 100px 0 50px;
}


.overlay {
  background-color: gray;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/** hgm styles **/

/** a {
color: #1625ad !Important;
}**/

td {text-align: right;}

th .fa, h3.section-heading .fa
{
color: #aaa;
padding-bottom: .75em;
font-size: .6em;
}

table.inactive td {
text-align: center!important;
font-size: 2em;
}

table.inactive th {
text-align: center!important;
font-size: 1em;
}

.centered {
padding: 2rem 0 0 0;
text-align: center;
}

th.right {
text-align: right;
}

.inactive-th {
padding-top: 20px;}


h3.section-heading {
background: #f8f9fa!important;
padding: 15px 15px 10px;
margin-top: 4rem;
}

.table th {
border-top: none !important;
}

.table td, .counter {
font-family: 'B612 Mono', san-serif, monospace;
}

td.text-left {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
