@media (max-width: 700px){
    
}


body {
    background-image: url(img/background-adare-restaurant.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
max-width: 1024px;
width: 100%;
   
}



.logo {
    display: block;
    margin: 0 auto;
}

header {
    height: 40px;
   
}

nav ul {
    display: flex;
    flex-direction: row;
   justify-content: center;
   background-color: transparent;
    backdrop-filter: blur(20px);
    list-style: none;
  
}

li {
    color: white;
    padding: 20px;
    font-size: 12px;
    
}

.text {
    width: 460px;
   margin: 0 auto;
margin-bottom: 50px;
margin-top: 50px;
}

h1 {
    color: white;
    text-align: center;
    font-size: 50px;
}


p {
    color: white;
    text-align: center;
   
}

a {
    color: white;
    display: block;
text-align: center;
margin: 0 auto;
font-size: 14px;
}

.map {
  text-align: center;
max-width: 100%;
    height: auto;
}

footer {
    margin-top: 20px;
    margin-bottom: 20px;
    backdrop-filter: blur(40px);
    padding-top: 10px;
    padding-bottom: 10px;
}
