/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, js, gulp, bootstrap grid
Version: 1.0

=== */
.org-item {
    position: relative;
    background-color: var(--base);
    color: var(--contrast);
    border: 2px solid currentColor;
    padding: 2.5rem 1.375rem;
    font-size: 1.125rem;
    min-height: 20rem;
    text-decoration: none;
    border-radius: 1.25rem;
}

.org-item > * {
    margin-bottom: 0.75rem;
}

.org-item .btn-link {
    margin-top: 1rem;
}

.org-item .org-item-orgname {
    margin-bottom: 1.25rem;
}

.bg-contrast .org-item, .bg-accent .org-item, .bg-accent2 .org-item {
    border-color: transparent;
}

.org-item-orgname {
    font-size: 2.25rem;
}

.org-item-title {
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.org-item-email {
    display: inline-flex;
    color: var(--base-accent);
    text-decoration: underline;
}

.org-item-email:hover {
    text-decoration: none;
}

.org-item-email.hv-editor-text {
    text-decoration: none;
}

@media (min-width: 768px) {
    .org-item {
        padding: 3rem;
    }
}