
:root {
    --kcm-dark-green: #29a34a;
    --kcm-light-green: #ABD037;
    --kcm-blue: #60c8d4;
    --kcm-red: #f05158;
    --kcm-yellow: #fed600;
    --light-gray: #d2d3d7;
    --light-green1: #A8E2AF;
    --light-green: #D1F2D5;
}
    
    body{
        color: black;
        font-family: 'Roboto', sans-serif;
        margin: 0;
        padding: 0;
        height: 100vh; 
        font-size: clamp(20px, 1em, 25px);
    }
    a {
        color: var(--kcm-dark-green);
    }
    
    // <weight>: Use a value from 100 to 900
    // <uniquifier>: Use a unique and descriptive class name
    .roboto-condensed-regular {
      font-family: "Roboto Condensed", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
    }
    
    .roboto-condensed-bold {
      font-family: "Roboto Condensed", sans-serif;
      font-optical-sizing: auto;
      font-weight: 800;
      font-style: normal;
    }
    
    .alfa-slab-one-regular {
      font-family: "Alfa Slab One", serif;
      font-weight: 400;
      font-style: normal;
    }

    .btn {
        border-radius: 0;
        margin: 1rem 0rem 1rem 0rem;
        padding: 0.5em 1em;
        font-size: 1em;
    }
    
    .btn-red {
        color:white;
        background-color: var(--kcm-red);
    }
    .btn-dark-green {
        color:white;
        background-color: var(--kcm-dark-green);
    }
    .btn:hover {
        border: 1px solid !important;
        font-style: italic;
    }
    .btn-reg {
        padding: 10px 20px;
        border-radius: 25px;
    }
    .bg-red{
        background-color: var(--kcm-red);
    }
    .bg-red:hover {
        border: 1px solid var(--kcm-red) !important;
    }
    .bg-yellow {
        background-color: var(--kcm-yellow);
    }
    .bg-yellow:hover {
        border: 1px solid var(--kcm-yellow);
    }
    .bg-blue {
        background-color: var(--kcm-blue);
    }
    .bg-blue:hover {
        border: 1px solid var(--kcm-blue);
    }
    .bg-dark-green{
        background-color: var(--kcm-dark-green);
        color: white;
    }
    .bg-light-green{
        background-color: var(--light-green);
        color: black;
    }
    .bg-dark-green:hover {
        border: 1px solid var(--kcm-dark-green);
    }
    .active {
        font-weight: bold;
    }
    .footer a {
        color: black;
    }
    .text-red {
        color: var(--kcm-red);
    }
    .text-green {
        color: var(--kcm-dark-green);
    }
    
    .banner-img {
        width: 100%;
        height: auto;
    }
    .page-title {
        text-align: center;
        font-size: 1.2em;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    
    .logo-banner-img {
        width:100%;
        height: auto;
    }
    
    .box-blue {
        border: 4px solid var(--kcm-blue); padding: 10px;
    }
    
    .note-green {
        margin: 1.5rem 0;
        padding: 0.3em;
        border-top: 2px solid var(--kcm-dark-green);
        border-bottom: 2px solid var(--kcm-dark-green);
        line-height: 1.7em;
    }
    .note-red {
        margin: 1.5rem 0;
        padding: 0.3em;
        font-size: 0.9em;
    }
    .note-red p {
        margin: 0 1.0em;
    }
    .note-red a {
        color: inherit;
        text-decoration: underline;
    }
    .note-red-title {
        font-size: 130%;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .no-bullets {
        list-style-type: none;
    }
    
    .conference-info {
        margin-top: 1em;
    }
    .conference-info h1 {
        font-size: 1.5em;
    }
    .conference-info h2 {
        font-size: 1em;
    }
    .conference-info a {
        color: black;
        text-decoration: none;
    }
    .ps-10 {
        padding-left: 10vw;
    }
    
    .schedule, .speaker-proposal, .registration, .exhibitors, .conference-app, .venue {
        width: 100%;
        margin: 0 auto;
    }
    .exhibitors ul {
        margin-bottom: 2rem;
        border-bottom: 1px solid var(--light-gray)
    }
    .exhibitors li, .schedule .badge, .exhibitors .badge {
        font-size: 1rem;
    }
    .exhibitors .badge {
        position: absolute;
        left: 15rem;
    }
    .exhibitors-group {
        border: 2px solid #000;
    }
    .exhibitors h3 {
        color: var(--kcm-red);
    }
    .list-group-item:hover {
        background-color: var(--light-gray);
    }
    .list-group-item .badge {
        color: var(--kcm-dark-green);
        font-size: 1rem;
    }
    .exhibitors-body.bluegrass h3 {
        color: var(--kcm-dark-green) !important;
    }
    
    .card-keynote {
        padding: 5px;
        max-width: 500px;
    }
    .card-name {
        font-weight: bold;
        font-size: 1.0em;
    }
    .card-title {
        font-weight: bold;
        font-size: 0.8em;
    }
    .card-body {
        padding-top: 0;
    }
    
    .registration-info {
       display:flex;
       flex-direction:column;
       align-items:center;
    }

    .venue-info > div {
        margin-top: 2em;
    }
    .venue-info .fw-bold {
        font-size: 1.5em;
    }
    .venue img {
        max-width: 600px;
        min-width: 300px;
        height: auto;
    }
    
    .gold {
        font-size: 40px;
        color: #FFD700;
    }
    
    .silver {
        font-size: 30px;
        color: #C0C0C0;
    }
    
    .bronze {
        font-size: 20px;
        color: #CD7F32;
    }
    
    .tbl-sch td {
        border-bottom: 1px solid;
        padding: 10px;
    }
    
    .text-left {
        text-align: left;
    }
    
    .text-right {
        text-align: right;
    }

    @media (min-width: 768px) {
        .conference-info h1 {
            font-size: 2.5em;
        }
        .conference-info h2 {
            font-size: 1.5em;
        }
        .card-name {
            font-size: 1.2em;
        }
        .card-title {
            font-size: 1.0em;
        }

        .page-title {
            font-size: 2.0em;
        }
        
        .schedule li, .exhibitors li, .scehdule .badge, .sexhibitors .badge {
            font-size: 1.2rem;
        }
        
        .schedule {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
    
    @media (min-width: 922px) {
        .schedule, .speaker-proposal, .registration, .exhibitors, .conference-app, .venue {
            width: 85%;
    }

