/* color notes
 * CAP TODAY Blue: Pantone 280 CP, we run black editorial copy.
 * We also use Pantone 268 CP, Pantone 7738 CP, then splash in an assortment of colors for features etc.
 */
:root {
    --dg-text-muted: var(--bs-gray-500);

    --CAP-primary: #13377E;
    --CAP-secondary: #008ab8;
    --CAP-white: #FFFFFF;
    --CAP-grey: #EDEDED;
    --CAP-black: #2C2C2C;
    --CAP-purple: #5A2B81;
    --CAP-purple-medium: #783EA5;
    --CAP-green: #46A040;


    --CAP-body-color: #555555;
    --CAP-main-font-family: 'Roboto Condensed';
    --CAP-body-font-size: 16px;

    /* 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(--bs-link-color);

    --bs-body-color: var(--CAP-body-color);
    --bs-body-font-family: var(--CAP-main-font-family);
    --bs-body-font-size: var(--CAP-body-font-size);

    --bs-link-color: var(--CAP-secondary);
    --bs-link-hover-color: var(--CAP-secondary);
}
@font-face { font-family: "Roboto Condensed"; src: url("https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2") format("woff2"); font-style: normal; font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

header {
    border-bottom: .5rem solid var(--CAP-black);
    background-color: var(--CAP-white);
}

body {
    background-image: url(images/body-bg7.png);
    background-position: top center;
}
main {
    background-color: var(--CAP-white);
}

footer {
    background-color: var(--CAP-black);
    border-top: .5rem solid var(--CAP-primary);
}

/* FM section heads */
.cafe-fm-section h2 {
    color: var(--bs-primary);
}
/* ####### 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(--CAP-primary);
}
.hashtag.tag2 {
    background-color: var(--CAP-purple-medium);
}
.hashtag.tag3 {
    background-color: var(--CAP-green);
}

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

.horizontal-card {
}

header {
    padding: 15px;
}

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(--CAP-secondary);
    font-size: 20px; font-weight: 600; line-height: 24px; margin-top: 10px;
}


a {
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

a:hover {
    color: var(--CAP-primary);
    text-decoration: underline;
}


.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: var(--CAP-green);
    color: white;
    font-weight: bolder;
    width: 110px;
    text-align: center;
}

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

/* cafe adjustments for this design only */
/*#content, .cafe-area-header {*/
/*    width: 950px;*/
/*    padding: 15px;*/
/*    margin: auto;*/
/*}*/

#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;
    }
}

