
/*-------------------------------------------------------------------BLOG BANNER---------------------------------------------------------------------------------------------*/

#blog_banner{
    width: 100%;
    height: 30vh;
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ) ,url('../avatars/bg1.jpg'); 
    background-attachment: fixed;
    background-size: cover;
}

.blog_banner .title{
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 8px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 80%;
}



/*-------------------------------------------------------------------BLOG---------------------------------------------------------------------------------------------*/

.blog .author_time_center{
    float: right;
    margin-top: 1rem;
}


@media screen and (max-width:1050px){
.blog_banner .title{
    font-size: 1rem;
}

.blog a:hover{
    color: black;
}

.blog{
    margin-top: 2rem;
}
}

@media screen and (max-width: 560px){
.blog_banner .title{
    font-size: 1rem;
}
}