header {
font-family: Verdana, Tahoma, sans-serif;}
.logo-container {
    position: fixed; 
    top: 0;   
    left: 0;    
    margin: 5px;   
    z-index: 1000;  
}

.corner-logo {
    width: 90px;    
    height: auto;  
}
body {
  margin-top: 100px; 
  font-family: Verdana, Tahoma, sans-serif;
  margin-left: 0px;
  background-color: #faeeea;
}
.navbar {
  background-color: #333; 
  overflow: hidden; 
  position: fixed; 
  top: 0; 
  width: 100%; 
  z-index: 10; 
  height: 100px;
  align-items: center;
}
.nav-list {
  list-style-type: none; 
  padding: 0; 
  display: flex; 
  justify-content: center; 
  font-size: 20px;
  text-align: center;
}
.nav-list li a {
  display: block; 
  color: white; 
  text-align: center; 
  padding: 14px 16px; 
  text-decoration: none; 
}
.nav-list li a:hover {
  background-color: #db0303;
}
.background-text {
    background-image: url(pizza_background.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 750px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.background-text h1 {
    font-size: 4em;
    text-shadow: 4px 6px 5px gray;
    position: absolute;
}
.background-text p {
    font-size: 1.5em;
    text-shadow: 4px 6px 5px gray;
    padding-top: 600px;
}
footer {
    background-color: #333;
    color: white;
    margin-top: 2rem;
    margin: 0 auto; 
    padding: 1.25rem; 
    display: grid; 
    gap: .75rem;
    width: 100%;
}
.background-text2 {
    background-image: url(pizza-background2.jpeg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 750px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.background-text2 h1 {
    font-size: 4em;
    text-shadow: 4px 6px 5px gray;
    position: absolute;
}
.background-text2 p {
    font-size: 1.5em;
    text-shadow: 4px 6px 5px gray;
    padding-top: 300px;
}
.container { 
    max-width: 1100px; 
    margin: 0 auto; 
    padding: 1.25rem; 
}
.grid-2 { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 1.25rem; 
}
.card { 
    background: white; 
    border-radius: .75rem; 
    padding: 1rem; 
    box-shadow: 0 4px 14px rgba(0,0,0,.06); 
}
.background-text3 {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

h1 {
    font-size: 4em;
    text-shadow: 4px 6px 5px gray;
    text-align: center;
    font-family: Verdana, Tahoma, sans-serif;
}
form { display: grid; 
    gap: .75rem; 
}
.field { display: grid; 
    gap: .35rem; 
}
label { 
    font-weight: 600; 
}
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  width: 95%; 
  padding: .65rem .75rem; 
  border: 1px solid #e5e7eb; 
  border-radius: .5rem; 
  background: #fff; 
  font: inherit;
}
input:focus, select:focus, textarea:focus { 
    outline: 3px solid rgba(210,43,43,.25); 
    border-color: #d22b2b; 
}
fieldset { 
    border: 1px solid #e5e7eb; 
    border-radius: .6rem; 
    padding: .75rem; 
}
legend { 
    font-weight: 700; 
    padding: 0 .4rem; 
}
.help { 
    color: #6b7280; 
    font-size: .9rem; 
}
.table-wrap { 
    overflow-x: auto; 
}
table { 
    width: 100%; 
    border-collapse: collapse; 
    background: white; 
    border-radius: .75rem; 
    overflow: hidden; 
    box-shadow: 0 4px 14px rgba(0,0,0,.06); 
}
th, td { 
    padding: .8rem .9rem; 
    text-align: left; 
}
th { 
    background: #f3f4f6; 
    font-weight: 700; 
}
tr:nth-child(even) td { 
    background: #fafafa; 
}
.btn { 
    display: inline-block; 
    background: #d22b2b; 
    color: white; 
    padding: .6rem 1rem; 
    border-radius: .5rem; 
    text-decoration: none; 
    font-weight: 600; 
    box-shadow: 0 2px 8px rgba(210,43,43,.35); 
    transition: transform .15s ease, 
    box-shadow .15s ease; 
}
.btn:hover, .btn:focus-visible { 
    transform: translateY(-1px); 
    box-shadow: 0 6px 16px rgba(210,43,43,.45); 
}
.btn.secondary { 
    background: #f59e0b; 
    box-shadow: 0 2px 8px rgba(245,158,11,.35); 
}
main {
    margin: 50px;
}
.our-location {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,.06);
    font-size: larger;
    margin: 50px;
}
.background {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,.06);
    font-size: larger;
    margin: 50px;
}
.welcome {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,.06);
    font-size: larger;
    margin: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media (max-width: 768px) {

  body {
    margin-top: 60px; 
  }

  .navbar {
    height: 60px;
    flex-direction: column;
    padding: 0 10px;
  }

  .nav-list {
    font-size: 16px;
    gap: 5px;
  }

  .corner-logo {
    width: 56px;
 }
  .grid-2 {
    grid-template-columns: 1fr; 
  }
  h1 {
    font-size: 2rem; 
  }
  .background-text,
  .background-text2 {
    min-height: 55vh;
    text-align: center;
    padding: 1.5rem 1rem;
    background-position: center;
  }
  .background-text p,
  .background-text2 p {
    padding-top: 300px;
    font-size: 1.1rem;
 }
 .our-location {
    padding: 20px;
    margin: 5px;
}
 .background {
    padding: 20px;
    margin: 5px;
}
.welcome {
    padding: 20px;
    margin: 5px;
}
}