/* styles.css */

/* Heading styles */
/* Mobile Styles */
  body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: larger;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
  }

  header {
    background-color: #5c4e4e;
    color: #ffffff;
    padding: 0px;
    text-align: center;
    margin-right: 0px;
  }

  .logo img {
    width: 125px;
    border-radius: 5%;
  }

  .main-nav ul {
    display: none;
  }

  footer {
    background-color: #5c4e4e;
    padding: 10px;
    text-align: center;
    font-size: medium;
  }
  footer p {
    text-align: center;
    font-size: small  ;
    color: #ffffff;

  }

  main {
    max-width: 900px;
    margin: 5px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
  }

  .sub-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  
  .sub-nav li {
    margin-right: 20px;
  }
  
  .sub-nav a {
    color: #5c4e4e;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s; 
  }
  
  .sub-nav a:hover {
    color: #bd9a79; 
  }

  .Header-Center{
    align-content: center;
    text-align: center;
  }

  h1 {
    color: #5c4e4e;
    font-size: 20px;
  }

  h2 {
    color: #5c4e4e;
    font-size: 18px;
  }

  h3 {
    color: #5c4e4e;
    font-size: 17px;
  }

  h4 {
    color: #5c4e4e;
    font-size: 16px;
  }

  p {
    color: #5c4e4e;
    font-size: 17px;
  }

  /* Authors Section */

  .author1 {
    flex: 1;
    margin-right: 20px;
  }

  .author2 {
    display: flex;
    flex-wrap: wrap;
  }
  
  .author-info {
    flex-basis: 85%;
  }
  
  .author-image-container {
    flex-basis: 15%;
  }
  
  .author-image-container img {
    max-width: 100%;
    height: auto;
    width: 125px;
    border-radius: 30%;
    margin-left: 10px;
  }
 
  /* About Section */
  #about-us-section p {
    margin-left: 20px;
  }

  .about-us {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-us img {
    width: 300px;
    border-radius: 5%;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about-us1 {
    text-align: center;
  }

  /* Contact Section */
  .social-media {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .social-media a {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 5px;
    margin-right: 25px;
    margin-left: 25px;

  }
  
  .social-media img {
    width: 50px;
    height: 50px;
  }
  .prose-venture-text {
    text-align: center;
    font-size: 1.2em;
  }

  .contact-text {
    text-align: center;
  }
  
  /* Blog Section */
#blog-section {
  padding: 20px;
}

.blog-post {
  margin-bottom: 40px;
}

.blog-post h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.blog-meta {
  font-size: medium;
  color: #888;
  margin-bottom: 20px;
}

.blog-content {
  font-size: large;
  line-height: 1.6;
}

.book {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Books Section */
.book-info {
  flex: 1;
  margin-right: 20px;
}

.book-image-container {
  flex-shrink: 0;
}

.btn {
  display: inline-block;
  padding: 10px 30px;
  margin-left: 5px;
  background-color: #5c4e4e;
  color: white;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
}


.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #5c4e4e;
  color: white;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
}

.error img {
  width: 300px;
  border-radius: 5%;
}





@media (min-width: 1024px) {
  header {
    background-color: #5c4e4e;
    color: #ffffff;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo img {
    width: 150px;
    border-radius: 5%;
    margin-left: 90px;

  }

  .main-nav ul {
    list-style: none;
    display: flex;
    margin-right: 120px;
  }

  .main-nav li {
    margin-right: 20px;
  }

  .main-nav ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s; /* Smooth color transition on hover */
  }
  .main-nav a:hover {
    color: #bd9a79; 
  } 

.sub-nav ul {
  display: none;
}

  h1 {
    font-size: 28px;
  }

  h2 {
    color: #5c4e4e;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .book-image {
    margin-right: 10px;
  }
  ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 20px;
    padding-left: 0;
  }

  li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  li img {
    width: 100px;
    margin-right: 10px;
    border-radius: 50%;
  }

  h3 {
    color: #5c4e4e;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  h4 {
    color: #5c4e4e;
    font-size: 16px;
    margin-bottom: 5px;
  }

  p {
    margin-bottom: 10px;
    font-size: 18   px;

  }

  dl {
    margin-bottom: 20px;
  }

  dt {
    font-weight: bold;
  }

}
  