
.button-container {
    position: absolute;
    top: 0;
    right: 0;

}

body {
  font-size: 16px;
  color: #424448;
  background-color: #fff;
  font-family: 'Oxygen', sans-serif;
}
/** HEADER **/
#header-nav {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  height: 250px;
}

 .header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            background-color: #fff; /* Background color for the heading */
        }

        /* CSS for the logo */
        .logo {
            width: 50px; /* Adjust the width as needed */
            height: auto;
        }

        /* CSS for the title */
        .title {
            text-align: center;
            flex: 1; 
            color: #424448;
            font-family: 'Lora', serif;
            font-size: 2.5em;
        text-transform: uppercase;
      font-weight: bold;
  text-shadow: 1px 1px 1px #222;
line-height: .75;
text-align: center;
z-index: 100;
}

   .login{text-align: center;
            flex: 1; 
            color: #424448;
            font-family: 'Lora', serif;
            text-transform: uppercase;
      font-weight: bold;
  text-shadow: 1px 1px 1px #222;}

.Large {
  display: none;
}

.header {
    position: relative;
}


.button {
    margin: 5px; /* Adjust the margin to your preferred spacing */
    cursor: pointer;
}

.jumbotron {
   text-align: center;
   margin: 5px;
   padding: 5px;
}

.img-responsive {
   text-align: center;
}

.Chicken {
  margin-top: 40px;
  color: #000;
  font-size: 18px;
}

/* FOOTER */
.panel-footer {
  margin-top: 30px;
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #222;
  border-top: 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: .8em;
  line-height: 1.8;
}
#testimonials {
  font-style: italic;
}
#testimonials p:nth-child(2) {
  margin-top: 25px;
}
/* END FOOTER */


#menu-tile, #specials-tile, #map-tile {
  height: 250px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  border: 2px solid #3F0C1F;
  overflow: hidden;
  margin-top: 40px;
}
#menu-tile:hover, #specials-tile:hover, #map-tile:hover {
  box-shadow: 0 1px 5px 1px #cccccc;
}
#menu-tile {
  background: url('Greece_tile.png') no-repeat;
  background-position: center;
}
#specials-tile {
  background: url('birtannia_tile.png') 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: #000;
  color: #fff;
  opacity: .8;
}
/* END HOME PAGE */



/********** Extra small devices only **********/
@media (max-width: 767px) {
  /* Header */
  .navbar-brand {
    padding-top: 10px;
    height: 80px;
  }
  .navbar-brand h1 { /* Restaurant name */
    padding-top: 10px;
    font-size: 5vw; /* 1vw = 1% of viewport width */
  }
  .navbar-brand p { /* Kosher cert */
    font-size: .6em;
    margin-top: 12px;
  }
  .navbar-brand p img { /* Star-K */
    height: 20px;
  }

  #collapsable-nav a { /* Collapsed nav menu text */
    font-size: 1.2em;
  }
  #collapsable-nav a span { /* Collapsed nav menu glyph */
    font-size: 1em;
    margin-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;
  }
  /* End Header */

  /* Footer */
  .panel-footer section {
    margin-bottom: 30px;
    text-align: center;
  }
  .panel-footer section:nth-child(3) {
    margin-bottom: 0; /* margin already exists on the whole row */
  }
  .panel-footer section hr {
    width: 50%;
  }
  /* End Footer */

  /* Home Page */
  .container .jumbotron {
    margin-top: 30px;
    padding: 0;
  }
  #menu-tile, #specials-tile {
    width: 360px;
    margin: 0 auto 15px;
  }

  .menu-item-photo {
    margin-right: auto;
  }
  .menu-item-tile .menu-item-price {
    text-align: center;
  }
  .menu-item-description {
    text-align: center;;
  }
}


/********** Super extra small devices Only :-) (e.g., iPhone 4) **********/
@media (max-width: 479px) {
  /* Header */
  .navbar-brand h1 { /* Restaurant name */
    padding-top: 5px;
    font-size: 6vw;
  }
  /* End Header */
  
  /* Home page */
  #menu-tile, #specials-tile {
    width: 280px;
    margin: 0 auto 15px;
  }

  .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
  }
}

.mx-auto {
  margin-width: 10px;
}
@media (max-width: 750px)  {
  .Small {
   display: block;
  }

  .Large {display: none;}
}

@media (min-width: 751px) {
    .Small {
   display: none;
  }

  .Large {display: block;}
}

@media (min-width: 600px) {
  .XLogo {
    display: block;
  }

  .SmLogo {
    display: none;
  }
}

@media (max-width: 800px) {
  .title {
    font-size: 1.5em;
    margin-left: 20px;
  }

  .XLogo {
    display: none;
  }

  .SmLogo {
    display: block;
  }
}

@media (max-width: 800px) (min-width: 600px) {
  .title {
    font-size: 1.5em;
    margin-left: 20px;
  }
}

@media (max-width: 550px) {
  .button {
    width: 30px;
    height: auto;
  }
}


