html {
    height: 100%;
}




body {
    background-color: #2f3035;
    background-image: url(Images/background-adare-restaurant.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




.container {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

header {
    height: 118px;
    text-align: center;
}

nav {
    background-color: rgba(0, 0, 0, 0.212);
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

main {
    height: 400px;
    text-align: center;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 500px;
    padding-left: 240px;
    padding-right: 240px;
}

footer {
    background-color: rgba(0, 0, 0, 0.445);
    height: 100px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 1000px;
    padding-left:  10px;
    padding-right: 10px;
    padding-top: 50px;
}

h1 {
    font-size: 86px;
    color: white;
    font-family:  Arial, Helvetica, sans-serif;
}

p {
   font-size: 18px;
    color: white;
    font-family:  Arial, Helvetica, sans-serif;
} 

a {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    /*text-decoration: none; */
}

nav a {
    text-decoration: underline;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}


.maps {
    padding-bottom: 80px;
    margin-top: -500px;
}


@media (max-width: 768px) {
    .hero {
        height: auto;
        padding: 40px 20px;
    }
    
}

.hero h1 {
    font-size: 28px;
}

.hero p {
    font-size: 16px;
}