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: 160px;
}



.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}


.main-bg {
    background-image: url(images/opatija_bg.png);
    background-position: center;
    background-size: cover;
}

.flag-icon {
    background-position: center;
    background-size: cover;
    display: inline-block;
    transition: filter 0.5s, opacity 0.5s;
    filter: grayscale(0);
    height: 30px;
    width: 30px;
    opacity: 1;
}

    .flag-icon.inactive {
        filter: grayscale(0.2);
        opacity: 0.3;
    }

        .flag-icon.inactive:hover {
            filter: grayscale(0);
            opacity: 1;
        }

    .flag-icon.cze {
        background-image: url('../images/flags/cze.svg');
    }

    .flag-icon.ger {
        background-image: url('../images/flags/ger.svg');
    }

    .flag-icon.svk {
        background-image: url('../images/flags/svk.svg');
    }

    .flag-icon.gbr {
        background-image: url('../images/flags/gbr.svg');
    }


.main-logo {
    font-size: 14px;
    line-height: 1.6;
    color: #263d46;
    font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none;
    font-weight: bold;
}
