body {
    background-color: black;
}

.container { 
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

header {
    height: 200px;
    width: 1024px;
    text-align: center;
}

nav {
    background-color: rgba(255, 255, 255, 0.036);
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: large;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

main {
    height: 300px; 
    text-align: center;
    padding-left: 240px;
    padding-right: 240px;
   }

footer {
    height: 40px;
    width: 1024px;
}

h1 {
    font-size: 40px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
}

p {
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
}

a {
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    /*text-decoration: none*/;
}

footer p {
    color: white;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 10px;
    padding-top: 10px;
}

nav a {
    text-decoration: none;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.maps {
    padding-bottom: 50px;
    text-align: center;
}