@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;700&display=swap');

body{
    color: #fff;
    font-size: 16px;
    background-color: #7fbd42;
    font-family: 'Oxygen', sans-serif;
}


/* ===== Header starts === */


#header-nav{
    background-color: #ffb300;
    border-radius: 0;
    border: 0;
}

#logo-img{
    background: url('../images/rayhon-150x150.jpg') center center no-repeat;
    width: 150px;
    height: 150px;
    margin: 10px 15px 10px 0 ;
    border-radius: 50%;
    border: 2px solid #7fbd42;
}

#logo-img:hover{
    box-shadow: 0 0 3px  darkgreen;
}

header .navbar-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


header .navbar-brand h1{
    font-family: 'Lora', serif;
    color: #557c3e;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px green;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 0.75;
}


header .navbar-brand a:hover, header .navbar-brand a:focus{
    text-decoration: none;
}

header .navbar-brand p{
    color: #000;
    text-transform: uppercase;
    font-size: .7em;
    margin-top: 6px;
    margin-bottom: 0;
}



#nav-list{
    margin-top: 10px;
}

#nav-list a{
    color: green;
    text-align: center;
    border-radius: 50%;
    transition: .5s ease;
}

#nav-list a.phone{
    color: green;
    text-align: center;
    border-radius: 4%;
    transition: .5s ease;
}

#nav-list a:hover{
    background: #fff;
    color: #000;
}

#nav-list a span{
    font-size: 1.8em;
}
#phone{
    margin-top: 5px;
}

#phone a{
    text-align: right;
    padding-bottom: 0;
}

#phone div{
    color: #557c3e;
    text-align: right;
    padding-right: 15px;
}

.navbar-header button.navbar-toggle, .navbar-header .icon-bar{
    border: 1px solid green;
}

.navbar-header button.navbar-toggle{
    clear: both;
    margin-top: 25px;
    margin-left: 5px;
}

#menu-tile, #specials-tile, #map-tile{
    height: 250px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    border: 2px solid green;
    overflow: hidden;
}


#menu-tile:hover, #specials-tile:hover, #map-tile:hover{
    box-shadow: 0 1px 5px 1px #fff
}


#menu-tile{
    background: url('../images/menu.jpg') center center no-repeat;
}


#specials-tile{
    background: url('../images/specials.jpg') center center no-repeat;
}


#menu-tile span, #specials-tile span, #map-tile span{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    opacity: 0;
    transition: 0.5s ease-in-out;
}


#menu-tile:hover span, #specials-tile:hover    span, #map-tile:hover span{
    opacity: .8;
}

/* -----  END Homepage ------ */

/* ===== menu categories starts */

.category-tile {
    position: relative;
    border: 2px solid green;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: 0 auto   15px;
}

.category-tile span{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.category-tile:hover span{
    opacity: .8;
}

.category-tile:hover{
    box-shadow: 0 1px 5px 1px #fff;
}

#menu-categories-title + div{
    margin-bottom: 50px;
}

/* ===== menu categories ends */


/* === single category starts */


.menu-item-tile{
    margin-bottom: 25px;
}

.menu-item-tile hr{
    width: 80%;
}

.menu-item-tile .menu-item-price{
    font-size: 1.1em;
    text-align: right;
    margin-top: -15px;
    margin-right: -15px;
}


.menu-item-tile .menu-item-price span{
    font-size: .6em;
}


::-webkit-scrollbar{
    width: 10px;
}


::-webkit-scrollbar-thumb{
    background-color: green;
    border-radius: 15px;
}

::-webkit-scrollbar-track{
    background-color: #fff;
}

.menu-item-photo{
    position: relative;
    border: 2px solid green;
    overflow: hidden;
    padding: 0;
    margin-right: -15px;
    margin-left: auto;
    margin-bottom: 20px;
    max-width: 250px;
}

.menu-item-photo div{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    background: #557c3e;
    text-align: center;
}

.menu-item-description{
    padding-right: 30px;
}

h3.menu-item-title{
    margin: 0 0 10px;
}

.menu-item-details{
    font-size: .9em;
    font-style: italic;
}

/* === single category ends */


/* ===== footer starts ===== */

.panel-footer{
    margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 30px;
    background-color: #222;
    border-top: 0;
}

.panel-footer div.row{
    padding-bottom: 35px;
}

#hours, #adress{
    line-height: 2;
}

#hours > span, #adress > span{
    font-size: 1.3em;
}

#adress p{
    color: #557c3e;
    font-size: .8em;
    line-height: 1.8;
}

#testimonials{
    font-style: italic;
}

#testimonials :nth-child(2){
    margin-top: 25px;
}

/* ======  end footer ======= */


/* ===== media starts ======= */

@media (min-width:1200px){
    .jumbotron{
        background: url('../images/1200.jpg') center center no-repeat;
        height: 675px;
        box-shadow: 0 0 50px darkgreen;
        border: 2px solid green;
    }
}

@media (min-width:992px) and (max-width:1199px){
    #logo-img{
        background: url('../images/rayhon-150x150.jpg') center center no-repeat;
        width: 100px;
        height: 100px;
        margin: 5px 5px 5px 0;
    }

    .container .jumbotron{
        background: url('../images/990.jpg') center center no-repeat;
        height: 558px;
        box-shadow: 0 0 50px darkgreen;
        border: 2px solid green;
        padding: 0;
    }
}

@media (min-width:768px) and (max-width:991px){
    .container .jumbotron{
        background: url('../images/restaurant-768x768.jpg') center center no-repeat;
        height: 558px;
        box-shadow: 0 0 50px darkgreen;
        border: 2px solid green;
        padding: 0;
    }
}

@media (max-width:767px){
    .navbar-brand{
        padding-top: 10px;
        height: 80px;
    }
    
    .navbar-brand h1{
        padding-top: 5px;
        font-size: 5vw;
        margin-bottom: 0;
    }

    .navbar-brand p{
        text-transform: uppercase;
        font-size: .6em;
        margin-top: 12px;
    }

    #collapsable-nav a{
        font-size: 1.2em;
    }
    
    #collapsable-nav a span{
        font-size: 1em;
        margin-right: 5px;
    }

    #call-btn > a{
        font-size: 1.5em;
        display: block;
        margin: 0 20px;
        padding: 10px;
        border: 2px solid darkgreen;
        background-color: #f6b319;
        color: green;
    }

    #xs-deliver{
        margin-top: 5px;
        font-size: .7em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .panel-footer section{
        margin-bottom: 30px;
        text-align: center;
    }

    .panel-footer section:nth-child(3){
        margin-bottom: 0;
    }

    .panel-footer section hr{
        width: 50%;
    }

    .container  .jumbotron{
        margin-top: 30px;
        padding: 0;
        box-shadow: 0 0 50px darkgreen;
        border: 2px solid green;
    }

    .menu-item-photo{
        margin-right: auto;
    }

    .menu-item-tile .menu-item-price{
        text-align: center;
    }

    .menu-item-description{
        text-align: center;
    }


}


@media  (min-width:445px) and (max-width:767px){
    #menu-tile{
        background: url('../images/menu800.jpg') center center no-repeat;
    }
    
    
    #specials-tile{
        background: url('../images/specials800.jpg') center center no-repeat;
    }

    .navbar-brand h1{
        line-height: 0.90 !important;
        text-align: center;
    }

    .navbar-brand p{
        text-align: center;
    }  


}

@media (max-width:444px){
    .navbar-brand h1{
        padding-top: 5px;
        font-size: 6vw;
        text-align: center;
        line-height: 0.90 !important;
    }

    .navbar-brand p{
        text-align: center;
    }

    #menu-tile, #specials-tile{
        width: 250px;
        margin: 0 auto 15px ;
    }

    .col-xxs-12{
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        width: 100%;
    }
}






