.blog-container a {
    color: #242424;
}

.blog-container a:hover {
    color: #FAA61A;
}

.blog-box {
    height: 100%;
    box-shadow: 0 0px 15px 0px rgba(0,0,0,.15);
}

.blog-image {
    width: 100%;
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.blog-box p, .blog-box a {
    color: #000 !important;
}

.filter-button {
    border-radius: 38px;
    color: #fff;
    letter-spacing: 3px;
    background-color: #FAA61A;
}

.filter-button:hover, .filter-button:active, .filter-button:focus {
    background-color: #E69000 ;
    color: #000;
}

.featured-blog-image {
    min-height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media (max-width: 992px) {
    .featured-blog-image {
        min-height: 280px;
    }
}

.featured-blog-box {
    height: 100%;
    box-shadow: 0 0px 15px 0px rgba(0,0,0,.39);
}

.background-mine-shaft {
    background-color: #242424;
}

.featured-post a {
    color: #fff !important;
}

.featured-post a:hover {
    color: #FAA61A !important;
}

.blog-mt-106px {
    margin-top: 106px; /* this is the size of the main menu */
}

.blog-color-sun {
    color: #FAA61A;
}

.letter-spacing-3px {
    letter-spacing: 3px;
}

.px-25px {
    padding-right: 25px;
    padding-left: 25px;
}

.post-title-font-size {
    font-size: 30px;
}

@media (max-width: 992px) {
    .post-title-font-size {
        font-size: 42px;
    }
}