﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}


/*SITE*/

.font {
    font-family: 'Merriweather', serif;
}

.mainMenu {
    width: 100%;
}

.mainMenuItems {
    float: right;
    height: 150px;
}

.navbar-brand,
.mainMenuItems {
    padding: 0px 20px;
}

/*.mainPageImg {
    background: url('../img/home_photo_2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: auto 470px;
    background-position: center;
    width: 100%;
    height: 470px;
}*/


.mainPageImg {
    background-image: url(../img/home_photo_3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-size: auto 470px;*/ 
    background-position: center;
    width: 100%;
    height: 520px;
}

.mainPageSubContent {
    width: 100%;
    text-align: center;
    padding: 60px 0px 0px 0px;
}

.mainPageSubContent>div>a {
    text-decoration: none;
    color: black;
}

.mainPageSubContent>div {
    position: relative;
}

.mainPageSubContent>div .arrowImg {
    transition: all 0.25s;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 10px;
}

.mainPageSubContent>div:hover .arrowImg {
    height: 15px;
    width: 50px;
    transition: all 0.25s;
}

.mainPageSubContent>div {
    display: inline-block;
    /*width: 20%;*/
    margin: 84px;
    text-align: left;
    vertical-align: top;
    width: min-content;
}

.smallTileTitle {
    font-weight: bold;
    font-size: 1.4em;
}

.mainPageSubContent .smallTileTitle {
    padding-top: 20px;
    height: 100px;
}

.mainPageSubContent .smallTileDesc {
    height: 100px;
}

.mainPageSubContent div img {
    width: 200px;
}


.mainPageSubContent>div>div {
    display: block;
}


/*-------------------------------------------------------kitchen ----------------------------------------------------- */
.kitchenDesc {
    line-height: 1.4em;
}

.kitchenDesc,
.restaurantInfo {
    text-align: left;
    width: 68%;
    margin: auto;
    padding-left: 56px;
    font-size: 2rem;
    padding-bottom: 1em;
}

.restaurantInfo {
    padding-top: 2em;

}

.restaurantInfo hr {
    border-top: 4px solid rgb(174, 145, 115);
}

.brown {
    color: rgb(174, 145, 115);
}


.restaurantInfo-title {
    margin-bottom: 46px;
    line-height: 1.4em;
}

.restaurantInfo-desc {
    margin-bottom: 46px;
}

.restaurantInfo-subDesc {
    margin-bottom: 46px;
}

@media screen and (max-width: 1200px) {}

.fade-in-text {

    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*a, */
/*a:link*/
/*a:visited, a:hover, a:active */
/*{*/
/*    color: black;*/
/*    text-decoration: none;*/
/*}*/
/*.navbar{
            position:fixed;
            width:100%;
        }*/
.nav-item .nav-link:hover {
    color: #AE9173 !important;
}

.navbar {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    background-color: white;
    color: black;
    transition: all 0.3s ease;
}

.navbar.fixedtop {
    height: 100px;
}

.navbar.fixed-top a {
    color: white;
}

.navbar-brand img {
    height: 90px;
    /*margin: 30px;*/
    padding: 0px;
}

.navbar-brand img.fixedtopImg {
    transition: all 0.3s ease;
    height: 90px;
    padding: 10px;
    /*margin: 30px;*/
}

/*.navbar-brand img {
            height: 100px;
        }*/


.mainPageSlider{
    padding-top:100px;
}

.mainPageSlider img {
    width: 100%;
}

/* .mainPageSlider {
    height: 50vh;
}

@media (max-width: 768px) {
    .mainPageSlider {
        height: 40vh;
    }
}

@media (max-width: 500px) {
    .mainPageSlider {
        height: 20vh;
    }
} */

/*=======================*/
.mainPageContact {
    text-align: center;
    display: block;
    width: 100%;
    /*margin-top: 112px;*/
}

.mainPageContact>div {
    margin-top: 10px;
    width: 22%;
    display: inline-block;
    text-align: left;
    padding-bottom: 10px;
}

.arrowImg {
    background-image: url('../img/strzalka.svg');
    height: 10px;
    width: 38px;
    background-size: contain;
    background-repeat: no-repeat;
}

.mainPageInfo {
    padding-top: 10em;
    text-align: left;
    width: 68%;
    margin: auto;
    padding-left: 56px;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 30%);
}

.mainPageContact {
    padding-top: 60px;
}


.mainPageFooter {
    text-align: center;
    margin-bottom: 40px;
}

.googleMap,
.socialIcons {
    display: inline-block;
    width: 22%;
    text-align: left;
}

.googleMap div {
    display: inline-block;
}

.googleMap .imgContainer {
    vertical-align: text-bottom;
    padding-right: 30px;
}

.socialIcons {
    vertical-align: text-bottom;
}

.socialIcons img {
    padding-right: 10px;
}


/*Mobile*/
@media screen and (max-width: 1200px) {
    .mainPageSubContent>div {
        display: block;
        margin: auto;
        text-align: left;
        margin-bottom: 40px;
    }

    .navbar-brand,
    .mainMenuItems {
        padding: 0px;
    }

    .navbar-brand img {
        /*margin:30px 0px;*/
        padding: 0px;
    }

    .navbar-brand img.fixedtopImg {
        transition: all 0.3s ease;
        height: 96px;
        /*padding: 40px 0px 0px 0px;*/
        margin: 0px;
    }

    .mainPageContact>div {
        display: block;
        width: 80%;
        padding-left: 21%;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 790px) {


    .navbar-toggler {
        position: fixed;
        top: 14px;
        right: 16px;
    }

    .navbar {
        height: 60px;
    }

    .navbar-brand img {
        /*margin:53px 0px 0px 0px;*/
        height: 46px;
    }

    .navbar-brand img.fixedtopImg {
        transition: all 0.3s ease;
        height: 46px;
        padding: 0px;
        /*margin-top: 50px;*/
    }


    .mainPageImg {
        background: url('../img/home_photo_3.jpg') center top no-repeat scroll;
        /* -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		width: 100%;*/
        height: 250px;
        background-size: auto 100%;
        margin-top: 60px;
    }

    @supports (-webkit-touch-callout: none) {
        .mainPageImg {
            background: url('../img/home_photo_3.jpg') center top no-repeat scroll;
            background-size: auto 264px;
        }
    }

    .mainPageInfo {
        margin-top: 40px;
        padding: 40px 0px;
    }

    .w-100 {
        height: 400px;
        object-fit: cover;
        width: 100%;
    }
}

footer .container {
    text-align: center;
}

@media screen and (min-width: 767px) and (max-width: 768px) {
    .navbar-brand img {
        margin: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 790px) {
    .navbar-brand img {
        /*margin: 53px 0px 0px 0px;*/
        height: 46px;
    }
}


@media (min-width: 767px) {

    .carousel-inner .d-block {
        margin: auto;
        width: auto;
        /*height:700px;*/
    }

   

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0;
    }

    .navbar-toggler {
        float: right;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0);
        border-color: rgba(0, 0, 0, 0);
        padding-top: 24px;
        outline: none;
        box-shadow: none;
        border: none;
    }

    .collapse:not(.show) {
        display: none !important;
    }
}

/* MENU */
.navbar-collapse.show,
.collapsing {
    background-color: #AE9173;
    height: 100vh;
    /*width: 100%;*/
    padding-top: 60px;
    margin: 0px;
    position: absolute;
    top: 0px;
    z-index: -1;
    /*left: 0px;*/
    right: 0px;
    animation: collapse 1s ease forwards;
    transition: height 1s ease;
}


.navbar-collapse .navbar-nav {
    margin-top: 140px;
    margin-left: 40px;
}


.navbar-collapse .navbar-nav a.nav-link {
    padding: 20px;
    color: white !important;
}

.navbar-collapse .navbar-nav a.nav-link:hover {
    color: black !important;
}


/*// Collapse nav bar on scroll down#*/
.collapse {
    /*animation: collapse 1s ease forwards;*/
    height: 0;
}

/*// Open nav bar on scroll up*/
/*.open {*/
/*    animation: open 1s ease forwards;*/
/*}*/

.collapsing {
    position: fixed;
    /*height: 100vh;*/
    overflow: hidden;
    transition: width 1s linear;
    right: 0px;
}

.navbar-collapse {
    height: 100vh;
    transition: width 1s linear;
    /*transition: height 0.35s ease !important;*/
}

/*.navbar-collapse.show {*/
/*    transition: width 0.1s ease;*/
/*}*/

.navbar-collapse ul {
    height: 100vh !important;
}


.restaurantInfo-desc, .restaurantInfo-title, .restaurantInfo-subDesc, .mainPageInfo p {
    font-size: 22px;
}


@media screen and (max-width: 767px) {
    .restaurantMenu {
        width: 90%;
        margin-top: -60px;
        height: auto;
        margin-left: 10px;
    }

    .kitchenDesc {
        padding-left: 0;
    }

        .kitchenDesc p, .restaurantInfo, .restaurantInfo-desc, .restaurantInfo-title, .restaurantInfo-subDesc {
            font-size: 22px;
            padding-left: 0px;
            line-height: 1.4em;
        }

    .display-4 {
        font-size: 30px;
    }

    /*.restaurantInfo-desc, .restaurantInfo-title, .restaurantInfo-subDesc {
        font-size: 0.8em;
    }*/

    .restaurantInfo hr {
        border-top: 2px solid rgb(174, 145, 115);
    }
    /*
    .carousel-inner .d-block {
        max-height: 700px;
        width: auto !important;
    }
   */
    .navbar-collapse.show,
    .collapsing {
        width: 100%;
    }

    .navbar-collapse .navbar-nav {
        margin-top: 0px;
    }

    .navbar-brand img.fixedtopImg {
        transition: all 0.3s ease;
        height: 46px;
        padding: 0px;
        padding-left: 16px;
        margin-top: 50px;
    }

    .navbar-brand img {
        margin: 0px;
        height: 46px;
        padding-left: 16px;
    }

    .navbar.fixedtop {
        height: 60px;
    }

    .navbar {
        padding: 0px;
    }


    /*.collapsing {
       display:none;
    }*/
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus,
    .navbar-light .navbar-toggler {
        outline: none;
        box-shadow: none;
        border: none;
    }


    .mainPageSubContent .smallTileDesc {
        height: unset;
        padding-bottom: 1em;
    }

    .mainPageSubContent .smallTileTitle {
        padding-bottom: 1em;
        height: unset;
    }

    .mainPageSlider img {
        /*  width: 120% !important;
        margin-left: -100px;*/
    }


    .navbar-brand img.fixedtopImg {
        transition: all 0.3s ease;
        height: 46px;
        padding: 0px;
        padding-left: 16px;
        margin-top: 0px;
    }


    .googleMap,
    .socialIcons {
        width: 200px;
        margin: auto;
        text-align: left;
        display: block;
    }

    .googleMap {
        display: inline-block;
    }


    .socialIcons {
        text-align: center;
        padding-top: 1em;
    }

    .googleMap>div,
    .socialIcons img {
        display: inline-block;
        padding: 10px;
        vertical-align: top;
    }


    .mainPageContact {
        width: 200px;
        margin: auto;
    }

    .mainPageContact>div {
        display: block;
        width: 200px;
        padding-left: 0;
    }


    .googleMap {
        width: 100%;
        text-align: center;
    }

    .mainPageImg {
        /*background-size: cover;
        background-attachment:fixed;
        background-position: center center;*/
    }
}


.mainPageContact>div,
.mainPageFooter>div {
    text-align: center;
}

a {
    color: black;
}



.inputField {
    height: 50px;
    font-size: 20px;
    border-radius: 50px;
    border: 2px solid rgb(174, 145, 115);
    outline: none;
    text-align: left;
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 15px !important;
}

.leftArrow {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 16px;
    margin: auto;
    display: flex;
    background: rgb(174, 145, 115);
    color: rgb(255, 255, 255);
    padding: 10px;
    cursor: pointer;
    background-image: url('../img/strzalka.svg');
}


.fil2:hover {
    fill: black;
}

body {
    display: table;
    width: 100%;
}

body footer {
    display: block;
    /* position: absolute; */
    /* position: absolute; */
    width: 100%;
    bottom: 0px;
    right: 0;
    left: 0;
    height: 62px;
    text-align: center;
    font-size: 14px;
}

.noscript {
    color: #ff0000;
    font-size: 20px;
    margin: 10px;
    text-align: center;
}

#reservations{
    margin-top:40px;
}