:root {
    --hpc-blue: #226fb2;
    --hpc-light-blue: #83b9e7;
    --hpc-dark-blue: #0e4082;
    --hpc-bright-red: #ff2f00;
    --hpc-light-grey: #f5f5f5;
    --hpc-light-grey2: #e8e8e8; /* not used atm, but given via email as one of their colors */
    --hpc-medium-grey: #999999; /* not used atm, but given via email as one of their colors */
    --hpc-dark-grey: #333333; /* not used atm, but given via email as one of their colors */
    --hpc-heading: #226fb2;
}
@font-face {
    font-family: Raleway;
    src: local(Raleway)
        url("https://hospitalprocedures.org/wp-content/uploads/omgf/us-fonts/raleway-normal-400.woff2") format("woff2"),
        url("https://hospitalprocedures.org/wp-content/uploads/omgf/us-fonts/raleway-normal-400.woff") format("woff"),
        url("https://hospitalprocedures.org/wp-content/uploads/omgf/us-fonts/raleway-normal-400.ttf") format("ttf"),
        url("https://hospitalprocedures.org/wp-content/uploads/omgf/us-fonts/raleway-normal-400.svg") format("svg");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: local(Roboto),
        url("https://hospitalprocedures.org/wp-content/uploads/omgf/us-fonts/roboto-normal-400.woff2");
}

body {
    font-family: Raleway, sans-serif, Arial;
    font-size: 16px;
}

.navbar {
    background-color: var(--hpc-blue);
}

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

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

.footer-content {
    background-color: var(--hpc-blue);
    padding:30px;
    color:#fff;
}
.footer-content a {
    color: var(--hpc-light-blue);
}
.copyright {
    color: var(--hpc-light-blue);
}

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

h1, h2, h3, h4, h5, h6 {
    color: var(--hpc-heading);
    font-family: Roboto, Serif, "Times New Roman";
    font-weight: 400;
    margin-bottom: 1.5rem;
}
h1 {
    line-height: 1.25;
}
h2 {
    line-height: 1.2;
}
h3 {
    line-height: 1.25;
}
h4 {
    line-height: 1.15;
}
h5 {
    line-height: 1.18;
}
h6 {
    line-height: 1.2;
}

.content {
    padding: 0 100px;
}


.event {
    padding: 15px!important;
    margin: 0 0 0 0;
    background-color: var(--hpc-light-grey);
}

.event:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in;
}

.event-interior {

}


.card-title {
    color: var(--hpc-blue);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
}


a {
    color: var(--hpc-blue);
    text-decoration: none;
}

a:hover {
    color: #000;
}


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

/** program "card" styles */
.card-img-container {
    position: relative;
    overflow: hidden;
}
.new-tag {
    position: absolute;
    right: -25px;
    top: 18px;
    transform: rotate(45deg);
    background: var(--hpc-bright-red);
    color: white;
    font-weight: bolder;
    width: 110px;
    text-align: center;
}

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

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

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

