.bg {
  background: url('../images/grove.jpg') no-repeat center center;
  background-size: 100% 100%;
  position: fixed;
  width: 100% !important;
  height: 350px; /*same height as jumbotron */
  top: 0;
  left: 0;
  z-index: -1;

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

html, body {
  font-family: Gill Sans;
  font-weight: 100;
  font-size: 20px;
}

header,
h1, h2, h3, h4,  
.jumbotron {
  font-family: chaparral-pro;
  font-weight: normal;
}

.jumbotron {
  height: 350px;
  color: white;
  text-shadow: #444 0 1px 1px;
  background: transparent;
}

.cinch {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}


