body { background-image: url('../img/insurgenseed-bg.jpg'); background-position: center center; background-attachment: fixed; background-size: 100%; font-family: "brandon-grotesque", sans-serif; color: #fff; overflow: hidden;}
h1 {text-align: center; font-family: "brandon-grotesque", sans-serif; color: #fff; font-size: 500%;}
h2 {text-align: left;}
a { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline dotted; }
#scrim { position: fixed; height: 100%; width: 100%; z-index: 1000; opacity: .5; background: #222; top:0; left: 0; }
#container { position: relative; z-index: 1002; }
#menu { width: 100%; height: inherit; position: relative; z-index: 1003; text-align: right; }
#menu ul { display: inline-block; font-family: "futura-pt",sans-serif; text-transform: uppercase; font-weight: 700; background: #222; border-radius: 5px; height: 25px;}
#menu li { list-style: none; display: inline-block; padding: 0px 20px; font-family: "brandon-grotesque", sans-serif; text-transform: none; font-weight: 400;}
#map { position: absolute; margin: 0 auto; z-index: 1002; width: 100%; height: 100%; opacity: .75; left: 0; top: 0;}
#about { position: absolute; display: none; z-index: 1005; margin-left: 25%; text-align: justify; background: #222; opacity: .8; width: 50%; padding: 10px; border-radius: 5px; }