body {
  font-family: 'Lato', sans-serif;
}

.logo {
  margin: 0 auto 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.logo > img{
  width: 100%;
  max-width: 519px;
}

.address {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 812px;
  text-align: center;
}

.home-images {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
}

.home-images > img {
  width: 100%;
  max-width: 387px;
}

.location-images {
  display: flex;
}

.location-images > img {
  width: 50%;
}

.text-centered {
  text-align: center;
}

.no-top-margin {
  margin-block-start: 0;
}

.should-you-cover {
  width: 100%;

  margin: 0 auto;
  display: block;
  padding: 30px 0;
}

.should-you-cover ol {
  list-style-type: lower-alpha;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 20px 0;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 842px;
  margin: 0 auto;
}

.menu a,
.menu a:visited,
.menu a:active {
  font-size: 18px;
  font-weight: 600;
  margin: 5px;
  text-decoration: none;
}

@media screen and (min-width: 0) and (max-width: 500px) {
  .menu {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .menu a,
  .menu a:visited,
  .menu a:active {
    font-size: 20px;
    font-weight: 600;
    margin: 10px;
  }
}

.content {
  width: 100%;
  max-width:962px;
  margin: 0 auto;
  font-size: 18px;
  padding-top: 30px;
}


p.tagline,
p.parking,
p.serving {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  max-width: 812px;
  text-align: center;
  margin: 24px auto 0;
}

p.tagline {
  max-width: 812px;
  margin-top: 48px;
  margin-bottom: 32px;
  font-weight: 600;
}

p.parking {
  max-width: 812px;
  margin-bottom: 32px;
}

p.serving {
  width: 100%;
}

.content h1 {
  text-align: center;
  font-size: 32px;
}

.intro {
  background: #f9f9f9;
  padding: 8px 24px;
  box-sizing: border-box;
  text-align: center;
}

.intro h1 {
  margin-block-start: 12px;
  margin-block-end: 12px;
  font-weight: bolder;
}

.shop-at-home h1 {
  display: block;
  text-align: center;
}

.image-single {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 30px auto;
}

.image-single > img {
  width: 100%;
  max-width: 619px;
}


span.caption {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding: 4px 12px;
}

span.caption-small {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding: 24px 0;
}

span.sub-caption {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 4px 12px;
}

.dimensions {
  display: flex;
  justify-content: space-between;
  margin: 12px auto 24px;
}

.dimension {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}

.front-row {
  margin-top: 48px;
}

.content aside img:first-of-type {
  margin: 0 12px 0 0;
}

.custom-shapes {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 24px 0;
  margin: 36px auto;
  background: #f9f9f9;
  font-size: 16px;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 18px;
  font-weight: 600;
  margin: 36px 12px;
  color: #444444;
}

footer a {
  margin-left: 12px;
}

#siteseal {
  margin-top: 30px;
}

.poem {
  text-align: center;
  margin-top: 40px;
}

a.internal-link,
a.internal-link :visited,
a.internal-link :active {
  color: #428bca;
}

.use-and-maintenance-gallery {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 100%;
}

.use-and-maintenance-gallery > img {
  width: 30%;
  margin-top: 20px;
}

@media screen and (min-width: 0) and (max-width: 500px) {
  .use-and-maintenance-gallery > img {
    width: 100%;
  }
}

.use-and-maintenance-gallery-3-column {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 100%;
}

.use-and-maintenance-gallery-3-column > section {
  width: 30%;
  margin-top: 20px;
}

@media screen and (min-width: 0) and (max-width: 500px) {
  .use-and-maintenance-gallery-3-column > section {
    width: 100%;
  }
}

.use-and-maintenance-gallery-3-column > section > img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.use-and-maintenance-h4 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-block-end: 8px;
}

.use-and-maintenance-span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-block-end: 8px;
}

.use-and-maintenance-div {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

@media screen and (min-width: 0) and (max-width: 500px) {
  .menu {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

ol.maintenance {
  list-style-type: circle;
  padding-inline-start: 20px;
}

ol.ol-no-left-padding {
  padding-inline-start: 20px;
}
