h2 {
    text-transform: none;
    font-weight: bold;
    font-size: 30px;
}

a {
    cursor: pointer;
}
a:hover,
a:focus {
    cursor: pointer;
}

.body-text p {
    margin: 20px 0;
}

.sectionM {
    padding: 50px 0;
}

.sectionM h3 {
    margin: 25px 0 10px 5px;
}

#section-hero p,
#section-join h3,
#section-join h4 {
    color: white;
}

#section-hero h2,
#callout h2 {
    color: #e4c691;
}

.cta-joinnow {
    background-color: #0056b3;
    color: white;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cta-joinnow:hover {
    background-color: #004494;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: white;
}

.btn-callout {
    text-align: center;
    margin: 0 auto;
    display: table;
    font-size: 21px;
    border-radius: 8px;
    background: #158bcf;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.darkBkg h1,
#section-hero h1 {
    color: white;
}

.blog_holder article .post_info {
    color: #0e0e0e;
}
.blog_holder article .post_info a {
    color: #2a2d31;
    text-decoration: underline;
}
.blog_holder article .post_info a:hover {
    color: #1f4e7e;
}

.footer-widget {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.footer-widget a {
    color: #007bff;
    text-decoration: none;
}
.footer-widget a:hover {
    text-decoration: underline;
}
.footer-widget img {
    width: 100%;
    margin-bottom: 10px;
}

.ft-bottom-left {
    color: #9ca3af;
    font-size: 16px;
}

.footer_top .column_inner > div h4 {
    font-weight: bold;
    margin: 10px 0 21px 0;
}

.blog_holder.blog_single article .post_text .post_text_inner a {
    color: royalblue;
    text-decoration: underline;
}

h1.entry_title {
    font-size: 40px;
    margin: 40px 0;
    font-weight: bold;
}

@media (min-width:768px) {
    .sectionM {
        padding: 70px 0;
    }

    .footer_bottom_holder .footer_bottom_columns {
        width: 1400px;
        margin: 0 auto;
        padding: 20px 0;
    }
}