body {
font-family: Candara, Roboto, Arial, Helvetica, sans-serif;
font-size: 1em;
color: white;
background-color: #000;
text-align: center;
margin: 0;
padding: 0;
}

a:link {
color: yellow;
}

a:visited {
color: #d56a00;
}

a:hover {
color: black;
}

a:active {
color: #ff0000;
}

#content {
margin-bottom: 1em;
}

#footer {
font-size: .8em;
font-style: italic;
}

#header {
margin-bottom: 1em;
}

#inner-wrapper {
background: rgba(0, 0, 0, 0.7);
min-height: 806px;
padding-top: 2em;
}

#menu {
line-height: 160%;
font-weight: bold;
margin-bottom: 1em;
}

#outer-wrapper {
background: url(../images/angmar-1.jpg);
background-repeat: no-repeat;
background-size: 100%;
}

.subtitle {
color: #d56a00;
font-size: 1.2em;
font-style: italic;
padding-left: 80px;
}

.title {
font-family: 'Alfa Slab One', Candara, cursive;
font-size: 2em;
text-shadow: 2px 2px 5px black;
}

@media only screen and (max-width : 1050px) {
body {
font-size: 2em;
}
#menu {
line-height: 210%;
}
}

@media only screen and (max-width : 550px) {
#inner-wrapper {
min-height: 20px;
}
}
