header {
  background: url("../images/header.jpg") center no-repeat #ffffff;
  background-size: cover;
  border-radius: 12px 12px 0px 0px;
  min-height: 15vh;
  padding: 5px;
}

body {
  font: 13px/16px "Lucida Grande", Arial, Sans-serif;
  background: url("../images/tail.gif") repeat-x scroll left -28px #ffffff;
}

.navbar {
  background: url("../images/branding_border.png") repeat-x scroll 0 0 #ffffff;
  background-size: auto 100%;
}

.nav-link.active {
  font-weight: bold;
}
