@font-face {
    font-family: "BC Sans";
    src: url("fonts/BC-Sans/BCSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "BC Sans";
    src: url("fonts/BC-Sans/BCSans-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "BC Sans";
    src: url("fonts/BC-Sans/BCSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "BC Sans";
    src: url("fonts/BC-Sans/BCSans-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

body {
  font-family: 'BC Sans', cursive;
  background-color: #fbe8ad;
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

a.btn i.bi {
    font-size: 1rem;
}
.modal i.bi { font-size: 2rem; }


.custom-shape-divider-top-1746577839 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1746577839 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px
}

.custom-shape-divider-top-1746577839 .shape-fill {
    fill: #fbe8ad;
}

.ilfts-above-divider {
    background-color: #fbe8ad;
}
.ilfts-below-divider {
    background-color: #477d8b;
}

.ilfts-resource-card {
    background-color: #477d8b;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color:  #477d8b !important;
}

.leaflet-container {
    height: 40vw;
}
