body {
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.88),
      rgba(255, 255, 255, 0.88)
    ),
    url(../img/shopBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100%;
}
.logo {
  margin-top: 10px;
}

h1 {
  font-weight: bolder;
}

.blockquote {
  margin-bottom: 30px;
}

.lead {
  margin: 10px 10px 10px 10px;
}

.testa {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: normal;
  margin: 10px 10px 10px 10px;
}

.nav-link {
  font-size: 20px;
  font-weight: heavy;
}

img {
  width: auto;
  max-width: 100%;
  margin-bottom: 10px;
}

p {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin-bottom: 16px;
}

.lead {
  font-weight: bolder;
  font-size: 16px;
}

.row {
  max-width: 100% !important;
  overflow-x: hidden !important;
  margin-left: 10px;
  margin-right: 0px;
}
