body,
#nav-div {
  background: linear-gradient(50deg, rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.2)), url(/service-areas/bg.jpg) !important;
}
h1 {
  font-size: 1.5rem;
  font-weight: 900;
  font-family: serif;
  color: #000066;
  text-align: center;
  font-style: normal;
}
h2 {
  font-weight: bolder;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000066;
}
a, a.plain-link {
  color: #435a8a;
}
header {
  background: url(/images/logo/topper-callahead.png);
  background-size: cover;
  background-position: center;
  height: 125px;
}
.icon {
  fill: #000 !important;
}
#top-navigation,
.box-no-border {
  background: url(/service-areas/bg.jpg);
  background-size: cover;
}
.box-no-border {
  background-size: contain;
}
.product-title,
.intro {
  width: 100%;
  display: block;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  color: #000033;
}
.product-title {
  font-size: 1.25rem;
  font-weight: bolder;
}
.card {
  padding: 0;
  border: none;
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  h1 {
    font-size: 2.2rem;
  }
  blockquote p {
      font-size: 2rem;
      line-height: 2.6rem;
  }
  .card ul, .card ol {
      padding-left: 25px;
  }
}
@media (max-width: 360px) {
  .card ul, .card ol {
      padding-left: 15px;
  }
}
