@font-face {
    /* https://github.com/googlefonts/ms-madi
       License can be found here /fonts/MsMadi-OFL.txt */
    font-family: "Ms Madi";
    src: url("fonts/MsMadi-Regular.woff2") format('woff2');
}

@font-face {
    /* https://github.com/theleagueof/league-spartan
       License can be found here /fonts/LeagueSpartan-OFL.txt */
    font-family: 'League Spartan Variable';
    src: url('fonts/LeagueSpartanVariable.woff2') format('woff2-variations');
    font-weight: 200 900;
}

@font-face {
    /* https://github.com/JulietaUla/Montserrat
       License can be found here /fonts/Montserrat-OFL.txt */
    font-family: 'Montserrat';
    src: url('fonts/MontserratVariable.woff2') format('woff2-variations');
    font-weight: 100 900;
}

@font-face {
    /* https://github.com/googlefonts/roboto-3-classic
       License can be found here /fonts/Roboto-OFL.txt */
    font-family: 'Roboto';
    src: url('fonts/RobotoVariable.woff2') format('woff2-variations');
    font-weight: 100 900;
}

body {
    color: rgb(93, 37, 16);
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

header {
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 2em;
    position: sticky;
    top: 0;
    z-index: 9999;

}

header > div {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
}

h1 {
    color: rgb(227, 75, 66);
    text-shadow: rgb(255, 255, 255) 0px 0px 6px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-align: center;
}

#title > div > p {
    font-family: "League Spartan Variable", sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 1.2em;
}

h2 {
    color: rgb(93, 37, 16);
    font-family: "League Spartan Variable", sans-serif;
    font-variation-settings: "wght" 200;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

h2 span {
    border-bottom: 2px solid rgb(93, 37, 16);
}

h3 {
    font-family: "League Spartan Variable", sans-serif;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    font-variation-settings: "wght" 200;
    text-transform: uppercase;
    color: rgb(227, 75, 66);
    scroll-margin-top: 4em;
}

h3 span.bold {
    font-variation-settings: "wght" 400;
}

p span.bold {
    font-variation-settings: "wght" 400;
}

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

section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 2em;
    scroll-margin-top: 4em;
}

section > div {
    width: 100%;
    max-width: 1000px;
}

section.no-vert-padding {
    padding: 0 2em;
}

section.col-2 {
    padding: 0;
}

section.col-2 > div.text {
    padding: 2em;
}

section.col-2 > div.image {
    background-repeat: no-repeat;
    background-position: 50% 0%;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}

section.col-2 > div.image > img {
    display: block;
}

#menu-label {
    cursor: pointer;
    font-size: 2em;
    color: rgb(208, 225, 226);
}

nav input[type='checkbox']:not(:checked)+ul, nav input[type='checkbox'] {
    display: none;
}

nav input[type='checkbox']:checked+ul {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
}

nav input[type='checkbox']:checked+ul > li {
    text-align: center;
    padding: 1em;
    text-transform: uppercase;
    color: rgb(93, 37, 16);
}

header > div > nav {
    order: 5;
}

#menu-main > ul > li > a {
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(227, 75, 66);
    font-size: 2em;
}

#menu-main > label {
    z-index: 9999;
    position: sticky;
}

#menu-main-close {
    display: none;
}

#title {
    background-image: url('images/intro-1000-80.webp');
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20vw;
    padding-bottom: 20vw;
}

#offer div h2 {
    text-align: center;
}

div.offers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
}

div.offers div {
    max-width: 700px;
    margin: 2em;
}

div.offers div a {
    color: rgb(227, 75, 66);
}

div.offers div img {
    width: 100%;
}

@media (min-width: 1000px) {
    div.offers div {
        width: 40%;
    }

    #title {
        background-image: url('images/intro-2100-80.webp');
    }

    header > div > nav {
        order: 0;
    }

    header > div > nav > input[type='checkbox'], header > div > nav > label {
        display: none;
    }

    header > div > nav input[type='checkbox']:not(:checked)+ul {
        display: block;
    }

    #menu-main > ul > li > a {
        text-transform: uppercase;
        margin-right: 2em;
        text-decoration: none;
        color: rgb(227, 75, 66);
        font-size: 1em;
        line-height: 2.6em;
    }

    #menu-main > ul > li > a:hover {
        color: rgb(144, 105, 46);
    }

    #menu-main > ul > li > a:active {
        color: rgb(93, 37, 16);
    }

    section.col-2 {
        padding: 2em;
    }
    section.col-2 > div {
        width: 50%;
    }

    section.col-2 > div.text {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    section.col-2 > div.image {
        width: 50%;
        max-width: 50%;
        margin-right: -2em;
        margin-left: auto;
        margin-top: -2em;
        margin-bottom: -2em;
        background-image: url("images/about-1000-80.webp");
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: cover;
    }

    section.col-2 > div.image > img {
        display: none;
    }
}

.bg-blue {
    background-color: rgb(228, 236, 247);
}

.bg-grey {
    background-color: rgb(241, 242, 243);
}

.bg-red {
    background-color: rgb(227, 75, 66);
    color: rgb(255, 255, 255);
}

.bg-white {
    background-color: rgb(255, 255, 255);
}

.bold {
    font-weight: bold;
}

.padding-hor {
    padding-left: 2em;
    padding-right: 2em;
}

.padding-ver {
    padding-top: 1em;
    padding-bottom: 1em;
}

p span.bold {
    font-weight: normal;
}

.center {
    text-align: center;
}

.blue {
    color: rgb(228, 236, 247);
}

.red {
    color: rgb(227, 75, 66);
}

.white {
    color: rgb(255, 255, 255);
}

.quote {
    font-style: italic;
    font-size: 1.5em;
}

.hand-writing {
    font-family: "Ms Madi", serif;
    text-transform: none;
    font-size: 2.5em;
}

h2.white span {
    border-bottom: 2px solid rgb(255, 255, 255);
}

.small {
    font-size: 1rem;
    line-height: 2em;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-nav a {
    color: rgb(255, 255, 255);
}

li.pipe + li.pipe::before {
    content: " | ";
}

nav ul {
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

#mailto {
    color: rgb(93, 37, 16);
    padding: 0 2em;
    line-height: 2.6em;
    height: 2.6em;
}

#mailto a {
    color: rgb(93, 37, 16);
}

#mailto:hover, #mailto:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(227, 75, 66);
}

#mailto:hover a, #mailto:focus a {
    color: rgb(255, 255, 255);
}
