body {
  font-size: 1.8em;
  color: #323232;
  background-color: #DDD0C8; 
  margin-left: 15px;
  font-family: Lato, 'Segoe UI', 'Oxygen', sans-serif;
}

/** HEADER **/
#header-nav {
  background-color: #000000;
  border-radius: 0;
  margin-left: -34px;
  border: 0;
}

#logo-img {
  background: url('../images/dong-large.png') no-repeat;
  width: 150px;
  height: 160px;
  margin: 3px 5px 3px 0;
}

.navbar-brand {
  padding-top: 20px;
}
.navbar-brand h1 { /* my name */
  font-family: Lato, Segoi UI', 'Lora', serif;
  color: #FFFFFF;
  font-size: 1.5em;
  text-shadow: 1px 1px 1px #222;
  margin-top: 0;
  margine-left: -10px;
  margin-bottom: 0;
  line-height: .75;
}
.navbar-brand a:hover, .navbar-brand a:focus {
  text-decoration: none;
}
.navbar-brand p { /* Kosher cert */
  color: #FFFFFF;
  /*text-transform: uppercase;*/
  font-size: .7em;
  margin-top: 15px;
}
.navbar-brand p span { /* Star-K */
  vertical-align: middle;
}

#nav-list {
  margin-top: 10px;
}
#nav-list a {
  color: #951C49;
  text-align: center;
}
#nav-list a:hover {
  background: #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 */
  color: #557c3e;
  text-align: right;
  padding-right: 15px;
}

.navbar-header button.navbar-toggle, .navbar-header .icon-bar {
  border: 1px solid #FFFFFF;
}
.navbar-header button.navbar-toggle {
  clear: both;
  margin-top: -30px;
}
/* END HEADER */

/* FOOTER */
.panel-footer {
  margin-top: 0px;
  margin-left: -54px;
  margin-bottom: -60px;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #DDD0C8;
  border-top: 0;
}
.panel-footer div.row {
  margin-bottom: 5px;
}
#hours, #address {
  line-height: 1;
}
#hours > span, #address > span {
  font-size: 1em;
}
#address p {
  color: #557c3e;
  font-size: 1em;
  line-height: 1.8;
}
#testimonials {
  font-style: italic;
}
#testimonials p:nth-child(2) {
  margin-top: 5px;
}
/* END FOOTER */



/* HOME PAGE */
.container .jumbotron {
  box-shadow: 0 0 50px #3F0C1F;
  border: 2px solid #3F0C1F;
}

#menu-tile, #specials-tile, #map-tile {
  height: 250px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  border: 2px solid #3F0C1F;
  overflow: hidden;
}
#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: #000;
  color: #fff;
  opacity: .8;
}
/* END HOME PAGE */

/* MENU CATEGORIES PAGE */
.category-tile { 
  position: relative;
  border: 2px solid #3F0C1F;
  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: .8;
}
.category-tile:hover {
  box-shadow: 0 1px 5px 1px #cccccc;
}


/* END MENU CATEGORIES PAGE */

/* SINGLE CATEGORY PAGE */
.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;
}
.menu-item-photo {
  position: relative;
  border: 2px solid #3F0C1F; 
  overflow: hidden;
  padding: 0;
  margin-right: -15px;
  margin-left: auto;
  margin-bottom: 20px;
  max-width: 250px;
}

/* END SINGLE CATEGORY PAGE */


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #2F4F4F; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

content:"\2709";

#test { /* line item */
/*  font-family: 'Lora', serif;*/
  color: "black";
  font-weight: bold;
/*  text-shadow: 1px 1px 1px #222;
  margin-top: 0;
  margin-bottom: 0;
  line-height: .75;*/
}

/**** To shorten horizontal line ****/
hr { 
  /*border: 0; */
  width: 60%; 
} 


/**** hyperlink handling ****/
/* a:link {
  color: #007bff; /* A vibrant blue for unvisited links */
}

a:visited {
  color: #6610f2; /* A slightly darker purple for visited links */
}

a:hover {
  color: #C; /* A darker shade for hover effect */
  text-decoration: underline; /* Add underline on hover */
}

a:active {
  color: #004085; /* An even darker shade for active state */
}     */
a:link {
/*   color: #00008B; -- dark blue */
  color: #6610f2;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #205A28; -- dark green
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #004085;
  background-color: transparent;
  text-decoration: underline;
}

/* to make bigger title - description upon hoverring hyperlink
 */
/* a {
  position: absolute;
  display: inline-block;
  margin-top: 20px;
}

a[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: -100%;
  left: 0;
} */

/* a[title]:hover:after {
  content: attr(data-title);
  position: absolute;
  font: 10px verdana;
  top: -110%;
  left: 0;
  background: #ace;
  color: black;
  box-sizing: border-box;
  border: 1px solid gray;
  border-radius: 20%;
  padding: 3px;
} */

.button {
  color: #800000;
  text-align: center;
  text-decoration: none;
  font-size: 16px;

  background:none!important;
  border:none; 
  padding:0!important;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}

.button2 {
  color: tomato;
  text-align: center;
  text-decoration: none;
  font-size: 18px;

  background:none!important;
  border:none; 
  padding:0!important;

  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}

summary:hover {
  color: #007bff; /* Change color on hover */
}


/* Back to top icon part 3 from https://stackoverflow.com/questions/56919081/how-to-replace-back-to-top-button-with-an-image-and-have-it-sliding-onto-off-t  */
a.btt {
  display: block;
  position: fixed;
  z-index: 999;
  width: 45px;
  height: 45px;
  right: 30px;
  bottom: 30px;
  background: white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 3px 3px 10px rgba(23, 25, 25, 0.2);
  transition: transform 0.3s ease-in-out;
    background-image:  url('https://api.iconify.design/material-symbols/arrow-upward.svg?color=%23626262');
  background-repeat: no-repeat;
  background-position: center center ;
  background-size:contain;
}






