body {
  padding-top: 20px;
  font-family: 'Raleway', sans-serif;
}

footer {
  padding-bottom: 20px;
}

.section--header {
  padding-bottom: 20px;
}

.section--all-abord {
  background-image: url('../img/all-aboard-background.jpg');
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
}

.all-abord-callout {
  padding: 20px;
  text-align: center;
  background-color: #336699;
  opacity: 0.9;
}

.all-abord-callout h3 {
  font-family: 'Libre Baskerville', serif;
}

.all-abord-callout p {
  font-family: 'Cedarville Cursive', serif;
  font-size: 1.4rem;
}

.section--forms {
  border-color: white;
  color: white;
  background-color: #336699;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section--forms-download {
  background-color: #1A4D80;
  margin-bottom: 20px;
  padding: 15px;
}

.section--about-us {
  border-color: white;
  text-align: center;
  background-color: #336699;
  color: white;
}

.section--contact-us {
  border-color: #336699;
  text-align: center;
  color: #336699;
}

.section--testimonials {
  border-color: white;
  background-color: #336699;
  text-align: center;
  color: white;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.section .info-panel {
  padding-left: 40px;
  padding-right: 40px;
}

.hr-divider {
  border-color: inherit;
  width: 40px;
}

.info-panel {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rounded-circle {
  border-radius: 50% !important;
}

.space-on-bottom {
  margin-bottom: 30px;
}

.footer--section {
  margin-top: 20px;
}

.footer--title {
  color: #336699;
}

.footer--icon {
  color: #336699;
}
