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: 30px;
    background: #95B8D9;
    background-image: /*url(../img/flowers.png), */ radial-gradient(at right top, #95B8D9, #4724a6);
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 55px;
}

.card.card-transparent {
    border: none;
    border-radius: 20px;
    box-shadow: 3px 2px 10px 4px rgb(0 0 0 / 10%);
    /*background-color: #1f1f2421;
    color: #f8f6ff;*/
    background-color: #ffffffeb;
    color: #aea4d1;
}

    .card.card-transparent a {
        /*color: #f8f6ff !important;*/
        color: #39218a !important;
    }

    .card.card-transparent .card-body {
        color: #635f86;
        font-weight: 600;
    }

.card.card-main {
    background-color: #382546c2;
    border: none;
    border-radius: 20px;
    box-shadow: 5px 6px 8px 3px rgb(0 0 0 / 10%);
}

/* fallback */
@font-face {
    font-family: 'QumpellkaNo12';
    font-style: normal;
    src: url(Qumpellkano12-A6D2.woff2) format('woff2');
    font-display: swap;
}

.handwritten {
    font-family: 'QumpellkaNo12';
}

.main-menu > .nav-item > .nav-link.active {
    border-bottom: 3px solid #fff;
}

.main-menu > .nav-item > .nav-link {
    padding-left: 10px;
    padding-bottom: 3px;
}

    .main-menu > .nav-item > .nav-link:not(.active):after {
        content: '';
        display: block;
        margin: auto;
        height: 3px;
        width: 0px;
        background: transparent;
        transition: width .3s ease, background-color .3s ease;
    }

    .main-menu > .nav-item > .nav-link:not(.active):hover:after {
        width: 100%;
        border-bottom: 3px solid #fff;
    }

.language-menu > .nav-item > .nav-link.active {
    text-decoration: underline;
}

.icon-lg {
    font-size: 2em;
    vertical-align: middle !important;
}

.gallery-item {
    background-color: #5a559b96;
    border-radius: 21px;
    text-align: center;
    color: #f1f0ff;
}

    .gallery-item img {
        width: 100%;
    }

    .gallery-item > a {
        text-decoration: none;
    }

        .gallery-item > a > div {
            padding: 10px;
            color: #f1f0ff;
        }

.round-w200 {
    width: 200px;
    border-radius: 100px;
}

.round-w300 {
    width: 300px;
    border-radius: 150px;
}

.navbar-brand span {
    color: #f9f9ff;
    font-size: 1.5rem;
    padding-left: 10px;
    text-shadow: 1px 3px 3px #a395dc;
}

.navbar-brand img {
    width: 128px;
}

.navbar-toggler.absolute {
    position: absolute;
    top: 10px;
    right: 5px;
}

.dev-text {
    color: #9da7b2 !important;
}

a.dev-text {
    color: #939cd6 !important;
}