.blog-post{
        background-color: #eee;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0,0), rgba(0, 0, 0,0.05));
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        position: relative;
    }
    .blog-title{
        color: #2b4162;
        font-family: Montserrat, sans-serif;
        text-align: center;
        font-size:16px;
        font-weight:800;
    }
    .blog-post p {
        text-align: center;
    }
    .date{
        width: 15%;
        height: 3vh;
        background-color: #2b4162;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0,0), rgba(0, 0, 0,0.25));
        position: absolute;
        top:0;
        left:0;
        padding:5px;
        color: #fff;
        text-align:center;
        border-radius: 0 0 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .date p {
        margin: 0;
    }
    .blog-post img{
        max-width:100%;
        height: auto;
    }
    .blog-post-content{
        display:flex;
        padding:5px;
        margin-top:20px;
        justify-content: center;
        align-items: center;
    }
    .blog-post-photo{
        flex:1;
        padding:5px;
    }
    .blog-post-info{
        flex:3;
        padding:5px;
    }

    #blog-header p{
        text-align: center;
        font-size:15px;
    }
    #blog-post-container{
        margin-top:30px;
    }
    .blog-post:hover{
        cursor: pointer;
        opacity: 0.88;
    }
    
@media screen and (max-width: 1600px) {
    .container{
        width:50%;
    }
}
@media screen and (max-width: 1422px) {
    .container{
        width:55%;
    }
}

@media screen and (max-width: 1325px) {
    .container{
        width:58%;
    }
}
@media screen and (max-width: 1256px) {
    .container{
        width:62%;
    }
}
@media screen and (max-width: 1175px) {
    .container{
        width:67%;
    }
}
@media screen and (max-width: 1012px) {
    .container{
        width:82%;
    }
}
@media screen and (max-width: 889px) {
    .container{
        width:80%;
    }
    .blog-title{
        color: #2b4162;
        font-family: Montserrat, sans-serif;
        text-align: center;
        font-size:15px;
        font-weight:800;
    }
    .blog-tag{
        font-size:13px;
    }
}
@media screen and (max-width: 796px) {
    .container{
        width:90%;
    }
    .blog-title{
        color: #2b4162;
        font-family: Montserrat, sans-serif;
        text-align: center;
        font-size:15px;
        font-weight:800;
    }
    .blog-tag{
        font-size:13px;
    }
    .heading-11{
        font-size:24px;
    }
    #blog-header p {
        font-size:14px;
    }
}
@media screen and (max-width: 479px) {
    .container{
        width:95%;
    }
    .blog-tag{
        font-size:12px;
    }
    .heading-11{
        font-size:24px;
    }
    #blog-header p {
        font-size:13px;
    }
}
@media screen and (max-width: 442px) {
    .container{
        width:95%;
    }
    .blog-tag{
        font-size:12px;
    }
    .heading-11{
        font-size:24px;
    }
    #blog-header{
        width:70%;
    }
    #blog-header p {
        font-size:12px;
    }
    .date{
        width: 30%;
        height: 4vh;
    }
    .blog-post-info{
        flex:1.5;
        padding:5px;
    }
}