.blog-spacer {
    height: 150px;
}

.blog-header h1 {
    color: black;
    display: none;
}

.blog-post-container {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-direction: column;
}

.blog-post-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.blog-post-content {
    display: flex;
    max-width: 1500px;
    width: 90vw;
    justify-content: center;
    flex-wrap: wrap;
}

.bottom-blog-visibility {
    display: flex;
    justify-content: center;

}


.blog-post {
    max-width: 30%;
    min-width: 400px;
    width: 33%;
    margin: 10px 5px;
}

.blog-image img {
    max-width: 100%;

}

.blog-read-more-button .black-ripple {
    width: max-content;
}

.blog-date span,
.blog-date {
    font-size: 20px;
    color: rgb(53, 53, 53);
}


.blog-link {
    color: rgb(0, 0, 0);
}

.blog-link:hover {
    color: rgb(53, 126, 68);
}

.blog-date,
.blog-date,
.blog-description {
    padding: 7px 0px;
}

.blog-description {
    font-size: 18px;
}

.blog-title {
    text-transform: capitalize;
}

.blog-title a:hover {
    color: #003400;
}

.blog-title h2 {
    margin-bottom: 5px;
    font-size: 30px;
    text-transform: capitalize;
}

.blog-nav {
    display: flex;
    padding: 0px;
    justify-content: center;
    margin-bottom: 20px;
}

.blog-nav-item a {
    font-size: 23px;
    color: white;
}

.blog-link-container {
    display: flex;
    justify-content: center;
    min-width: 14px;
    cursor: pointer;
}

.blog-link-container a {
    width: 25px;
    height: 25px;
    text-align: center;
}

.blog-nav-item {
    padding: 6px 6px;
    background-color: #008800;
    margin: 3px;
    border: 2px solid #FFC000;
    border-radius: 12.5%;
    transition: .4s all;
}

.blog-description {
    font-size: 20px;
}

.blog-nav-item:hover {
    background-color: #00a300;
    transition: .4s all;
}

.blog-header .blog-title h2 {
    font-size: 40px;
    margin-top: 20px;
    line-height: 1.2em;
}

.blog-header .blog-img img {
    max-width: 768px;
    width: 90vw;
}

.blog-header {}

.blog-post-text-flex {
    max-width: 1170px;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.blog-post-content {

    font-size: 23px;
    line-height: 1.1em;
    /* justify-content: flex-start;
    align-items: flex-start; */
}

ol {
    margin: 0px;
}

.bottom-blog-visibility-header h2 {
    font-size: 40px;
    text-align: center;
}

.bottom-blog {
    padding-top: 0px;
}

.bottom-blog-flex {
    align-items: center;
    justify-content: center;
}

.blog-text {
    margin-left: 15px;
}

.blog-post-width {
    /* max-width: 1400px; */
}

.blog-main-text {
    justify-content: flex-start;
}

.blog-bottom-posts-centerer {
    display: flex;
    justify-content: center;
}

@media(max-width:1365px) {
    .blog-post {
        max-width: 40%;
        min-width: 400px;
        width: 40%;
        margin: 10px 5px;
    }

    .blog-description {
        font-size: 20px;
    }
}

@media(max-width:911px) {
    .blog-post {
        max-width: 80%;
        min-width: 400px;
        width: 80%;
        margin: 10px 5px;
    }

}

@media(max-width:700px) {
    .blog-post-text-flex {
        margin-left: 15px;
    }
}

@media(max-width:440px) {
    .blog-post {
        max-width: 80%;
        min-width: 310px;
        width: 80%;
        margin: 10px 5px;
    }



    .blog-spacer {
        height: 75px;
    }
}