h1 {
  font-size: 24px; font-family: 'Roboto Condensed', sans-serif !important;
}
h2 {
  font-size: 24px;
}
/* unvisited link */
a:link {
  color: #A40000;
}

/* visited link */
a:visited {
  color: #A40000;
}

/* mouse over link */
a:hover {
  color: grey;
}

/* selected link */
a:active {
  color: #A40000;
}

.badge {
  background-color: #fff;
  color: grey;
}
.btn {
  background-color: #fff;
  color: grey;
}

body {
    font-family: 'Roboto Condensed', sans-serif !important;
}
