h1.catTitle,
h1.itemTitle,
h1.page-title,
.sitemap h1,
h1.category_page_heading,
h1.product_page_heading {
  background: #001d73;
  border: 10px solid #ffffff;
  color: #ffffff;
  font-size: 40px;
  margin: -90px -10px 30px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  z-index: 100;
}
@media (max-width: 767px) {
  h1.catTitle,
  h1.itemTitle,
  h1.page-title,
  .sitemap h1,
  h1.category_page_heading,
  h1.product_page_heading {
    border: 5px solid #ffffff;
    margin: -90px -5px 30px;
    padding: 10px 0;
  }
}
.home h1.itemTitle {
  background: none;
  color: #333333;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  z-index: 100;
}
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
}