body {
    background: #F9B233;
    color: #0F452C;
    font-family: new-spirit, serif;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
}
.container {
    position: relative;
}
.placeholder {
    position: absolute;
    z-index: 2;
    opacity: 0.5;
    max-width: 1280px;
    display: none;
}
.placeholder-2 {
    position: absolute;
    z-index: 2;
    opacity: 0.5;
    max-width: 390px;
    display: none;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .hidden-xs {
        display: block !important;
    }
    .visible-xs {
        display: none !important;
    }
}


/* --- header --- */

header {
    align-items: top;
    background-image: url(img/header-4.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    min-height: 100vh;
    padding: 10px 0 20px;
    position: relative;
}
header h1 {
    position: absolute;
    text-indent: -9999px;
}
header .top {
    position: relative;
}
header .logo {
    position: relative;
    top: 45px;
}
header .topnav {
    position: absolute;
    top: 35px;
    right: -31px;
}

    /* --- header breakpoints --- */

    @media (max-width: 992px) {
        header .logo {
            max-width: 500px;
        }     
    }
    @media (max-width: 767px) {
        header .logo {
            max-width: 345px;
        }
        header {
            min-height: 565px;
        }  
    }

/* --- header new menu --- */

        .topnav {
            position: relative;
            text-align: center;
        }
        .topnav #myLinks {
            display: none;
            position: absolute;
            right: 0;
            top: 64px;
        }
        .topnav a {
            color: white;
            display: block;
            font-size: 20px;
            text-decoration: none;
        }
        .topnav #myLinks a {
            color: #000;
            padding: 10px 20px;
            background: #F9B233;
            text-align: center;
            margin-bottom: 0;
        }
        .topnav #myLinks a:hover {
            text-decoration: none;
            background: #f9c25f;
        }
        .topnav a.icon svg {
            display: block;
            height: 34px;
        }
        @media only screen and (max-width: 1300px) {
            header .topnav {
                right: 0;
            }
        }
        @media only screen and (max-width: 991px) {
            header .topnav {
                right: 0;
            }
        }
        @media only screen and (max-width: 800px) {
        }
        @media only screen and (max-width: 700px) {
            header .topnav {
                top: 20px;
                right: 14px;
                top: 17px;
            }
            header .topnav img {
                width: 27px;
            }  
            .topnav #myLinks {
                display: none;
                position: absolute;
                right: 0;
                top: 40px;
            }       
        }


/* --- content --- */


h2 {
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: new-spirit-condensed, serif;
}

.intro {
    padding: 140px 0 94px;
}
.intro .container {
    padding: 0 53px;
}
.intro p {
    font-family: new-spirit, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 23px;
    max-width: 100%;
}
.intro h2 {
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 39px;
}
.intro img {
    margin-bottom: 50px;
}
.intro .text-center {
    margin-left: auto;
    margin-right: auto;
}

    /* --- intro breaking points --- */

    @media (max-width: 767px) {
        .intro {
            padding: 72px 0 75px;
        }
        .intro img {
            max-width: 93%;
            margin-bottom: 2px;
        }
        .intro .text h2 {
            font-size: 60px;
            text-align: center;
            margin-bottom: 59px;
        }
         .intro .text p {
            font-size: 18px;
            font-weight: 300;
            line-height: 23px;
            text-align: center;
        }     
    }


    .flexslider {
        border: 0;
        margin-bottom: 0;
    }
    .flex-direction-nav a.flex-next:before {
        background-image: url(img/arrow-right.svg);
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        display: block;
        height: 50px;
        text-decoration: none;
        text-indent: -9999px;
        width: 50px;
    }
    .flex-direction-nav a:before {
        background-image: url(img/arrow-left.svg);
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        display: block;
        height: 50px;
        text-decoration: none;
        text-indent: -9999px;
        width: 50px;
    }

    /* --- slides breakpoints --- */


.menus {
    padding: 70px 0 111px;
    background: #FFEDCD;
    text-align: center;
}
.menus .container {
    padding: 0 90px;
}
.menus h2 {
    margin-bottom: 68px;
}
.menus .text-center {
    margin-left: auto;
    margin-right: auto;
}
.menus a {
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
}
.menus a h3 {
    color: #0F452C;
    font-family: new-spirit-condensed, serif;
    font-size: 30px;
    font-weight: 400;
    padding-top: 21px;
}
.menus a:hover {
    transform: translate3d(0, -10px, 0);
}
.menus img {
    max-width: 100%;
}

    /* --- menus breakpoints --- */

    @media (max-width: 767px) {
        .menus {
            padding-top: 70px;
            padding-bottom: 21px;
        }
        .menus .container {
            padding: 0 43px;
        }
        .menus h2 {
            font-size: 60px;
            margin-bottom: 82px;
        }
        .menus a {
            margin-bottom: 75px;
        }
    }

/* --- footer --- */

footer {
    background-color: #294635;
    color: #F9B233;
    font-size: 24px;
    padding: 98px 0;
    position: relative;
}
footer .container {
    padding: 0 26px;
}
footer p {
    margin-bottom: 43px;
    text-align: left;
}
footer p.address {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
footer p.opening-hours,
footer p.contact,
footer p.contact a {
    color: #F9B233;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}
footer p.opening-hours {
    margin-bottom: 23px;
}
footer p.contact {
    margin-bottom: 34px;
}
footer .friends {
    margin-top: 156px;
}
footer .friends a {
    display: inline-block;
    margin: 0 15px 30px;
    transition: all 0.3s ease;
}
footer .friends a:hover {
    transform: translate3d(0, -5px, 0);
}
footer .friends h3 {
    font-family: new-spirit-condensed, serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 54px;
}
footer .copyright {
    bottom: -5px;
    font-family: new-spirit, serif;
    font-size: 14px;
    font-weight: 500;
    left: 26px;
    position: absolute;
    text-transform: uppercase;
}
footer img.footer-logo {
    max-width: 330px;
}

    /* --- footer breakpoints --- */

    @media (max-width: 767px) {
        footer {
            padding-top: 112px;
            padding-bottom: 30px;
        }
        footer img.footer-logo {
            max-width: 100%;
            margin-bottom: 66px;
        }
        footer .text-end,
        footer .text-start,
        footer p.opening-hours,
        footer p.contact,
        footer p.contact a,
        footer p {
            text-align: center !important;
        }
        footer p.contact {
            margin-bottom: 26px;
        }
        footer .friends {
            margin-top: 73px;
        }
        footer .friends a {
            display: inline-block;
            margin: 0 20px 45px;
        }
        footer .friends h3 {
            margin-bottom: 31px;
        }
        footer .friends img {
            max-width: 90%;
        }
        footer .copyright {
            position: relative;
            left: auto;
            bottom: auto;
            margin-top: 65px;
            display: block;
            font-size: 12px;
        }
    }
    @media (max-width: 767px) {
        footer img.footer-logo {
            max-width: 228px;
        }
    }