:root {
    --ll-light: whitesmoke;
    --ll-yellow: #FDF6E4;
    --ll-lightbrown: #776054;
}

@font-face {
    font-family: 'Quando';
    src: url('/fonts/quando-regular-webfont.woff2') format('woff2'), url('/fonts/quando-regular-webfont.woff') format('woff'),url('/fonts/Quando-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.quando {
    font-family: "Quando", serif;
    font-weight: 400;
    font-style: normal;
}

html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

/*.navbar-toggler {
    color: whitesmoke;
}

    .navbar .navbar-brand, .navbar .navbar-brand:hover, .navbar .navbar-brand:visited {
        color: whitesmoke;
    }

    .navbar .nav-link, .navbar .nav-link:hover, .navbar .nav-link:visited {
        color: whitesmoke;
    }*/

header {
    height: 40px;
    font-size: 0.8em;
    color: var(--ll-light);
    border-bottom: 1px solid whitesmoke;
}

    header a, header a:hover, header a:visited, header a:active {
        color: var(--ll-light) !important;
        text-decoration: none;
    }

main {
}

.text-ll-light {
    color: var(--ll-light) !important;
}

footer {
    width: 100%;
    color: var(--ll-light);
    background: black;
    font-size: 0.8em;
}

    footer a, footer a:hover, footer a:visited, footer a:active {
        color: var(--ll-light) !important;
        text-decoration: none;
    }

.card-ll, .card-ll .card-img-top, .card-ll .card-body, .card-ll .card-footer {
    border-color: var(--ll-lightbrown) !important;
}

.btn-ll {
    color: var(--ll-light);
    background: var(--ll-lightbrown);
    line-height: var(--bs-btn-line-height);
    display: inline-block;
    padding: 3px 6px;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}