html {
    height: 100%;
}

body {
    background-color:#2F3035;
    background-image: url(images/backgroundRestaurant.jpg);
    background-size: cover;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

header {
    /* background-color: rgba(0, 140, 255, 0.815); */
    height: 118px;
    width: 1024px;
    text-align: center;
}

nav {
    background-color: rgba(0, 0, 0, 0.397);
    /* height: 40px; */
    /* width: 1024px; */
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

main {
    /* background-color: orange; */
    height: 400px;
    /* width: 1024px; */
    text-align: center;
    padding-top: 80px;
    padding-left: 240px;
    padding-right: 240px;

}

footer {
    background-color: rgba(5, 5, 5, 0.356);
    /* height: 100px; */
    /* width: 1024px; */
    padding-top: 50px;
    padding-bottom: 50px;
}
h1 {
    font-size: 90px;
    color: white;
    font-family: "Times New Roman", Times, serif;
   
}
h2 {
    font-size: 20;
    color: aquamarine;
    font-family: initial;
}

p {
    size: 18px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}
a {
    color: antiquewhite;
    font-family: 'Courier New', Courier, monospace;
    text-decoration: line;
}
nav a {
    text-decoration: none;
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;

}
 footer p  {
    color: antiquewhite;
    font-size: 10px;
    text-align: center;
}
.maps{
    padding-right: 20px;
    padding-bottom: 100px;
    padding-top: 200px;
    
    
}
