html{
    height: 100%;
    box-sizing: border-box;
}
body{
    background-color: #2F3035;
    background-image: url(background-adare-restaurant.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.container{
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
}
header{
    height: 118px;
    text-align: center;
   
}
nav{
    background-color: rgba(0, 0, 0, 0.336);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;   
}
main{
    height: 400px;
    /* width: 1024px; */
    text-align: center;
    padding-top: 80px;
    padding-left: 240px; 
    padding-right: 240px;
}
footer{
    background-color: rgb(0, 0, 0, 0.728);
    padding-top: 40px;
    padding-bottom: 40px;
    /* width: 1024px; */
}
h1 {
    font-size: 84px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    /* text-align: center; */
}
p{
    font-size: 18px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
a{
    color: white;
    text-decoration: none;
}
nav a{
    /* padding-left: 30px; */
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}
nav a:hover{
    color: red;
    /* background-color: brown; */
}
footer p{
    text-align: center;
    font-size: 10px;
    color: rgb(198, 198, 198);
   
}
.maps{
    padding-bottom: 100px;
}