body {
  /*background-color: rgb(230, 230, 230);*/
  font-family: Raleway, sans-serif;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

footer p {
  text-align: center;
  font-weight: 200;
  font-size: 0.66rem;
}

.navbar-brand {
  font-family: Lobster;
}

nav {
  font-family: Raleway;
}

.jumbotron {
  background: linear-gradient(rgba(0, 150, 0, 0.5), rgba(0, 0, 150, 0.5)), url("./jumbotron2.JPG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 500;
}

.jumbotron h1, .jumbotron h2 {
  font-family: Lobster;
}

.jumbotron h1 {

}

.jumbotron blockquote {
  font-family: Raleway;
  margin-top: 4rem;
  width: 80%;
  margin-left: 10%;
  color: rgb(255, 255, 255);
  border: 5px solid rgba(200, 200, 200, 0.5);
  background-color: rgba(0, 100, 0, 0.1);
  padding: 2rem;
}

.jumbotron cite {
  color: rgb(200, 200, 200);
}

.card-body:hover {
  background-color: rgba(0, 0, 100, 0.1);
}

.card-link {
  text-align: right;
}

.card-img-top {
  border: 3px solid black;
}

#map {
  height: 250px;
  width: 100%;
}

#contact {
  margin-top: 1rem;
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .jumbotron blockquote {
    width: 100%;
    margin-left: 0;
  }
  .jumbotron blockquote .lead {
    font-size: 75%;
  }
}
