html {
background: #1a1a1a;
color: #999;
text-align: center;
font-family: Georgia, sans-serif;
width: 100%;
padding: 0;
margin:0;
font-weight: 400;

}

body {
padding: 0;
margin:0;
overflow: hidden;
width: 100%;
height:100%;
}

#logo {
font-family: 'Poller One', serif;
font-weight: 900;
font-size: 60px;
text-align: center;
color: #8D0115;
line-height: 20px;
padding-top: 80px;
text-transform: uppercase;
text-shadow: 0px 0px 5px #000;
padding-bottom: 20px;
position: relative;
z-index: 5;
}

header {
height:182px;
background: #1a1a1a;
position:relative;
z-index:2;
}

#logo span {
font-family: 'Tangerine', cursive;
font-style: italic;
color: #cbbfa5;
font-size: 100px;
margin-right: 5px;
font-weight: normal;
text-transform: none;
position: relative;
z-index: 8;
letter-spacing: 3;
}

nav {
border-top: 1px solid #555;
border-bottom: 1px solid #555;
box-shadow: 0px 0px 5px #000;
position: relative;
z-index: 3;
background: #111;
}

nav a {
color: #cbbfa5;
text-decoration: none;
}

nav a:hover {
color: #e1e1e1;
text-decoration: none;
text-shadow: 0px 0px 5px #000;
}

nav ul, #tagline ul {
margin: 0;
padding: 0;
}

nav ul li {
list-style-type: none;
text-transform: uppercase;
display: inline-block;
width: 160px; 
font-size: 20px;
margin: 10px 0;
letter-spacing: 2;
}

 @media handheld {
    nav ul li {
list-style-type: none;
text-transform: uppercase;
display: inline-block;
width: 160px; 
font-size: 24px;
margin: 10px 0;

}
  }

#tagline ul li {
list-style-type: none;
text-transform: uppercase;
display: inline-block;
width: 200px; 
font-size: 16px;
padding: 10px 0 30px 0;
color: #cbbfa5;
text-shadow: 0px 0px 5px #000;
}

.background {
width: 100%
}

.background img {
position: absolute;
width: 100%;
bottom: 0;
left:0;
}

.foreground {
position : absolute;
z-index: 2;
width: 100%;
padding-top: 80px;
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
height:30%;
}

#text {
width: 40%;
margin: 15px auto 0 auto;
text-align: left;
}

#red {
color: #8D0115;
font-size: 24px;
text-shadow: 0px 0px 5px #000;
letter-spacing: 2;
}

#white {
color: #cbbfa5;
font-size: 20px;
text-shadow: 0px 0px 5px #000;
letter-spacing: 2;
}

#signature {
font-family: georgia, serif;
font-size: 24px;
margin-top: 30px;
float: left;
margin-left: 0px;
color: #8D0115;
text-shadow: 0px 0px 5px #000;
}


footer {
position: fixed;
bottom: 20px;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
width: 100%;
height: 25px; 

}

#spruch {
color: #cbbfa5!important;
font-size: 20px;
text-shadow: 0px 0px 3px #000;
letter-spacing: 7;

}



























