html {
  font-size: 14px;
}

@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: 60px;
}
.material-symbols-outlined {
    transition: transform 0.3s ease, text-shadow 0.3s ease;
    color: #760e26;
}

    .material-symbols-outlined:hover {
        cursor: pointer;
    }

/*    .material-symbols-outlined:focus {
        box-shadow: 0 0 10px #800000cc;
        border-color: #800000;
        color: #800000;
    }*/

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.navbar-cheader {
    display: flex;
    background-color: #760e26;
}

.language-switcher {
    display: flex;
    margin-right: 1em;
    align-items: center;
    justify-content: flex-end;
}

.lang-form {
    margin: 0;
}

.lang-btn {
    display: flex;
    margin: 0 0.1em;
    padding: 0.5em 2em;
    align-items: center;
    gap: 6px;
    border: solid 2px white;
    background-color: #760e26;
    color: #eaeaea;
    font-weight: 400;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 16px;
    transition: background-color 0.2s, transform 0.1s;
}

    .lang-btn:hover {
        color: #760e26;
        background-color: #eaeaea;
    }

.flag-icon {
    width: 24px;
    height: auto;
    border-radius: 2px;
}
