html{height: 100%;}


body {
    background-color: #2f3035;
    background-image: url(images/background-adare-restaurant.jpg);
    max-width: 100%;
    max-height: auto;
}

.container{
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

header {
    background-color: blue;
    height: 118px;
    text-align: center;
   
}

nav {
    background-color: rgba(0, 0, 0, 0.338);
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
   
}

main {
    height: 400px;
    text-align: center;
    padding-top: 50px;
    padding left: 240px;
    padding right: 2400px;

}

footer {
   background-color: rgba(0, 0, 0, 0.795);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

h1{
    font-size: 84px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

p{
    font-size: 18px;
    color: white;
    font-family:Arial, Helvetica, sans-serif ;
}

a{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

nav a{
    text-decoration:none;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;

}

footer p{
    text-decoration: none;
     padding-top: 5px;
    padding-bottom:5px;

}

.maps{
     padding-bottom:10px;

}