html,body {
    margin:0;
    padding:0;
    }

/* .menubackground img {
    background: url('./CrossRoad Pattern-Black-01.jpg');
    background-repeat: repeat;
    background-size: 300px 300px;
    width: 100%;
    height: auto;
} */
header {
    background: black;
    height: 80%;
    overflow: hidden;
}

.headerimage {
    top: 0px;
    position: relative;
}

.headerimage img {
    width: 100%;
    height: auto;
    max-width: 100%;
    opacity: 0.8;
}

#image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat';
    font-size: 120px;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    text-shadow: 3px 3px rgb(255, 225, 0);
    text-align: center;
}

body {
    background-image: url("CrossRoad Pattern-Black-01.jpg");
    background-size: 500px auto;
    background-repeat: repeat;
    background-position-y: bottom;
 
}

.menubar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 50px 50px;
}

.menubar a {
    text-decoration: none;
    color: black;
}

.menubar li{
    display: inline-block;
    list-style-type: none;
    margin-right: 1rem;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: white;
    padding: 5px;
   box-shadow: 5px 5px rgba(255, 225, 0);
   border: 1px solid black;
   box-sizing: border-box;

}

.menubar ul li a:hover {
    color:black;
    font-weight: 700;
    box-sizing: border-box;
    box-shadow: 5px 5px black;
    padding: 5px;
}

.menu {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
max-width: 900px;
display: grid;
/* grid-template-columns: repeat(auto-fit,minmax(18rem,0.5fr)); */
grid-template-columns: 200px 200px 200px;
justify-content: center;
gap: 1rem;
column-gap: 15px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 50px;
padding-bottom: 50px;
background-color: white;
box-shadow: 5px 5px rgba(255, 225, 0);
border: 1px solid black;
box-sizing: border-box;

}


.menuitems {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.menuitem {
    display: flex;
    flex-direction: column;
}

.menuitemimage {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    object-fit: cover;
}

.menuitemtitle {
    font-size: 8px;
    margin: 10px;
}


.menuitemdescription {
    line-height: 1;
    max-width: 200px;
    text-align: center;
    font-size: 12px;
    margin: 10px;
}

.price {
    font-weight: 600;
    margin:0;
    display: block;
}

.menuitemheader {
    font-size: 2em;
    padding: 0;

}
