/* ------ FLACOSFOTOS BLOG --------*/


.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}

.blog-post {
    margin-bottom: 40px !important;
}

.header-section {
    background: url(../images/hopper_header_3_sm.png) no-repeat 0px 60px fixed;

}

.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(2px);
    width: 100%;
    margin-top: 160px;
    /*
    padding-top: 5px;
    padding-bottom: 5px;
*/

}

@media (min-width: 768px) {
    .header-section {
        background: url(../images/hopper_header_3.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100vh;
    }

    .overlay {
        background-color: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(2px);
        width: 50%;
        margin-top: 300px;
    }
}
