/*
Theme Name: Fetch.cofeebar
Author: Josef Petlach
Author URI: https://www.josefpetlach.cz
Version: 2.1
*/

*, ::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: #fff;
    background-color: #54544A;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

img, svg {
    max-width: 100%;
    height: auto;
    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;    
    margin: 0 auto;    
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 90%;
    min-height: 90vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.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;
}

svg.logo {
    width: 80%;
    height: auto;
}
@media (min-width: 768px) {
    svg.logo {
        width: 410px;
        height: 64px;
    }
}