html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/*html {
  position: relative;
  min-height: 100%;
}*/

body {
    margin-bottom: 0;
    font-family: 'Noto Sans', sans-serif;
    position: relative;
    min-height: 100vh;
}

.navbar-light .navbar-nav .nav-link {
    color: #222E27; /*rgba(0, 0, 0, .55);*/
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
}

/*h1, h2, h3, h4, h5 {
    font-family: 'Carlito', sans-serif;
}*/

.cfe-header-logo {
    width: 200px;
}

section {
    padding:50px 0 50px 0;
}
    section.graybg {
     background-color: #f8f9fa;
    }

section.topsection {
    margin: 50px 0 0 0;
    padding: 50px 0 50px 0;
}



.eyebrow {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.section-title {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 48px;
    color:#000000;
    margin-bottom:30px;
}
.section-subtitle {

}
.section-text {
    font-size: 20px;
    font-weight: 200;
    color: #252D28;
    margin-bottom:50px;
}

.home-hero {
    max-width: 100%;
    /* height: auto; */
    height: 400px !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.dropshadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

h1 {
    font-family: 'Carlito', sans-serif;
    font-weight: 400;
    font-size: 3.0rem;
    line-height: 1.0;
    margin-bottom: 20px;
    color: #F1FBFF;
}
h2 {

}
h3 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 200;
    font-size: 1.25rem;
    line-height: 1.2;
}

.navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-link {
    color: #333;
}

    .nav-link:hover {
        color: #0056b3;
    }

/*.hero {
    background: url('/img/hero.png') center center no-repeat;
    background-size: cover;
    color: white;
    text-align: left;
    height:700px;
    padding: 120px 30px;
}*/






.section {
    padding: 60px 20px;
}

.dark-section {
    background-color: #f8f9fa;
}

footer {
    background-color: #0F0D12;
    color: #F1F1E6;
    padding: 50px 0 50px 0;
}
/*.site-footer {
    background-color: #111015;*/ /* very dark background */
    /*color: #f1f1f1;
    padding: 60px 20px 30px;
    font-family: 'Noto Sans', sans-serif;
}*/

.footer-heading {
    font-family: 'Carlito', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-subtext {
    font-size: 1rem;
    color: #d0d0d0;
}
.footer-text-small {
    font-size: 12px;

}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
}

.footer-logo {
    height: 40px;
    margin-bottom:15px;
}

.footer-link {
    color: #f1f1f1;
    text-decoration: none;
}

    .footer-link:hover {
        text-decoration: underline;
    }

.btn-outline-light {
    border: 2px solid #f1f1f1;
    background: none;
    color: #f1f1f1;
    padding: 10px 20px;
    border-radius: 8px;
}

    .btn-outline-light:hover {
        background-color: #f1f1f1;
        color: #111015;
    }



.carlito-regular {
    font-family: "Carlito", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.carlito-bold {
    font-family: "Carlito", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.carlito-regular-italic {
    font-family: "Carlito", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.carlito-bold-italic {
    font-family: "Carlito", sans-serif;
    font-weight: 700;
    font-style: italic;
}


/*.noto-sans-<uniquifier > {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}*/


/*.cards {
    display: grid;
    grid-auto-columns: 100%;
    grid-column-gap: 10px;
    grid-auto-flow: column;
    padding: 25px 0px;
    list-style: none;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 15%);
    scroll-snap-align: start;
    transition: all 0.2s;
}*/

.cards {
    display: contents;
}

.card {
    flex: 0 0 auto;
    width: 320px;
    height:460px;
    background: #fff;
    border-radius: 20px;
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
    padding: 20px;
    list-style: none;
}
.card-small {
    flex: 0 0 auto;
    width: 100%;
    border-radius: 20px;
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
    padding: 20px;
    margin-bottom:50px;
    list-style: none;
    border: 1px solid #EDEDED;
}
.card-gray {
    background: #F7F7F2;
    border: 1px solid #EDEDED;
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
}
.card-light-gray {
    background: #F9F9F9;
    border: 1px solid #EDEDED;
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
}
.card-dark-gray {
    background: #C5CED6;
}
.card-blue {
    background: #224861;
    border: 1px solid #EDEDED;
}
.card-light-blue {
    background: #F1FBFF;
    border: 1px solid #EDEDED;
}
.card-dark-blue {
    background: #3B4954;
    border: 1px solid #EDEDED;
}
.card-green {
    background: #2F664C;
    border: 1px solid #EDEDED;
}
.card-red {
    background: #8D3224;
    border: 1px solid #EDEDED;
}
.card-beige {
    background: #F7F7F2;
    border: 1px solid #EDEDED;
}

.card-number {
    padding-bottom: 30px;
    color: #252D28;
}

.card-scroll-container-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.card-scroll-container {
    overflow-x: auto;
    scroll-behavior: smooth;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 16px;
    padding: 10px;
    margin: 0;
    cursor: grab;
}

    .card-scroll-container:active {
        cursor: grabbing;
    }



.scroll-btn {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    font-size: 20px;
}

    .scroll-btn.left {
        left: 0;
    }

    .scroll-btn.right {
        right: 0;
    }


.card .card-title {
    font-size: 24px;
    margin: 50px 0 50px 0;
    font-weight: 400;
}
.card .card-title-light {
    color: #F7F7F2;
}

.card-small-title {
    font-weight: 600;
    padding-bottom: 10px;
    color: #252D28;
}

.card .card-content-light {
    color: #F7F7F2;
}

.small-card-content {
    font-weight: 400;
    color: #252D28;
}

.card-icon-circle {
    width: 72px;
    height: 72px;
    background-color: #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
    .card-icon-circle img {
        width: 30px;
        height: 30px;
    }

.card-icon-circle-blue {
    background-color: #104762;
}
.card-icon-circle-light {
    background-color: #F7F7F2;
}

/*.card-scroll-container-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.card-scroll-container {
    overflow-x: auto;
    scroll-behavior: smooth;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 16px;
    padding: 10px;
    margin: 0 40px;*/ /* give space for buttons */
/*}

.cards {
    display: contents;  pass grid layout down to li.card 
}

.card {
    flex: 0 0 auto;
    width: 300px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 20px;
    list-style: none;
}

.scroll-btn {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    font-size: 20px;
}

    .scroll-btn.left {
        left: 0;
    }

    .scroll-btn.right {
        right: 0;
    }


.card:hover {
    color: var(--white);
    background: var(--orange);
}



.card .card-content {
    margin: 20px 0;
    max-width: 85%;
}

.card .card-link-wrapper {
    margin-top: auto;
}

.card .card-link {
    display: inline-block;
    text-decoration: none;
    color: white;
    background: var(--orange);
    padding: 6px 12px;
    border-radius: 8px;
    transition: background 0.2s;
}

.card:hover .card-link {
    background: var(--darkorange);
}

.cards::-webkit-scrollbar {
    height: 12px;
}

.cards::-webkit-scrollbar-thumb,
.cards::-webkit-scrollbar-track {
    border-radius: 92px;
}

.cards::-webkit-scrollbar-thumb {
    background: var(--darkorange);
}

.cards::-webkit-scrollbar-track {
    background: var(--thumb);
}

@media (min-width: 500px) {
    .cards {
        grid-auto-columns: calc(50% - 10px);
        grid-column-gap: 20px;
    }
}

@media (min-width: 700px) {
    .cards {
        grid-auto-columns: calc(calc(100% / 3) - 20px);
        grid-column-gap: 30px;
    }
}

@media (min-width: 1100px) {
    .cards {
        grid-auto-columns: calc(25% - 30px);
        grid-column-gap: 40px;
    }
}*/


