.index-banner-about {
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url("../img/2022-11-05-162208-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.index-banner-about h2 {
  font-family: helvetica, sans-serif;
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-banner-about h1 {
  font-family: helvetica, sans-serif;
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-links div {
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  height: 400px;
  background-color: #E8DDCC;
}

.index-links div h3 {
  font-family: helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  color: #791D23;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  .wrapper {
    width: 1000px;
    margin: 0 auto;
  }

  .index-banner-about {
    height: 450px;
  }

  .index-banner-about h1 {
    display: block;
    width: 560px;
    margin: 0 auto;
  }

  .index-links {
    overflow: hidden;
  }

  .index-links-food div {
    margin: 20px 0px 0;
    height: 450px;
    background-color: #E8DDCC;
    float: left;
  }

  .index-links div h3 {
    line-height: 230px;
  }

  .index-boxlink-food {
    width: calc(50% - 0px) !important;
  }

  .index-boxlink-rectangle {
    width: calc(100% - 20px) !important;
  }
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

div {
  font-family: helvetica, sans-serif;
}

body {
  background-color: #FFFFFF;
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* MY CODE */
* {
  text-decoration: none;
}

header {
  background-color: #E8DDCC;
  width: 100%;
  height: 150px;
}

/* HEADER */
header .header-brand {
  font-family: helvetica, sans-serif;
  font-size: 50px;
  font-weight: 900;
  color: #000000;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

header nav ul {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

header nav ul li {
  display: inline-block;
  float: left;
  list-style: none;
  padding: 5px 16px;
}

header nav ul li a {
  font-family: helvetica, sans-serif;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
}

@media only screen and (min-width: 1000px) {
  header .header-brand {
    margin: 31px 0;
    text-align: left;
    line-height: 20px;
    padding: 0 20px 0 40px;
    border-right: 3px solid #000000;
    float: left;
  }

  header nav ul {
    margin: 20px 0px 0px 20px;
    float: left;
  }

  header nav ul li a {
    line-height: 60px;
  }
}

/* FOOTER */
footer {
  width: calc(100% - 80px);
  padding: 40px 40px;
  margin-top: 20px;
  background-color: #E8DDCC;
  overflow: hidden;
}

footer ul {
  width: fit-content;
  float: left;
  padding-left: 20px;
}

footer ul li {
  display: block;
  list-style: none;
}

footer ul li a {
  font-family: helvetica, sans-serif;
  font-size: 24px;
  color: #000000;
  line-height: 40px;
}

.footer-links-secondary {
  display: none;
}

.footer-links-third {
  display: none;
}

.footer-sm {
  width: 50px;
  float: right;
}

.footer-sm img {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1000px) {
  .footer-links-secondary {
    display: block;
  }

  .footer-links-third {
    display: block;
  }

  footer ul {
    padding-right: 30px;
  }

  footer ul li p {
    font-family: helvetica, sans-serif;
    font-size: 24px;
    color: #000000;
    line-height: 40px;
    text-transform: uppercase;
  }
}

/* COMMON HEADING STYLES */
h1 {
  font-family: helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #000000;
  text-align: center;
}

h2 {
  font-family: helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  color: #000000;
  text-align: center;
}

h4 {
  font-family: helvetica, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 18px;
  color: #000000;
  text-align: center;
}

h5 {
  font-family: helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #000000;
  text-align: center;
}

/* INDEX */
.index-banner-tradition {
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url("../img/2022-11-05-162149-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.index-banner-tradition h3 {
  font-family: helvetica, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 100px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-banner-tradition h1 {
  font-family: helvetica, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 10px #000000;
}

/* INDEX BANNER - TRADITION */
.index-banner-tradition {
  height: 450px;
}

.index-banner-tradition h1 {
  display: block;
  width: 560px;
  margin: 0 auto;
}

.index-banner-tradition h2 {
  font-family: helvetica, sans-serif;
  font-size: 24px;
  font-weight: 120;
  font-style: italic;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 10px #000000;
}

.index-banner-tradition h3 {
  font-family: helvetica, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 100px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

/* INDEX BANNER - HAPPY HOUR */
.index-banner-happy-hour {
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url("../img/2022-11-11-224110-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.index-banner-happy-hour {
  height: 450px;
}

.index-banner-happy-hour h2 {
  font-family: helvetica, sans-serif;
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-banner-happy-hour h1 {
  font-family: helvetica, sans-serif;
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}


/* INDEX LINKS */
.index-links div {
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  height: 100px;
  background-color: #E8DDCC;
}

.index-links div h3 {
  font-family: helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  color: #000000;
  text-align: center;
}

.index-links-tall div {
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  height: 300px;
  background-color: #E8DDCC;
}

.index-links-tall div h3 {
  font-family: helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  color: #000000;
  text-align: center;
}

.index-links-tall div h4 {
  font-family: helvetica, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 35px;
  color: #000000;
  text-align: center;
}

.index-links-pictures div {
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  height: 400px;
  background-color: #E8DDCC;
}

.index-links-pictures div h3 {
  font-family: helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  color: #791D23;
  text-align: center;
}

.index-links-pictures div h4 {
  font-family: helvetica, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 35px;
  color: #791D23;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  .wrapper {
    width: 1000px;
    margin: 0 auto;
  }

  .vertical-center {
    display: table-cell;
    vertical-align: middle;
  }

  .index-links {
    overflow: hidden;
  }

  .index-links div {
    margin: 20px 10px 0;
    height: 230px;
    background-color: #E8DDCC;
    float: left;
  }

  .index-links div h3 {
    line-height: 230px;
  }

  .index-links-tall {
    overflow: hidden;
  }

  .index-links-tall div {
    margin: 20px 10px 0;
    height: 400px;
    background-color: #E8DDCC;
    float: left;
  }

  .index-links-tall div h3 {
    line-height: 25px;
  }

  .index-links-pictures {
    overflow: hidden;
  }

  .index-links-pictures div {
    margin: 20px 10px 0;
    height: 400px;
    background-color: #E8DDCC;
    float: left;
  }

  .index-links-pictures div h3 {
    line-height: 25px;
  }

  .index-boxlink-square {
    width: calc(25% - 20px) !important;
  }

  .index-boxlink-rectangle {
    width: calc(50% - 20px) !important;
  }

  .index-tradition {
    width: calc(25% - 20px) !important;
  }

  .index-map {
    width: calc(50% - 20px) !important;
  }

  .index-pictures {
    width: calc(50% - 20px) !important;
  }
}

.index-banner-about {
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url("../img/2022-11-05-162208-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.index-banner-about h2 {
  font-family: helvetica, sans-serif;
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-banner-about h1 {
  font-family: helvetica, sans-serif;
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-links div {
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  height: 400px;
  background-color: #E8DDCC;
}

.index-links div h3 {
  font-family: helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  color: #791D23;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  .wrapper {
    width: 1000px;
    margin: 0 auto;
  }

  .index-banner-about {
    height: 450px;
  }

  .index-banner-about h1 {
    display: block;
    width: 560px;
    margin: 0 auto;
  }

  .index-links {
    overflow: hidden;
  }

  .index-links div {
    margin: 20px 10px 0;
    height: 230px;
    background-color: #E8DDCC;
    float: left;
  }

  .index-links div h3 {
    line-height: 230px;
  }

  .index-boxlink-square {
    width: calc(25% - 20px) !important;
  }

  .index-boxlink-rectangle {
    width: calc(100% - 20px) !important;
  }
}

/* INDEX */

.index-banner-contact {
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url("../img/2022-11-05-162248-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.index-banner-contact h2 {
  font-family: helvetica, sans-serif;
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-banner-contact h1 {
  font-family: helvetica, sans-serif;
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-banner-contact .index-links div {
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  height: 400px;
  background-color: #E8DDCC;
}

.index-banner-contact .index-links div h3 {
  font-family: helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  color: #791D23;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  .index-banner-contact {
    height: 450px;
  }

  .index-banner-contact h1 {
    display: block;
    width: 560px;
    margin: 0 auto;
  }

  .index-links {
    overflow: hidden;
  }

  .index-links div {
    margin: 20px 10px 0;
    height: 230px;
    background-color: #E8DDCC;
    float: left;
  }

  .index-links div h3 {
    line-height: 230px;
  }

  .index-boxlink-square {
    width: calc(25% - 20px) !important;
  }

  .index-boxlink-rectangle {
    width: calc(100% - 20px) !important;
  }
}

/* INDEX */

.index-banner-events {
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url("../img/pompeii-snow.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.index-banner-events h2 {
  font-family: helvetica, sans-serif;
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-banner-events h1 {
  font-family: helvetica, sans-serif;
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-banner-events .index-links div {
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  height: 400px;
  background-color: #E8DDCC;
}

.index-banner-events .index-links div h3 {
  font-family: helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  color: #791D23;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  .index-banner-events {
    height: 450px;
  }

  .index-banner-events h1 {
    display: block;
    width: 560px;
    margin: 0 auto;
  }

  .index-links {
    overflow: hidden;
  }

  .index-links div {
    margin: 20px 10px 0;
    height: 230px;
    background-color: #E8DDCC;
    float: left;
  }

  .index-links div h3 {
    line-height: 230px;
  }

  .index-boxlink-square {
    width: calc(25% - 20px) !important;
  }

  .index-boxlink-rectangle {
    width: calc(100% - 20px) !important;
  }
}

/* Common styles */
.index-links-events div,
.index-links-menus div,
.index-links-2 div {
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  background-color: #E8DDCC;
}

.index-links-food div h3,
.index-links-food div h6,
.index-links-events div h3,
.index-links-events div h6,
.index-links-menus div h3,
.index-links-menus div h4,
.index-links-2 div h3 {
  font-family: reklame;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  color: #000000;
  text-align: center;
}

/* Index Banner Events */
.index-banner-events {
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url("../img/pompeii-snow.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.index-banner-events h2 {
  font-family: reklame;
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-banner-events h1 {
  font-family: reklame;
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

@media only screen and (min-width: 1000px) {
  /* Common styles for larger screens */
  .wrapper {
    width: 1000px;
    margin: 0 auto;
  }

  .index-links-events,
  .index-links-menus,
  .index-links-2 {
    overflow: hidden;
  }

  .index-links-events div,
  .index-links-menus div,
  .index-links-2 div {
    margin: 20px 10px 20px;
    background-color: #E8DDCC;
    float: left;
  }

  .index-links-events div h3,
  .index-links-events div h6,
  .index-links-menus div h3,
  .index-links-menus div h4,
  .index-links-2 div h3 {
    line-height: 80px;
  }

  .index-boxlink-square {
    width: calc(25% - 20px) !important;
  }

  .index-boxlink-rectangle,
  .index-boxlink-rectangle-2 {
    width: calc(100% - 20px) !important;
  }

  /* Index Banner Events specific styles for larger screens */
  .index-banner-events {
    height: 450px;
  }

  .index-banner-events h1 {
    display: block;
    width: 560px;
    margin: 0 auto;
  }

  /* Index Links Menus specific styles for larger screens */
  .vertical-center {
    display: table-cell;
    vertical-align: middle;
  }

  .index-menu-links div {
    margin: 20px 10px 10px;
    background-color: #E3C89E;
    float: left;
  }

  .index-menu-links div h3 {
    line-height: 100px;
  }

  .index-food-square-menus,
  .index-food-square {
    width: calc(25% - 20px) !important;
  }
}

/* INDEX specific styles */
nav2 ul,
header nav2 ul {
  list-style: none;
}

header nav2 ul {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

header nav2 ul li {
  display: inline-block;
  float: left;
  list-style: none;
  padding: 1px 5px 5px 5px;
}

header nav2 ul li a {
  font-family: helvetica, sans-serif;
  font-size: 17px;
  color: #000000;
  text-transform: uppercase;
}

header nav2 ul {
  margin: 1px 0px 0px 5px;
  float: left;
}

header nav2 ul li a {
  line-height: 5px;
}

/* INDEX Links 2 specific styles */
.index-links-2 div h3 {
  font-family: helvetica, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #000000;
  text-align: center;
}

@media only screen and (min-width: 1000px){ 
.wrapper-item {
width: calc(100%);
margin: 0 auto; 
}

.index-links-item div { 
margin: 16px 16px 0; 
width: 100px; 
height: 100px; 
background-color: #E8DDCC; 
}

.index-links-item div h3 { 
font-family: helvetica, sans-serif;
font-size: 28px; 
font-weight: 600; 
line-height: 100px;
color: #000000; 
text-align: center;
text-transform: uppercase; 
}
	
.index-links-item { 
overflow: hidden; 
}

.index-links-item div { 
margin: 20px 0px 0; 
height: 390px; 
background-color:  #E8DDCC; 
float: left; 
}
	
.index-links-item div h3 {
line-height: 230px; 
} 	
	
h7 { 
font-family: helvetica, sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 25px;
color: #000000;
text-align: center;
	}}

