:root {
    --dg-text-muted: var(--bs-gray-500);

    /* main colors */
    --bio-dark: #005251;
    --bio-medium: #04A9BD;
    --bio-greyish: #7FA4AC;
    --bio-light: #B2E0E3;

    /* accents */
    --bio-orange: #FF9F37;
    --bio-bright: #00D1B6;

    /* black and white */
    --bio-black: #333333;
    --bio-dark-grey: #4E4E4E;
    --bio-white: #ffffff;

    /* neo cafe variables (if I get this to work) */
    --cafe-dp-accreditor-color: var(--bs-link-color);
    --cafe-dp-accreditor-bg: var(--bs-gray-400);
    --cafe-btn-color: var(--bio-dark);

}
.card {

    /*bs-card-border-radius: 0.375rem;*/
    --bs-card-border-radius: 1.375rem;
    /*--bs-card-inner-border-radius: calc(1.375rem - 1px);*/
    --bs-card-inner-border-radius: 1rem;
}

@font-face {
    font-family: 'Raleway';
    font-display: swap;
    src:  url('Raleway-VariableFont_wght.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-display: swap;
    src:  url('Raleway-Italic-VariableFont_wght.ttf') format('truetype');
}

body {
    font-family: Raleway, sans-serif;
}
main {
    background-color: var(--bio-light);
}
footer {
    background-color: var(--bio-dark);
    color: var(--bio-white);
}
.site-descriptor {
    font-size: 1.8rem;
    font-weight: 600;
}
.site-origin {
    font-size: .9rem;
    font-weight: 400;
}
.site-width {
    max-width: 950px;
}
.cafe-area.site-width {
    max-width: 950px;
}

/** registration two column layout adjustments **/
.cafe-form-columns-2 ul ul {
    width: 100%;
}

/* FM section heads */
.cafe-fm-section h2 {
    color: var(--bio-dark);
}
a.cafe-fm-top-btn {
    text-align: center;
}

/* ####### hashtags / color coding */
.form-check-input {
    appearance: auto;
}
.hashtag {
    border: var(--bs-black);
    color: var(--bs-white);
    background-color: var(--bs-gray-600);
}
.hashtag-excluded {
    color: var(--dg-text-muted);
    text-decoration: line-through;
}

.hashtag_filter_list .badge {
    cursor: pointer;
}
.hashtag_filter_list .show_all {
    color: var(--bs-white);
}
.hashtag_filter .form-check-input {
    float: none;
}
.hashtag_filter + .hashtag_filter {
    margin-left: 20px;
    color: red;
}
.hashtag.tag1 {
    background-color: var(--bio-orange);
}
.hashtag.tag2 {
    background-color: var(--bio-bright);
}

/* ####### END hashtags / color coding */

.horizontal-card {
}

header {
    background-color: var(--bio-medium);
    color: var(--bio-white);
    padding: 15px;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

.col-md-4 {
    margin-top: -20px;	margin-bottom: 30px;

}


.content {
    padding: 0 100px;
}


.event {
    padding: 15px!important;   margin: 0 0 0 0; background-color: #efefef;
}

.event-interior {

}


.event-title {
    color: var(--bio-dark);
    font-size: 20px; font-weight: 600; line-height: 24px; margin-top: 10px;
}


a {
    color: var(--bio-dark);
    text-decoration: underline;
}

a:hover {
    color: #000;
}


.faculty {
    font-size: 14px; line-height: 19px; color: #333;
}

/** program "card" styles */
.card-img-container {
    /* horizontal cards don't use/need this any more as they use bootstrap styles */
    position: relative;
    overflow: hidden;
}
.new-tag {
    position: absolute;
    right: -25px;
    top: 18px;
    transform: rotate(45deg);
    /*background: #a32638;*/
    /*color: white;*/
    background-color: var(--bio-dark);
    color: var(--bio-white);
    font-weight: bolder;
    width: 110px;
    text-align: center;
}

/* page titles within activities */
.page-title {
    font-size: 36px;
    font-weight: bold;
}

#content {
    padding: 15px;
    margin: auto;
}
#cafe-module-page:not(.cafe-module-video) {
    width: 950px;
}
.cafe-area-body main {
    padding: 0px; /* 0 padding here because cafe area markup includes the #content section styled above */
}


@media (min-width: 992px) {
    .cafe-area-header .container {
        max-width: none;
    }
}
@media (min-width: 768px) {
    .cafe-area-header .container {
        max-width: none;
    }
}
@media (min-width: 576px) {
    .cafe-area-header .container {
        max-width: none;
    }
}

