/* ------ toolbar ------*/
#header {
  background-color: #fff;
}


/* ------ links ------*/
a {
  color: #222;
}
a:hover, a:focus {
  color: #555;
}


/* ------ buttons ------*/
.btn-primary {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #555;
  border-color: #555;
}


/* ------ font ------*/
h2, .panel-heading, .subtitle, .btn {
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;  /* Oswald is a Google font (https://www.google.com/fonts) loaded at the top of now.asp */
}
