body {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    background-color: rgb(240, 191, 101);
}

div#container {
    width: 80%;
    margin: 30px auto 30px auto;
    min-width: 900px;
    border: 2px solid rgb(0, 0, 0);
    background-color: rgb(245, 223, 125);
}

header {
    background-color: #51b5e7;
    height: 180px;
    background-image: url(Images/18499-1920x1080-desktop-1080p-justice-league-wallpaper-photo.jpg);
    border-bottom: 2px solid black;
}

footer {
    background-color: #cfbc4e;
    border-top: 2px black;
    font-size: 8pt;
    text-align: center;
    color: white;
    font-style: italic;
}

nav {
    background-color: rgb(240, 191, 101);
    width: 150px;
    border-left: black;
}

header,
footer,
nav,
section {
    margin: 0;
    padding: 10px 20px 10px 20px;
}

div#information {
    background-color: hsl(51, 56%, 55%);
}

nav,
section#main,
section#information {
    display: table-cell;
    font-size: 10pt;
    text-align: justify;
    width: 250px;
}

header h1 {
    font-size: 60px;
    color: white;
    text-align: center;
    text-shadow: 2px 2px 4px black;
    margin: 0;
}

section#information h2 {
    font-size: 1.5em;
    color: #003366;
    text-align: center;
}

nav a {
    display: inline-block;
    width: 130px;
    margin: 10px 0 0 0;
    padding: 5px;
    color: #e7bb78ee;
    background-color: white;
    border: 3px solid #000000;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 4px 6px #333333;
}

nav a:hover {
    color: white;
    background-color: #f3daa4;
}

h2 {
    font-size: 24pt;
    color: #660000;
}

div#Map iframe {
    width: 600px;
    padding: 5px;
    margin: 10px auto 10px auto;
    background-color: white;
    border: 1px solid black;
    box-shadow: 2px 4px 6px #333333;
}

section#main h3 {
    font-size: 1.3em;
    color: #50bdf3;
}

section#main a{
    font-weight: bold;
    color: #990000;
    text-decoration: none;
}

section#main a:hover {
    color: #ff0000;
}

