﻿/*.mhg-widget-categories {
    margin-left: 30px !important;
}*/

.btn-danger {
    background-color: #ee3e33 !important;
    border-color: #ee3e33 !important;
}

    .btn-danger:hover {
        background-color: #d9362c !important; /* slightly darker for hover */
        border-color: #d9362c !important;
    }

h2.blog-posts {
    font-size: 2.5rem !important;
    padding-top: 10px !important;
}

.col-8.offset-2 {
    /* Behaves like col-10 offset-1 text-center */
    margin-left: 8.333333%; /* offset-1 */
    flex: 0 0 auto;
    width: 83.333333%; /* col-10 */
    text-align: center; /* text-center */
}

@media (max-width: 991.98px) {
    h3 .blog-posts {
        margin-left: 8.33333333%;
    }

    h2.blog-posts {
        margin-left: 8.33333333%;
    }

    /* mimic col-10 + offset-1 inside blog-posts */
    article.blog-posts {
        flex: 0 0 auto; /* same as Bootstrap col */
        width: 83.3333333%; /* 10/12 columns */
        margin-left: 8.3333333%; /* offset-1 */
    }
}

