/*
Theme Name: BBK
Author: Josef Petlach
Author URI: https://www.josefpetlach.cz
Version: 2.0
*/

*, ::after, ::before {
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}

body {
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.2;
    color: #000;
    background-color: #efedeb;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.img-fluid, img {
    max-width: 100%;
    height: auto
}

img, svg {
    vertical-align: middle
}

a {
    color: #000;
    text-decoration: underline
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

.intro-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    min-height: 90vh;
}

.intro-container__inner {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media (min-width: 900px) {
    .intro-container__inner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
}

.texty {
    padding: 2rem;
}
.foto {
    padding: 0 2rem;
}
@media (min-width: 900px) {
    .foto {
        padding: 2rem 0;
    }
}
.page404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    min-height: 90vh;
    flex-direction: column;
    justify-content: center;
}