body {
  font-size: 18px;
}
.threes {
  padding-top: 24px;
  text-align: center;
}
.service-box {
  border: 1px solid #333333;
  margin-bottom: 24px;
  padding: 16px;
  height: 436px;
  font-size: 16px;
}
.service-box h3 {
  font-size: 30px;
}
.service-box p {
  text-align: left;
}
.glyphicon {
  padding-bottom: 18px;
  font-size: 30px;
}
.jumbotron {
  margin-top: 0;
  margin-bottom: 2px;
  padding-top: 96px;
  padding-bottom: 12px;
  background: url(../img/rai-bkg.jpg);
  background-size: cover;
  text-align: center;
}
.navbar {
  margin-bottom: 0;
}
.sup {
  margin-bottom: 12px;
}
.sup h1 {
  display: inline;
  padding-left: 24px;
}
.sup img {
  margin-top: -24px;
  width: 96px;
  height: 76px;
}
.bg-primary {
  padding-bottom: 24px;
}
.bg-primary h3 {
  color: white;
}
footer {
  background-color: #efefef;
  border-top: 1px solid #999999;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
footer p {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 992px) {
  .sup h1 {
    display: block;
  }
  .service-box {
    height: auto;
  }
}