h1 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
    color: #061B53 !important;
}

h2, h3, h4, h5, h6, p {
    font-family: 'Open Sans', sans-serif !important;
    color: #0F0F0F !important;
}

b {
    font-family: 'Open Sans', sans-serif !important;
    color: #0F0F0F !important;
    font-weight: bold !important;
}

a:not(.btn, .nav-link) {
    color: #0F0F0F;
    text-decoration: underline !important;
}

.post-thumbnail-entry a:not(.btn) {
    text-decoration: underline !important;
    color: #0F0F0F;
}

.post-thumbnail-entry a:not(.btn):hover, .post-thumbnail-entry a:not(.btn):focus, .post-thumbnail-entry a:not(.btn):active {
    text-decoration: underline !important;
    color: #B122DE;
}

.post-item ul li a:not(.btn) {
    text-decoration: underline !important;
    color: #0F0F0F;
}

.post-item ul li a:not(.btn):hover, .post-item ul li a:not(.btn):focus, .post-item ul li a:not(.btn):active {
    text-decoration: underline !important;
    color: #B122DE;
}

.nav-item a:not(.btn, .nav-link) {
    text-decoration: none !important;
}

a:not(.btn, .nav-link):hover, a:not(.btn, .nav-link):focus, a:not(.btn, .nav-link):active {
    color: #B122DE;
    text-decoration: underline !important;
}

li a:not(.btn, .nav-link) {
    color: #0F0F0F !important;
    text-decoration: underline !important;
}

.h1_custom {
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

.standard_text {
    font-family: 'Open Sans', sans-serif !important;
    color: #ffffff !important;
}

.standard_text_bold {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
    color: #ffffff !important;
}



