@font-face {
    font-family: GothamMedium;
    src: url(/Fonts/GothamMedium.ttf);
  }

@font-face {
    font-family: GothamLight;
    src: url(/Fonts/GothamLight.ttf);
  }

  @font-face {
    font-family: GothamBold;
    src: url(/Fonts/GothamBold.ttf);
  }

  @font-face {
    font-family: GothamBlack;
    src: url(/Fonts/Gotham-Black.otf);
  }

html {
    height: 155%;
}

body {
    background-color: rgb(38, 38, 38);
    background-image: url(/Images/background-adare-restaurant.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container {
    margin: auto;
    width: 1024px;
}

.maps {
    margin-bottom: 50px;
}

header {
    height: 118px;
    text-align: center;
}

nav {
    background-color: rgba(0, 0, 0, 0.253);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 12px;
}

main {
    height: 400px;
    text-align: center;
    padding-top: 80px;
    padding-left: 240px;
    padding-right: 240px;
}

footer {
    background-color: rgba(0, 0, 0, 0.609);
    height: 50px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
}

h1 {
    color: white;
    font-size: 84px;
    font-family: GothamBlack;
}

p {
    color: white;
    font-size: 18px;
    font-family: GothamLight;
    padding-bottom: 10px;
}

a {
    color: white;
    font-family: GothamBold;
    font-size: 18px;
}

nav a {
    color: rgba(255, 255, 255, 0.612);
    font-family: GothamLight;
    font-size: 14px;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}

footer p {
    color: rgba(255, 255, 255, 0.612);
    font-family: GothamLight;
    font-size: 14px;
}

