body {
    background-color: #eee;
    color: #141414;
    /* overflow-x: hidden; */
}

.post-image-div {
    margin-top: 20px;
    width: 100%;
    min-height: 30vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.post-images-item {
    display: inline-block;
}

.post-images-item div {
    width: 100px;
    height: 100px;
    background-color: #eee;
}

.post-images-item img {
    width: 100px;
    height: 100px;
}

.home-header-block {
    height: 40vh;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.home-header-block:before {
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    /* background-color: #141414; */
    /* background-color: rgba(14, 14, 14, 0.3); */
    z-index: 1;

}

.home-container {
    overflow: hidden;
}

.home-header-block h1 {
    color: #fff;
    font-size: 50px;
}

.home-header-block-inner {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-image: url('/assets/images/home/plants.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 21;
}

.navbar img {
    width: 50px;
    height: 50px;
}

.home-category-post-image-block {
    height: 115px;
    width: 100%;
    overflow: hidden;
}

.home-category-post-image {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.home-category-post-title {
    font-size: 14px;
}

.home-category-title {
    font-size: 18px;
}