/**
 * Globals
 * ======================================== */

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    html {
        height: 100%;
    }
    body {
        align-items: center;
        padding-top: 0; 
        height: 100%;
        font-size: 1.0625rem;
    } 
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

main {
    flex-grow: 1;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    main {
        margin-top: 3rem;
    }
}


/**
 * Links
 * ======================================== */

a {
    color: inherit;
    text-decoration: none;
        -webkit-transition: all 0.5s ease;
           -moz-transition: all 0.5s ease;
             -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
                transition: all 0.5s ease;
}

a:hover {
    color: #bbb;
    text-decoration: none;
}


/**
 * Motive
 * ======================================== */

.motive {
    position: relative;
    background-image: url(/obrazek/3/format-9-motiv-69-cerna/);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}

/* .motive::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
} */


/**
 * Card
 * ======================================== */

.card {
    background-color: #151515;
    color: #eaeaea;
    padding: 2rem; /* fallback */
    padding: clamp(1.5rem, calc(.75rem + 3.5vw), 3rem);
    border-radius: .125rem;
    box-shadow: 0 12px 30px -5px rgb(0 0 0 / 50%);
}

.card > .row {
    gap: 1rem;
}

.card-body {
    padding: 0;
}

.card-title {
    font-size: calc(1.375rem + 1.5vw);
    margin: 1em 0;
}

@media (min-width: 992px) {
    .card-title {
        margin: 0 0 .625em;
    }
}

@media (min-width: 1200px) {
    .card-title {
        font-size: 2.5rem;
    }
}

.logo {
    width: 100%;
    flex: 1 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    border-radius: .125rem;
}

@media (min-width: 992px) {
    .logo {
        max-width: 38.2%;
    }
}

.list-unstyled {
    margin-top: 2em;
}

.list-unstyled:last-of-type {
    margin-bottom: 0;
}

/**
 * Contact
 * ======================================== */

ul.list-address {
    margin-left: 0;
    padding-left: 2.5rem;
}

ul.list-address li {
    position: relative;
    padding-left: 0;
    list-style: none;
    margin: .125em 0;
}

ul.list-address li i {
    color: #bbb;
    position: absolute;
    left: -2.5em;
    width: 2em;
    top: .3125em;
    text-align: center;
}


/**
 * Social links
 * ======================================== */

.social-site-icon {
    display: flex;
    gap: 1.375rem;
}

.social-site-icon li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}

.social-site-icon li a {
    color: inherit;
    background-color: #555;
    font-size: 1rem; /* fallback */
    font-size: clamp(1rem, calc(.5rem + 2vw), 1.25rem);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem; /* fallback */
    height: clamp(2rem, calc(1rem + 3vw), 2.5rem);
    width: 2rem; /* fallback */
    width: clamp(2rem, calc(1rem + 3vw), 2.5rem);
    border-radius: .3125em;
}

.social-site-icon li a:hover {
    text-decoration: none;
    color: #191919;
    background-color: #eaeaea;
}

/**
 * Powered by inPage
 * ======================================== */

.poweredby {
    color: #eaeaea;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    text-align: center;
    margin-top: 1rem;
}

.poweredby a {
    color: inherit;
}

.poweredby a:hover,
.poweredby a:focus {
    color: #fff;
}


/**
 * Fix
 * ======================================== */

#imp {
    height: 0;
    line-height: 0;
    font-size: 0;
    margin-top: -5px;
}