
.latest-posts {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;    
}


.wp-image-168 {
    width: auto;
    height: auto;
}


.article {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    align-content: center;
    justify-content: center;
}


.article h2 {
    height: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 0px;
}


.carousel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #BEDFEA;
}


.carousel a {
    padding: 0px;
    margin: 0px;
}


.wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #ddedf3;
}


#latest-posts-heading {
    text-align: center;
    position: relative;
    background-color: #cbe4ed;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Caveat', cursive;
}

 
#arrow-left, #arrow-right {
    margin: 10px;
    color: black;
}


#arrow-left i:hover, #arrow-right i:hover {
    color: #226074;
}


.button {
    border: none;
    background-color:transparent;
}


.introduction {
    display: flex;
    flex-direction: row;
    background-color: var(--orange);
    align-items: center;
    padding-left: 50px;
}


.content-card-1 {
    display: flex;
    align-content: center;
    justify-content: center;
}



.readmore {
    width: 200px;
    height: 50px;
    font-family:var(--fontButton);
    letter-spacing: 1px;
    color: var(--font-color);
    font-size: 15px;
    background-color: white;
    border: whitesmoke solid 2px; 
    margin: 7px;    
}


.readmore:hover {
    background-color: var(--lightBlue);
}


.readmore i {
    margin:10px;
}


.wp-blockimage {
    max-width: 80%;
}


.imagecontainer {
    max-width:100%;
}



.description {
    background-color:var(--lighterOrange);
    display: flex;
    align-items: center;
    flex-direction: column;
}



.description h1 {
    font-size: 25px;
    text-align: center;
    align-self: center;
    font-size: 50px;
    padding: 10px;
    color: var(--font-color);
}



.description {
    padding:10px;
    font-size: 20px;
}



.description p {
    text-align: left;
}


.recipes:hover {
    background-color: var(--lightBlue);
}


@media only screen and (max-width:1270px) {
    .article h2 {
        font-size: 20px;
    }
}


@media only screen and (max-width:1200px) {
    .description h2 {
        font-size: 30px;
    }

    .description p {
        display: none;
    }
}

@media only screen and (max-width:790px) {
    .description h1 {
        /*background-color: var(--lighterOrange);*/
        border: 6px dotted lightblue;
        background-color: white;
    }

    
    .introduction {
        flex-direction: column;
        padding: 0px;
    }

    .imagecontainer {
        display: none;
    }

    .recipes {
        max-width: 250px;
        font-size: 14px;
    }

    #latest-posts-heading {
        font-size: 28px;
    }

    .readmore {
        justify-self: center;
        font-size: 14px;
    }

}

@media only screen and (max-width:400px) {
    .wrapper {
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    .description h1 {        
        font-size: 35px;
    }

    .introduction {
        background-color:white ;
        border: dotted lightblue 8px
    }


    .article h2 {
        font-size: 15px;
    }

    .content-card-1 {
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .article{
        width: 300px;
    }
}
