body {
   margin: 0;
   font-family: sans-serif;
   font-size: 1.125rem;
   font-weight: 300;
   background-image: url('https://i.makeagif.com/media/12-12-2022/OJ7iej.gif'); /* Path to your image */
   background-size: cover; /* Make the background image cover the entire area */
   background-repeat: no-repeat; /* Prevent the background image from repeating */
   background-position: center; /* Center the background image */
}

img {
   max-width: 100%;
   display: block;
}

.image-full {
   max-height: 300px;
   width: 100%;
   object-fit: cover;
   margin-bottom: 2em;
}

h1,
h2,
h3 {
   font-family: serif;
   font-weight: 400;
   color: #143774;
   margin-top: 0;
}

h1 {
   font-size: 2rem;
   margin: 0;
}

h3 {
   color: #1792d2;
}

.subtitle {
   font-weight: 700;
   color: #1792d2;
   font-size: .75rem;
   margin: 0;
}

.article-title {
   font-size: 1.5rem;
}

.article-read-more,
.article-info {
   font-size: .875rem;
}

.article-read-more {
   color: #1792d2;
   text-decoration: none;
   font-weight: 700;
}

.article-read-more:hover,
.article-read-more:focus {
   color: #143774;
   text-decoration: underline;
}

.article-info {
   margin: 2em 0;
}

.container {
   width: 90%;
   max-width: 900px;
   margin: 0 auto;
}

.container-nav,
.container-flex {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}

header {
   background: #f8f8f8;
   text-align: center;
   padding: 2em 0;
   margin-bottom: 3em;
}

footer {
   background: #f8f8f8;
   color: rgb(73, 67, 67);
   text-align: center;
   padding: .5em 0;
} 

.footer p {
   display: inline-block;
   margin: 0 10px; /* Adjust as needed for spacing */
}


.fa-heart {
   color: red;
}

footer a {
   text-decoration: none;
   color: red;
}

strong {
   font-weight: 700;
}

nav ul {
   list-style: none;
   padding: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

nav li {
   margin: .5em 0;
}

nav a {
   text-decoration: none;
   color: #707070;
   font-weight: 700;
   margin: .25em 0;
}

nav a:hover,
nav a:focus {
   color: #1792d2;
}

.current-page {
   border-bottom: 1px solid #707070;
}

.current-page:hover {
   color: #707070;
}

.article-featured {
   border-bottom: #707070 1px solid;
   padding-bottom: 2em;
   margin-bottom: 2em;
}

.article-recent {
   display: flex;
   flex-direction: column;
   margin-bottom: 2em;
}

.article-recent-main {
   order: 2;
}

.article-recent-secondary {
   order: 1;
}

.sidebar-widget {
   border: 10px solid #efefef;
   margin-bottom: 2em;
   padding: 1em;
}

.widget-title {
   font-size: 1rem;
   font-family: sans-serif;
   font-weight: 700;
}

.widget-recent-post-title {
   font-size: 1rem;
}

.widget-recent-post {
   display: flex;
   flex-direction: column;
   border-bottom: 1px solid #707070;
   margin-bottom: 1em;
}

.widget-recent-post:last-child {
   border: 0;
   margin: 0;
}

.widget-image {
   order: -1;
   margin-bottom: .5em;
}


@media (min-width: 675px) {
   .container-nav,
   .container-flex {
      flex-direction: row;
   }
   
   .container-nav{
      align-items: center;
   }
   
   main {
      width: 70%;
   }

   aside {
      width: 25%;
      min-width: 200px;
      margin-left: 1em;
   }
   
   nav ul {
      flex-direction: row;
   }
   
   nav li {
      margin-left: 2em;
   }
   
   
   .article-recent {
      flex-direction: row;
      justify-content: space-between;
   }
   
   .article-recent-main {
      width: 68%;
   }
   
   .article-recent-secondary {
      width: 30%;
   }
   
   .article-title {
      order: 99;
   }
   
   .article-image {
      width: 100%;
      min-height: 200px;
      object-fit: cover;
   }
   
   
   .article-featured {
      display: flex;
      flex-direction: column;
   }
   
   .article-image {
      order: -2;
   }
   
   .article-info {
      order: -1;
   }
   
   .article-title {
      order: 0;
   }
   
}


.contact-featured {
   background: #fff;
   padding: 20px;
   border-radius: 8px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   width: 100%;
   max-width: 600px;
   margin: 0 auto;
   margin-top: 20px;
}

.contact-title {
   margin-bottom: 15px;
   text-align: center;
}

.contact-form label {
   display: block;
   margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
   width: 100%;
   padding: 10px;
   margin-bottom: 10px;
   border: 1px solid #ccc;
   border-radius: 4px;
}

.contact-form button {
   width: 100%;
   padding: 10px;
   background: #007BFF;
   border: none;
   color: #fff;
   border-radius: 4px;
   cursor: pointer;
}

.contact-form button:hover {
   background: #0056b3;
}

.social-links {
   text-align: center;
   margin-top: 20px;
}

.social-link {
   margin: 0 10px;
   font-size: 20px;
   color: #333;
   text-decoration: none;
}

.social-link i {
   margin-right: 5px;
}

.social-link:hover {
   color: #007BFF;
}




.book-section {
   margin-top: 20px;
}

.section-title {
   text-align: center;
   margin-bottom: 20px;
}

.book {
   display: flex;
   align-items: center;
   margin-bottom: 20px;
   background: #fff;
   padding: 15px;
   border-radius: 8px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.book-image {
   width: 150px;
   height: 200px;
   object-fit: cover;
   margin-right: 20px;
   border-radius: 8px;
}

.book-details {
   flex: 1;
}

.book-title {
   font-size: 1.5em;
   margin-bottom: 10px;
}

.book-excerpt {
   font-size: 1em;
   color: #555;
}
