html {
    height: 100%;
}
body {
    background-color: black;
    background-image: url('images/white_logo_dark_background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}


.imglogo {
    size: inherit;
}
nav {
    background-color: rgba(0, 0, 0, 0.37);
    /* height: 40px; */
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
}
header {
    text-align: center;
}
main {
    height: 400px;
    text-align: center;
    padding-top: 80px;
    padding-left: 240px;
    padding-right: 240px;
}
footer {
    background-color: rgba(0, 0, 0, 0.808);
    /* height: 100px; */
}
h1 {
    font-size: 84px;
    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; */
   
}
/* CSS Compound selector where specific tags + styles */
nav a {
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
} 

footer p {
    font-size: 8px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: rgb(136, 138, 139);
} 

.maps {
    padding-bottom: 100px;
    padding-top: 100px;
}