/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*Contact Form Styles*/

 form {
      max-width: 400px;
      margin: auto;
      padding: 20px;
      background: white;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      text-align: center;
    }

    label {
      display: block;
      margin-bottom: 8px;
      font-weight: bold;
      text-align: center;
    }

    .required::after {
      content: " *";
      color: red;
    }

    input, textarea, button {
      width: 80%;
      padding: 10px;
      margin-bottom: 15px;
      border-radius: 4px;
      border: 1px solid #ccc;
      font-size: 14px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    button {
      background-color: #007BFF;
      color: white;
      font-weight: bold;
      border: none;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    button:hover {
      background-color: #0056b3;
    }








/* Dropdown Menu Styles */

.dropdown {
 text-align: right;
}

.dropbtn {
  color: white;
  border: none;
  cursor: pointer;
  width:40px;
  height:40px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropdown-btn {background-color: #2980b9;}








body {
  font-family: Arial, sans-serif;
  background-color: rgb(240, 145, 22);
  margin: 0;
  padding: 0;
}

.text {
  position: absolute;
  top: 15%;
  width: 55%;
  text-align: center;
  font-size: 12px;
  max-width: 900px;
}

div.relative {
  position: relative;
  left: 20px;
}

.fixed {
  position: fixed;
  bottom: 10;
  right: 20;
  background: rgb(255, 255, 255);
  padding: 8px 20px;
  border-radius:10px;
  font-size: 20px;
}

#WORK {
  width: 100%;
  align-items: center;
}

#LOGO {
  width: 140px;
  position: absolute; 
  top: 10px;
  left: 10px;
}

h1 {
  display: flex;
  font-size: 50px;
  color: #000000;
  font-family: 'Times New Roman', Times, serif;
  justify-content: center;
  padding: 20px;
  font-weight: bold;
}

#FOOTER {
  display: flex;
  position: fixed; left: 0; bottom: 0; width: 100%; 
  background: rgb(255, 255, 255); 
  color: #000000; 
  text-align: center; 
  padding: 15px 0; 
  font-size: 15px; 
  letter-spacing: 1px; 
  box-shadow: 0 -2px 8px rgba(0,0,0,0.15);
}

#MAIN {
  margin: auto;
  width: 90%;
  padding: 10px;

  border-radius: 10px;
  padding-bottom: 200px;
}

#HEADER {
  background-color: rgb(255, 255, 255);
  border-bottom: 2px solid #000000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.BOLD {
  font-weight: bold;
}

.BOLD2 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}


.WORK {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  margin: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.WORK2 {
  width: 200px;
  height: 100px;
  border-radius: 10px;
  margin: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.menu {
text-align: center;
}

.strong {
  font-weight: bold;
}

#RIBS {
  background-color: #000; 
  color: #fff; 
  padding: 16px; 
  border-radius: 8px; 
  max-width: 400px; 
  margin: 32px auto; 
  text-align: center;
}

#C {
  text-align: center;
}

#S {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.yelp-review {
  display: block;
  margin: 20px auto;
  max-width: 600px;
  text-align: center;
  align-items: center;
}