@charset "utf-8";
.sections {
  padding: 48px 0 48px 0;
}
.sections h1 {
  color: #003473;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0 0 0 0;
  margin: 0 0 36px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sections h2 {
  color: #528588;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 0 0 12px 0;
  margin: 0 0 18px 0;
  border-bottom: 2px dotted #528588;
  text-align: center;
}
.sections img {
  height: 60px;
  width: auto;
  margin: 0 0 12px 0;
}
#evening {
  background-color: #003473;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 240px 0 240px 0;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
}
#evening h1 {
  font-size: 2.2rem;
  line-height: 3.0rem;
  color: #FFF;
  margin: 0 0 24px 0;
  padding: 0 0 0 0;
}
#testimonial {
  background-color: #528588;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 240px 0 240px 0;
  color: #FFF;
  font-size: 2.2rem;
  line-height: 3.0rem;
  text-align: center;
}
@media only screen and (max-width: 549px) {
  #evening {
    background-attachment: scroll !important;
  }
}