body {
    font-size: 16px;
    color: white;
    background-color: #61122f;
    font-family: 'Oxygen', sans-serif;
}

/* Header starts ---------------------------------------------------------------------------*/

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

}

#logo-img {
    background: url('../images/restaurant-logo_large.png') no-repeat;
    width: 150px;
    height: 150px;
    margin: 10px 15px 10px 0;
}

.navbar-brand{
    padding-top: 25px;
}

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

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

.navbar-brand p { /* Kosher Certified  */
    color: #000;
    text-transform: uppercase;
    font-size: 0.7em;
    margin-top: 15px;
}

.navbar-brand p span { /* star */
    vertical-align: middle;
}

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

#nav-list a {
    color: #951c19;
    text-align: center;
}

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

#nav-list a span {
    font-size: 1.8em;
}

#phone {
    margin-top: 5px;
}

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

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

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

.navbar-header button.navbar-toggle {
    clear: both;
    margin-top: -30px;
}
/* Header  ends -------------------------------------------------------------------------*/

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

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

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

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

#address p {
    color: #557c3e;
    font-size: 0.8em;
    line-height: 1.8;
}

#testimonials {
    font-style: italic;
}

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

/* footer ends----------------------------------------------------------------------------- */

/* home page starts ------------------------------------------------------------------------*/

.container .jumbotron {
    box-shadow: 0 0 50px #310c1f;
    border: 2px solid #310c1f;
}
#menu-tile, #specials-tile, #map-tile {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    border:  2px solid #310c1f;
}

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

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

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

#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: black;
    color: white;
    opacity: 0.8;
}

/* home page ends--------------------------------------------------------------------------------*/
/* menu catagories starts---------------------------------------------------------------------- */
.catagory-tile {
    position: relative;
    border: 2px solid #310c1f;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
}

.catagory-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.8;
}

.catagory-tile:hover{
    box-shadow: 0 1px 5px 1px #cccccc;
}

#menu-catagories-title + div {
    margin-bottom: 50px;
}
/* menu catagories ends----------------------------------------------------------------------------*/
/* single catagory styles------------------------------------------------------------------------- */

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

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

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

.menu-items-tile .menu-item-price span {
    font-size: 0.6em;
}
.menu-item-photo {
    position: relative;
    padding: 0;
    margin-right: -15px;
    margin-left: auto;
    border: 2px solid #310c1f;
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 250px;
}

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

.menu-item-description {
    padding-right: 30px;
}
h3.menu-item-title {
    margin: 0 0 10px;
    font-size: 1.3em;
}
.menu-item-details{
    font-size: 0.9em;
    font-style: italic;
}




/* single catagory ends------------------------------------------------------------------------------ */

@media (min-width:1200px) {
    .container .jumbotron  {
        background: url(../images/jumbotron_1200.jpg) no-repeat;
        height: 675px;
        
    }

}

@media (min-width:992px) and (max-width:1199px) {
    #logo-img{
        background: url(../images/restaurant-logo_medium.png);
        width: 100px;
        height: 100px;
        margin: 5px 5px 5px 0;
    }

    .container .jumbotron {
        background: url(../images/jumbotron_992.jpg) no-repeat;
        height: 558px;
        
    }
}
@media (min-width:768px) and (max-width:991px) {
    .container .jumbotron {
        background: url(../images/jumbotron_768.jpg) no-repeat;
        height: 432px;
        
    }

}

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

    .navbar-brand p img {
        height: 20px;
    }

    #collapsable-nav a{
        font-size: 1.2em;
    }

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

    #call-btn > a {
        font-size: 1.5em;
        display: block;
        margin: 0 20px;
        padding: 10px;
        border: 2px solid #fff;
        background-color: #f6b319;
        color: #951c49;
      }
      #xs-deliver {
        margin-top: 5px;
        font-size: .7em;
        letter-spacing: .1em;
        text-transform: uppercase;
      }
      
      .container .jumbotron {
        margin-top: 30px;
        padding: 0;
      }

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

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

      .panel-footer section:nth-child(3) {
          margin-bottom: 0;
      } 
      
      .panel-footer section hr {
          width: 50%;
      }
      /* footer */
      /* single catagory page */
      .menu-item-photo {
          margin-right: auto;
      }
      .menu-items-tile .menu-item-price {
          text-align: center;
      }
      .menu-item-description {
          text-align: center;
          margin-top: 20px;
      }
      /*  single catagory page */

}

@media (max-width: 479px) {
    .navbar-brand h1 {
        font-size: 6vw;
        padding-top: 5px;
    }

    #menu-tile, #specials-tile{
        width:280px;
        margin:0 auto 15px ;
    }
    /* how i created this --> just copied from the bootstrap what is required for col-xs-12 */
    .col-xxs-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        width: 100%;
    }
}
