p {
  font-size: 1.25em;
}

h1 {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.15em;
  font-size: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 2em;
}

h2 {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  font-size: 1.5em;
  margin-top: 0em;
  margin-bottom: 0.75em;
}

.hero p, .story p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
}

.story p {
  margin-bottom: 1.5em;
}

.story p .lead-in {
  font-style: italic;
}

.story p .first.lead-in {
  font-weight: bold;
}

a.h1-link {
  margin-right: 1em;
}

.data-point {
  margin-bottom: 1.5em;
}

.product-card {
  border: solid thin black;
  border-radius: 0.5em;
  margin: 1em 2em;
  overflow: hidden;
  padding: 0;
}

.product-card .content {
  padding: 1em 1em;
}

.callout {
  border: none;
  border-radius: 0.5em;
}

.callout:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: box-shadow 1000ms;
}

.breadcrumbs {
  margin: 1em;
}
.breadcrumbs a {
  text-decoration: none;
  padding-right: 1em;
  padding-left: 1em;
}

.button + .button {
  margin-left: 1em;
}

.callout {
  margin: 0.25em 20vw;
}

table.default-left td {
  text-align: left;
}

.category-cart-name {
  font-weight: bold;
  color: gray;
  text-decoration: none;
}

.order-display h2.norboo {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.order-display label {
  margin-top: 0.75em;
  margin-bottom: 0;
}

centered {
  text-align: center;
}

#hero {
  background-image: url("/static/banner.jpg");
  background-size: 100% 100%;
  margin: 0;
  padding: 1em 2em;
  width: 100%;
}

#hero .content {
  margin: 0;
  padding: 1em 2em;
  border-radius: 0.5em;
  border: solid thin darkblue;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8156862745);
}

@media screen and (min-width: 64em) {
  #hero {
    padding: 2em 20vw;
  }
  #hero .content {
    padding: 2em;
  }
}