body {
    background-color: #000000;
    background-image: url("images/bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    background-attachment: fixed;
}
@font-face {
    font-family: 'tan';
    src: url('images/tan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a:link, h3:link, text:link {
    color: #ffffff;
    font-family: 'tan';
    text-decoration: none;
    font-weight: normal;
}
a:hover, text:hover {
    color: #666666;
    font-family: 'tan';
    text-decoration: none;
    font-weight: normal;
}
a:visited, h3:visited, h4:visited, h5:visited, text:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}
h2, h3, h4, h5, text {
    font-family: 'tan';
    color: #cccccc;
    text-decoration: none;
    font-weight: normal;
}
h1 {
    color: #999999;
    font-family: 'tan';
    text-decoration: none;
    font-weight: normal;
    font-size: 24px;
    text-shadow: 1px 1px 1px #000000;
}
.nav {
    text-shadow: 1px 1px 1px #000000;
    overflow: hidden;
    font-family: 'tan';
    font-size: 28px;
    color: #FFFFFF;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1em 0;
    padding: 0;
    justify-content: center;
    align-items: center;    
}
.nav a {
    font-size: 28px; 
    color: #fff;
    padding: 10px 12px;
    text-decoration: none; 
    text-shadow: 2px 2px 10px #000000;
}
.nav a:hover {
    color: #000000;
    text-shadow: 1px 1px 1px #ffffff;
}
.responsive {
    left: 50%;   
    transform: translate(-50%);
    width: 100%;
    height: auto;
    max-width: 900px;
    max-height: 281px; position: relative;
}
.foot {
    font-family: 'tan';
    font-size: 14px;
    align-items: center;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    color: #cccccc;
    justify-content: center;
    width: 100%;
}
.text {
    font-family: 'tan';
    text-align: center; 
    line-height: 2; 
    color: #cccccc; 
    padding: 0 0 0px 0;
    text-shadow: 2px 2px 10px #000000;
}
.text a:hover {
    color: #666666;
    text-shadow: 2px 2px 10px #000000;
}
.text a {
    color: #ffffff;
}