/* Page backgrounds */
.band-background {
  background:url('http://av-files.bando.la/rovers/images/live2018.jpg') center center no-repeat;
  background-size: cover;
  min-height: 800px;
}

.dog-background {
  background:url('/images/rover.png') right top no-repeat;
  min-height: 500px;
}

/* Headers */
h1,h2,h3 {
  font-family: 'Fredoka One', cursive;
}

h1 {
  text-align: center;
}

/* Description list */
.uk-description-list > dt {
  text-transform: none;   /* override UIkit "uppercase" */
}

/* Navigation */
.uk-navbar-nav > li > a {
  text-transform: none;   /* override UIkit "uppercase" */
 }

/*   Improve readability of light nav bar on dark background
*/
.uk-light .uk-navbar-nav > li > a {
  color: #fff;
}

.uk-light .uk-navbar-nav > li.uk-active > a {
  color: #fffb;
}

/* Bio Page */
.bio-photo {
  border-radius: 10px;
  margin: 1em;
}

.bio-name {
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: left;
  font-variant: small-caps;
  color: #111;
}

.bio-inst {
  line-height: 1.4;
  text-align: right;
  font-variant: small-caps;
  color: #111;
}
