/* stylelint-disable @stylistic/selector-list-comma-newline-after */

body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #1e293b;
}

a {
    color: #1e293b;
}

.nav-link {
    color: #1e293b;
}

.text-bold {
    font-weight: 700;
}

.blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/
    ;
    font-size: 2.25rem;
}

.blog-header-logo:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    width: 700;
}

.add-pattern {
    background-image: url(../images/pattern.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #14ff72 !important;
}

.add-pattern-2 {
    background-image: url(../images/pattern.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100px 100px;
    background-color: #121b33 !important;
}

.flex-auto {
    flex: 0 0 auto;
}

.prog-img.rounded-8 {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.prog-card {
    background-color: #fff;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}


/* Pagination */

.blog-pagination {
    margin-bottom: 4rem;
}


/*
   * Blog posts
   */

.blog-post {
    margin-bottom: 4rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}

.hero-blog-height {
    height: 500px;
}

.prog-blog {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.nav-container .nav-link:hover {
    color: #c70039 !important;
}