.aboutBody {
  background-image: url('https://bladezstorage.blob.core.windows.net/bladez-op-images/BackgroundParchment.jpg');
  overflow-x: hidden; /* Prevent horizontal scrolling */
  background-color: #f4f4f4;
  font-family: "MedievalSharp", serif;
  padding: 20px;
  margin-top: 300px; /* Adjusted to match the height of the header */
}

.opener {
  text-align: center;
  margin: 20px auto;
}

.heroSlogan {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.heroDesc p {
  font-family: "MedievalSharp", serif;
  justify-content: center;
  text-align: left;
  font-size: 24px;
  color: black;
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 100%; /* Ensure text fits within the viewport */
  word-wrap: break-word; /* Break long words */
  overflow-wrap: break-word;
  margin: 10px 0;
  line-height: 1.5;
}

.heroDesc p::first-letter {
  font-size: 2.5em;
}

.Button {
  display: "MedievalSharp", serif;
  font-family: serif;
  justify-content: right;
  text-align: right;
  font-size: 24px;
  color: black;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  body.aboutBody {
    padding: 10px;
  }

  header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  header .logo-container img {
    width: 100px;
    margin: 5px;
  }

  header h1.businessName {
    font-size: 24px;
  }

  header p.slogan {
    font-size: 14px;
  }

  nav a {
    font-size: 14px;
    padding: 5px;
  }
}
