.full-width-main-container {
  width: 100%;
  background-color: #f5f5f5;
}

.central-main-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 120px 0;
}

.logo-banner {
  display: flex;
  justify-content: center;
  padding: 100px 0px 100px 0px;
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
}

.main-title {
  font-size: 100px;
  font-weight: 700;
  font-family: "Reem-Kufi", sans-serif;
  text-decoration: none;
  user-select: none;
}

.title-tagline {
  color: #235764;
  font-weight: 500;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
}

.featured-wrapper {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}

.featured-main {
  display: flex;
  justify-content: space-evenly;
  max-width: 67%;
  height: 100%;
  padding: 170px 130px 100px 10px;
}

.primary-featured-book-sizing {
  align-self: center;
  padding: 20px 50px 20px 20px;
  width: 100%;
  max-width: 300px;
}
.secondary-featured-book-sizing {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  width: 100%;
  max-width: 150px;
}

.book-shadow {
  box-shadow: 10px 10px 10px lightgrey;
}
.featured-book-content {
  max-width: 60%;
  align-self: center;
}

.featured-book-description {
  font-size: 18px;
}

.featured-book-title {
  color: #000000;
  text-align: left;
  font-size: 30px;
  padding: 0px 0px 13px 0px;
  font-family: "Montserrat", sans-serif;
}

.secondary-title {
  color: #235764;
  text-align: center;
  font-size: 28px;
  padding: 39px 0px 13px 0px;
  font-family: "Montserrat", sans-serif;
}

.tertiary-title {
  color: #000000;
  text-align: center;
  font-size: 18px;

  font-family: "Montserrat", sans-serif;
}

.right-side-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: 10px 10px 10px 40px;
}

.featured-secondary {
  background-color: white;
  display: flex;
  justify-content: space-evenly;
  max-width: 70%;
  height: 100%;
  padding: 100px;
  flex-direction: row;
  margin: 0 auto;
}

.about-author-container {
  width: 85%;
  display: flex;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  align-items: center;

  border: solid #235764 2px;
}

.about-container {
  background-color: #235764;
  width: 72%;
  display: flex;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  height: 475px;
}

.about-author-content {
  width: 100%;
  padding: 45px;
}

.about-contact-content {
  width: 100%;
  padding: 45px;
}

.photo-formatting {
  border-radius: 5%;
  border: solid white 3px;
  width: 300px;
  height: 100%;
}
.image-container {
  padding: 50px;
}
.section-seperation {
  margin: 50px;
}

.about-title {
  color: white;
  text-align: center;
  font-size: 28px;
  padding: 0px 0px 20px 0px;
  font-family: "Montserrat", sans-serif;
}

.about-description-white {
  color: white;
  font-size: 18px;
  text-align: left;
  padding-bottom: 5px;
}

.about-description-white-center {
  color: white;
  font-size: 18px;
  text-align: center;
}
