body a {
  color: #03f;
}

body {
  color: #fff;
  background-color: #690;
}

hr {
  background: #fff
}

h1,
h2 {
  text-align: center;
  text-shadow: 1px 1px #666, 2px 2px #999, 3px 3px #333;
}

h2 {
  font-size: 1.5rem;
  margin: 1rem 0;
}

blockquote {
  margin: auto 1.5rem;
}

blockquote img {
  display: flex;
  justify-content: center;
  margin: 1rem;
  border: 1px solid black;
}
.fun-fact {
  text-shadow: 1px 1px #666, 2px 2px #999, 3px 3px #333;

  padding: 1.25rem 2rem;
  font-weight: bold;
  width: fit-content;
  height: fit-content;
  margin: auto 0;
  background-color: rgb(255, 255, 255, 0.5);
  border-radius: 1rem;
}
.card {
  border: 0;
  margin: 15px 0px;
  border-radius: 6px;
  background: linear-gradient(#ccc, 20px, #fff);
  width: 100%;
  color: #006;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.card-header {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
}
.box-no-border {
  background-color: rgb(255, 255, 255, 0.5);
  border-radius: 1rem;
  padding: 1rem;
}
.product-title {
  font-size: 1.25rem;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: block;
  min-height: 60px;
}
#top-banner {
  position: relative;
}
.banner-text-1,
.banner-text-2 {
  z-index: 1000;
  position: absolute;
  top: 30%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  width: fit-content;

  font-size: 3rem;
  color: #690;
  -webkit-text-stroke: 1px #333;
  text-align: left;
  text-transform: capitalize;
}
.banner-text-1 {
  left: 30%;
}
.banner-text-2 {
  left: 70%;
}
#site-footer {
  background-color: #435A8A;
  padding: 50px 0px 20px;
  color: #fff;
  border-top: 2px solid white;
}
#site-footer a {
  color: #fff;
}
#site-footer.title {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid;
}
@media (max-width:1113px) {
  #top-banner {
    text-align: center;
  }

  .banner-text {
    display: inline-flex;
    background: #a1b72a;
    width: 100%;
  }

  .banner-text-1 {
    border-right: 1px #fff solid;
  }

  .banner-text-1,
  .banner-text-2 {
    position: relative;
    top: 0;
    left: 0;
    transform: none;

    font-size: 1rem;
    color: white;
    -webkit-text-stroke: unset;
    text-align: center;
    width: 50%;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 2.2rem;
  }
  .card blockquote,
  .fun-fact blockquote {
    margin: 0;
  }
  .card ul, .card ol {
      padding-left: 25px;
  }
}
@media (max-width: 360px) {
  .card ul, .card ol {
      padding-left: 15px;
  }
}
