.jumbotron {
  background: url('../img/headerphoto.jpg') no-repeat center center;
  background-size: cover;
  height: 500px;
}

.jumbotron h1 {
  font-size: 5em;
  color: white;
  font-weight: bold;
}

.jumbotron p.lead {
  color: white;
  font-weight: bold;
  display: inline;
  padding: 10px;
}

.gallery img {
  padding: 20px;
}

body {
  font-family: 'Helvetica', cursive;
  background-color: #000000;
}
