.navbar {
    margin-bottom: 0;
}

section {
    width: 100%;
    float: left;
}

.banner-section {
    background-image: url("https://static.pexels.com/photos/373912/pexels-photo-373912.jpeg");
    background-size: cover;
    height: 20%;
    left: 0;
    position: absolute;
    top: 0;
    background-position: 0;
}

.post-title-block {
    padding: 100px 0;
}

.post-title-block h1 {
    color: #fff;
    font-size: 85px;
    font-weight: bold;
    text-transform: capitalize;
    text-shadow: black 0 2px;
}

.post-title-block li {
    font-size: 20px;
    color: #fff;
    text-shadow: black 0 2px;
}

.image-block {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 20px;
    position:relative;
}
    .image-block > .logo {
        position:absolute;
        left:10px;
        top:10px;
        height:100px;
        width:100px;
        background: #FFF;
        border: solid 1px #666;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
        text-align: center;
        padding:2px;
        z-index:100;
    }
        .image-block > .logo > img {
            display: initial !important;
            max-height: 94px !important;
        }

.footer-link {
    float: left;
    width: 100%;
    background: #222222;
    text-align: center;
    padding: 30px;
}

.footer-link a {
    color: #A9FD00;
    font-size: 18px;
    text-transform: uppercase;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
    height: 300px;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 100px;
}

.imgGalery {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}