@font-face {
    font-family: Quando;
    src: url(Quando-Regular.ttf);
    font-display: swap;
}

html,
body {
    overflow-x: clip;
    scroll-behavior: smooth;
}

body {
    font-family: Quando, serif;
    font-size: 10px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    position: relative;
    padding-bottom: 20em;
}

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

.content {
    position: relative;
}

a {
    color: #e0115f;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

header {
    color: #fff;
    background-color: #e0115f;
    text-align: center;
    padding-bottom: 5em;
}

header.landing {
    padding: 0;
    height: 100vh;
    position: relative;

}

.inline-logo {
    font-size: 3em;
    line-height: 1.5;
}

.inline-logo img {
    width: 2em;
    vertical-align: bottom;
}

.inline-logo a {
    color: #fff;
    text-decoration: none;
}

.inline-logo a:hover {
    opacity: 0.8;
}

.main-headline {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

header a {
    color: #fff;
}

header nav {
    padding: 1em;
    font-size: 1.5em;
}


nav a {
    padding: 0 1em;
}

section {
    margin: 0 auto;
    text-align: center;
    padding: 2em 0em;
    font-size: 1.2em;
}

section:first-of-type {
    padding-top: 4em;
}

section:last-of-type {
    padding-bottom: 4em;
}

section h2 {
    margin-top: 0;
}

section p:last-of-type {
    margin-bottom: 0;
}

section p,
header.landing p,
.ingredients-table-wrapper,
ul {
    max-width: 40em;
    padding: 0 2em;
    line-height: 1.8;
    margin: 2em auto;
}

ul {
    padding: 0 4em;
    max-width: 38em;
    font-size: 1em;
}

h2 {
    font-size: 2em;
}

section p,
ul {
    text-align: justify;
}

ul li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

strong {
    color: #e0115f;
}

section#kontakty p {
    text-align: center;
}

#kontakty address {
    font-size: 1.2em;
    margin: 2em 0em;
    font-style: normal;
}

#kontakty address p {
    line-height: 1.2;
}

#kontakty address a {
    display: inline-block;
    padding-top: 0.7em;
}

#kontakty nav {
    font-size: 1em;
    line-height: 1.3;
    margin: 2em 0em;
}

#kontakty nav a {
    display: block;
    padding: 0.4em;
}

#kontakty nav .sep {
    display: none;
}

header.landing h1,
header.landing h2 {
    padding: initial;
}

h1,
h2 {
    padding: 0 1em;
    font-weight: normal;
}

h1 {
    font-size: 2.5em;
}

header.landing p {
    font-size: 1.5em;
    margin-bottom: 0;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    height: 70vh;
    width: auto;
    aspect-ratio: 1640 / 3540;
    cursor: pointer;
}


.swiper-slide img {
    display: block;
    width: 100%;
    background-image: url(mock_shadow.webp);
    background-position: center;
    background-size: contain;
}

.main-logo {
    display: inline-block;
    text-align: center;
}

.main-logo .line {
    background-color: #fff;
    height: 0.2em;
    margin: 1em 0 4.2em 0;
    border-radius: 10em;
}

.main-logo h1 {
    font-size: 5em;
    line-height: 0;
}

.main-logo h2 {
    font-size: 1.5em;
    text-align: right;
    line-height: 0;
}

.main-logo img {

    width: 7em;
}

.play-button img {
    display: block;
    width: 100%;
}

.play-button {
    width: 16em;
    display: inline-block;
}

.play-button:hover {
    opacity: 0.7;
    text-decoration: none;
}

header.landing nav {
    display: none;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

table.macros {
    margin: 0 auto;
}

table.macros td {
    padding: 0.1em 0.5em;
}

td {

    text-align: left;
}

.calories-title {
    font-size: 1.3em;
}

table.ingredients {
    line-height: 1.2;
    width: 100%;
}

table.ingredients td.quantity {
    width: 4em;
}

table.ingredients span {
    display: block;
}

table.ingredients .ingredient-detail {
    font-size: 0.8em;
}

table.ingredients td {
    padding: 0.5em 0.5em;
}

.meal-image-wrapper {
    margin: -12em 2em 4em 2em;
}

.meal-image-wrapper img {
    width: 30em;
    display: inline-block;
    box-shadow: 0px 2px 8px #000000B0;
}

header.meal-has-pic {
    padding-bottom: 12em;
}

#launch-app-android {
    display: none;
    position: fixed;
    bottom: 1em;
    left: 50%;
    padding: 0em 1em;
    color: #fff;
    background-color: #121212;
    border-radius: 1em;
    box-shadow: 0px 2px 8px #000000b0;
    transform: translateX(-50%);
    font-size: 1.2em;
    z-index: 1000;
}

html[data-useragent*='Android'] #launch-app-android {
    display: block !important;
}

#launch-app-android a {
    padding: 0;
    font-size: 1.2em;
}


@media (max-height: 450px) {

    .main-logo {
        font-size: 0.7em;
    }

    .main-headline {
        font-size: 3vh;
        padding-top: 2em;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    body {
        font-size: 11px;
    }

    #kontakty nav a {
        display: inline;
        padding: 0.4em;
    }

    #kontakty nav .sep {
        display: inline;
    }

    header.landing nav {
        display: block;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    body {
        font-size: 13px;
    }

    header nav {
        text-align: right;
    }
}

@media (min-height: 650px) {

    .swiper-container {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-60%);
    }

    .content {
        padding-top: 28vh;
    }

    .main-headline {
        padding-bottom: 38vh;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body {
        font-size: 14px;
    }


}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}