﻿
body {
    color: #5a5a5a;
}

main {
    background-color: #fef7eb;
}

#navLOK {
    background-color: #821F66;
    padding-top: 20px;
}

.navbar-brand {
    padding: 0px 20px;
    margin-top: -15px;
}

.navbar-default .navbar-nav > li > a, .navbar-nav > li > form > a {
    color: #fff;
}

.navbar-default .navbar-nav > .active, .navbar-default .navbar-nav > .open > a {
    border-radius: 12px 12px 0px 0px;
    background-color: #FFFFFF;
}

    .navbar-default .navbar-nav > .active, .navbar-default .navbar-nav > .open > a:click {
        border-radius: 12px 12px 0px 0px;
        background-color: #FFFFFF;
    }

.navbar-brand, .navbar-nav > li > a, .navbar-nav > li > form > a {
    text-shadow: none;
}

.navbar-nav > li {
    border-radius: 12px 12px 0px 0px;
    color: #821F66;
}

.navbar-nav > li > a, .navbar-nav > li > form > a {
    text-decoration: none;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-nav > li > form > a:hover {
    color: #fec66d;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:mousedown {
    color: #333;
    background-color: rgb(255, 255, 255);
    border-radius: 15px 15px 0px 0px;
}

.navbar-nav > li:active {
    background-color: #FFFFFF;
}

.navbar-default .navbar-nav > .active > a {
    color: #821F66;
    font-size: 16px;
    text-decoration: none;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand object {
    margin-top: -15;
}

.navbar > .container-fluid .navbar-brand {
    margin-left: none;
}


#main {
    display: flex;
    flex-wrap: nowrap;
    /*    height: 100vh;*/
    /*    max-height: 100vh;*/
    overflow-x: auto;
    overflow-y: hidden;
}

.jumbotron {
    background-image: url('../img/home/collage-hero.jpg');
    padding-top: 300px;
    padding-bottom: 300px;
}

.imageCentered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.boxMedium {
    max-width: 1200px;
}


.container {
    max-width: 960px;
}

#recommended-dishes {
    background-color: #821f5e;
    width: 100%;
    max-width: 100%;
}

#marketing-content {
    width: 1000px;
    max-width: 1200px;
    margin: auto;
}

.yellowSection {
    background-color: #fdf2df;
}
/*TEXT STYLES//////////////////////////////*/
.text-primary {
    color: #821f5e !important;
}

.dishes-h1 {
    color: #fec66d;
    padding-bottom: 4rem;
}

.dishes-h1-purple {
    color: #821f5e;
    padding-bottom: 4rem;
    text-align: center;
}

.dishes-h2 {
    color: #821f5e;
    padding-bottom: 2rem;
}

.featurette-heading {
    color: #fec66d;
}

.text-muted {
    color: #fff !important;
}

.lead {
    color: rgba(224,224, 224, 0.9);
}

.carousel-caption {
    max-width: 400px;
}

.badge {
    background-color: #821f5e !important;
}

/*BTN//////////////////////////////*/

.btn-primary {
    background-color: #821f5e;
    border: none;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #fec66d;
        border-color: #fec66d;
    }

.btn-dishes {
    background-color: #821f5e;
    border-color: #fff;
    border-radius: 50px;
    color: #fff;
}

.bg-pink {
    background-color: #821f5e !important;
}



/*BUTONS/////////*/

.btn-secondary {
    color: #fff;
    background-color: #821f5e;
    border-color: #821f5e;
    border-radius: 50px;
}


/*FORMS//////////////////////////////*/

.form-check-input:checked {
    background-color: #821f5e;
    border-color: #821f5e;
}

.form-control:focus {
    background-color: rgba(254, 198, 109, 0.2);
    border-color: rgba(254, 198, 109, 0.2);
}


.form-control:active {
    background-color: rgba(254, 198, 109, 0.2);
    border-color: rgba(254, 198, 109, 0.9);
}


/*FORMS/// INPUT GLOW//////////////////////////////*/

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(254, 198, 109, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(254, 198, 109, 0.6);
    outline: 0 none;
}


.form-select option:hover {
    background-color: rgba(254, 198, 109, 0.2);
}



/*SIDEBARS////////////////////////////////*/

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}




/*TOP NAVBAR/////////////////////*/



@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Roboto', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

i {
    margin-right: 10px;
}
/*----------bootstrap-navbar-css------------*/
/*.navbar-logo{
    padding: 15px;
    color: #fff;
}
.navbar-mainbg{
    background-color: #821f5e;
    padding: 0px;
}
#navbarLOK{
    overflow: hidden;
    position: relative;
}
#navbarLOK ul{
    padding: 0px;
    margin: 0px;
}
#navbarLOK ul li a i{
    margin-right: 10px;
}
#navbarLOK li {
    list-style-type: none;
    float: left;
}
#navbarLOK ul li a{
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
#navbarLOK>ul>li.active>a{
    color: #821f5e;
    background-color: transparent;
    transition: all 0.7s;
}
#navbarLOK a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}
#navbarLOK .active>a:not(:only-child):after {
    transform: rotate(90deg);
}*/
.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

    .hori-selector .right,
    .hori-selector .left {
        position: absolute;
        width: 25px;
        height: 25px;
        background-color: #fff;
        bottom: 10px;
    }

    .hori-selector .right {
        right: -25px;
    }

    .hori-selector .left {
        left: -25px;
    }

        .hori-selector .right:before,
        .hori-selector .left:before {
            content: '';
            position: absolute;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #821f5e;
        }

    .hori-selector .right:before {
        bottom: 0;
        right: -25px;
    }

    .hori-selector .left:before {
        bottom: 0;
        left: -25px;
    }


@media(min-width: 992px) {
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-custom .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .navbar-expand-custom .navbar-toggler {
            display: none;
        }

        .navbar-expand-custom .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }
}


@media (max-width: 991px) {
    #navbarLOK ul li a {
        padding: 12px 30px;
    }

    .hori-selector {
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

        .hori-selector .left,
        .hori-selector .right {
            right: 10px;
        }

        .hori-selector .left {
            top: -25px;
            left: auto;
        }

        .hori-selector .right {
            bottom: -25px;
        }

        .hori-selector .left:before {
            left: -25px;
            top: -25px;
        }

        .hori-selector .right:before {
            bottom: -25px;
            left: -25px;
        }
}


/*STORE PAGE/////////////////////////*/


.yellowBackThum {
    background-color: #fec66d;
    border-radius: 20px;
}

.thumbnail > img {
    border-radius: 10px;
}

.sectionMargins {
    margin-top: 60px;
    margin-bottom: 40px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}

.featurette-image {
    border-radius: 30px;
}

/*ANIMATION TXT*/ /////////////////////////////////////

@import url('https://fonts.googleapis.com/css?family=Roboto:700');

body {
    margin: 0px;
    font-family: 'Roboto';
    text-align: center;
}

#containerAnimatedTxt {
    color: #e04495;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    padding-top: 200px;
    position: fixed;
    width: 100%;
    bottom: 45%;
    display: block;
}

#flipAnimated {
    height: 50px;
    overflow: hidden;
}

    #flipAnimated > div > div {
        color: #fff;
        padding: 4px 12px;
        height: 45px;
        margin-bottom: 45px;
        display: inline-block;
    }

    #flipAnimated div:first-child {
        animation: show 5s linear infinite;
    }

    #flipAnimated div div {
        background: #801f5e;
    }

    #flipAnimated div:first-child div {
        background: #801f5e;
    }

    #flipAnimated div:last-child div {
        background: #801f5e;
    }

@keyframes show {
    0% {
        margin-top: -270px;
    }

    5% {
        margin-top: -180px;
    }

    33% {
        margin-top: -180px;
    }

    38% {
        margin-top: -90px;
    }

    66% {
        margin-top: -90px;
    }

    71% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -270px;
    }
}


/* Queries CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}
/*STORE PAGE END//////////////////////////////////*/



