.heroWrap#dispatches {
    background: url(https://autoreselivros.wordpress.com/wp-content/uploads/2009/12/o-guardador-de-rebanhos.jpg);
    background-size: 145%;
    background-position: center;
    background-color: rgb(39, 50, 29, 0.9);
    background-blend-mode: darken;
}

.tagline#dispatches-subhead {
    width: 50%;
    margin-top: 20px;
}

.tagline#dispatches-subhead h3 {
    color: rgb(220, 223, 211, 0.7);
    letter-spacing: 1px;
}

.blog {
    background-color: rgb(225, 214, 200);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    color: rgb(36, 41, 15);  
}

.blog#article {
    background-color: rgb(225, 214, 200);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    color: rgb(36, 41, 15);
}

.article {
    height: 100%;
    margin: 0 auto;
    background-color: rgb(225, 214, 200);

}

.blog-wrap {
    padding: 30px 30px;
    width: 80vw;
    display: flex;
    flex-direction: row;
    gap: 60px;
    flex-wrap: wrap;
    height: fit-content;
    margin: 0 auto;
    justify-content: center;
    background-color: rgb(225, 214, 200);
}

.article-card-wrap {
    padding: 30px;
    background-color: rgb(251, 244, 235);  
    flex: 1 1 calc(33.333% - 1rem);
    display: flex;
    flex-direction: column;
}

.article-card-title h3 {
    margin-bottom: 10px;
    font-size: 2rem;
    text-align: center;
}

.article-card-author, .article-card-date {
    font-family: Poppins;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.6rem;
}

.article-card-author {
    font-weight: 500;
}

.article-card-blurb {
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin: 20px 0px;
}

.article-card-image {
    height: 50%;
    min-height: 300px;
}

.article-card-read-more {
    font-size: 0.8rem;
    font-family: poppins;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(71, 83, 25);
    font-weight: 500;
}

.article-label {
    width: 100%;
    text-align: center;
    background-color:rgb(71, 83, 25);
    padding: 8px 0px;
    margin-bottom: 10px;
    color: rgb(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 0.7rem;
}


#article-image-1 {
    background: url(https://luchixaro.com/wp-content/uploads/2026/04/Screen-Shot-2026-04-20-at-10.22.37-PM.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    max-height: 400px;
}

#article-image-2 {
    background: url(https://luchixaro.com/wp-content/uploads/2026/04/gautam.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    max-height: 400px;
}

#article-image-3 {
    background: url(https://luchixaro.com/wp-content/uploads/2026/04/maureen-1.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    max-height: 400px;
}

.page-numbers {
    background-color:rgb(225, 214, 200);
    text-align: center;
    padding-bottom: 20px;
}

.page-numbers a {
    text-decoration: none;
}

/* ###### ARTICLE ###### */ 


.blog#article h3 {
    font-size: 3rem;
}

.blog#article .article-card-image {
    background-position: center;
}

.article-div {
    color:rgb(71, 83, 25, 0.5);
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
    margin: 30px;
}

.article-text {
    width: 60vw;
    justify-self: center;

}

.article-text p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.9rem;
    color:rgb(36, 41, 15);
    font-family: 'Playfair Display';
}

#quote {
    margin-left: 50px;
    font-style: italic;
}

/* #### MOBILE RESPONSIVENESS #### */

@media screen and (max-width: 500px) {
    .heroWrap#dispatches nav {
        flex-direction: column;
        flex-wrap: nowrap;
        height:fit-content;
    }
    .heroWrap#dispatches nav ul {
        padding-top: 0px;
    }
    .heroWrap#dispatches nav a {
        font-size: 1rem;
    }
    .heroWrap#dispatches .logo img {
        width: 40vw;
    }
    .heroWrap#dispatches {
        max-height: unset;
        height: 80vh;
        margin-top: 0px;
        justify-content: flex-start;
    }
    .heroWrap#dispatches .tagline {
        margin-top: 2vh;
    }
    .tagline#dispatches-subhead {
        width: 100vw;
    }
    .tagline#dispatches-subhead i {
        font-size: 1rem;
        padding: 20px;
    }
    #article-image-3 {
        background-size: cover;
        background-position-x: right;
    }
    .blog-wrap, .article-text {
        width: 80vw;
        align-items: center;
    }
} 