
.jumbotron {
  text-align: center;
  border-bottom: .05rem solid #e5e5e5;
  margin-top: 3rem;
  margin-bottom: 0px;
  background: url(../img/flame.png);
  background-size: cover;
}

.jumbotron h1 {
    font-family: 'Alegreya', serif;
    font-size: larger;
    font-size: 60pt;
}

.jumbotron .services {
  font-size: 28pt;
  color: #333;
}

.jumbotron .services .item:not(:last-child) {
  border-right: .3rem solid #333;
  padding-right: 1rem;
}

.character {
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}

.character img {
  max-height: 18rem;
}

.character .tagline {
  font-family: 'Gloria Hallelujah', cursive;
}

.nav-item a {
  color: white;
  font-size: 24pt;
}

.links {
  text-align: center;
  margin-top: 1em;
}

.links a {
  font-size: 36pt;
  margin-left: 2em;
  margin-right: 2em;
}

.links a:hover {
  text-decoration: none;
}
