* {margin: 0; padding: 0;}
html, body {height: 100%; width: 100%; position: relative; font-family: verdana, sans-serif; font-size: 12pt; color: #090909; overflow: hidden; -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */}
body {background-position: center; background-repeat: no-repeat; background-color: #fff;}
h1 {color: #090909; font-size: 1.125em; font-weight: 600; text-shadow: 1px 1px 2px #b2b2b2;}
/* h2 {color: #090909; padding: 6.25px; font-size: 1em; font-weight: 500; text-shadow: 1px 1px 2px #b2b2b2;} */
h2 {color: #090909; font-size: 1em; font-weight: 600; text-shadow: 1px 1px 2px #b2b2b2;}
a {text-decoration: none; color: #606263;}
/*a:hover {color: #606263;} */

.wrap {position: absolute; top: 0; bottom: 0; left: 0; right: 0px; overflow-y: scroll;}

.header {display: block; text-align: center;}

.links {
    position: fixed;
    width: 100%;
    height: 3em;
    line-height: 3em;
    vertical-align: middle;
    font-family: courier, monospace;
    font-size: .80em;
    letter-spacing: .25em;    
    background-color: #f7f7f7;
    color: #090909;
    border-bottom: 2px solid; 
    border-color: #fff; 
    -moz-box-shadow: 0 0 0 7px #090909;
    -webkit-box-shadow: 0 0 0 7px #090909;
    box-shadow: 0 0 7px #090909;
    z-index: 9; 
}
.links a {color: #090909;}
/*.links a:hover {opacity: 0.3;}*/


.logo {display: block; max-width: 350px; padding-top: 50px; margin-left: auto; margin-right: auto;} 

.navigation {
    display: flex;
    flex-flow: wrap;
    min-width: 350px;
    max-width: 1175px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    list-style: none;
    line-height: 2.5em;
    background-color: #090909;
    border: 3px solid;
    border-radius: 3px;
    border-color: #fff;
    -moz-box-shadow: 0 0 7px #090909;
    -webkit-box-shadow: 0 0 7px #090909;
    box-shadow: 0 0 7px #090909;
}
.navigation li {min-width: 200px; text-align: center;  font-size: .875em; letter-spacing: .25em;}
.navigation a {display: block; text-decoration: none; border-top: .5px solid rgba(255, 255, 255, 0.3); border-bottom: .5px solid rgba(0, 0, 0, 0.1); color: #fff;}
/*.navigation a:hover {opacity: 0.3;}*/

.content {
    max-width: 1175px;
    min-height: 550px;
    min-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 0px;
    color: #090909;
} 

.title {width: 100%; line-height: 1.5em; text-align: center; letter-spacing: .1em;}

.info {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    line-height: 1.5em;
    text-align: center;
    font-size: 1em;
    letter-spacing: .025em;
}

.link_nav {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    line-height: 1.5em;
}

.link_nav a {
    font-family: courier, monospace;
    font-size: .958em;
    line-height: 3em;
    letter-spacing: .25em;
    color: #090909;
}

.link_nav a:hover {opacity: 0.3;}
    
    
.disclaimer {
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    line-height: 2em;
    text-align: center;
    font-size: .75em;
    letter-spacing: .025em;
    color: #090909;
}

.footer {display: block; padding: 15px; line-height: 2em; text-align: center; font-size: .688em; letter-spacing: .025em; color: #090909;}
.footer hr {max-width: 985px; margin-left: auto; margin-right: auto; margin-bottom: 15px; height: 1px; border: none; background-color: #333;}
.footer a {color: #090909;}
.footer a:hover {opacity: 0.3;}


/*@media all and (max-width: 800px) {
    .navigation {justify-content: space-around;}
}*/

@media all and (min-width: 360px) and (max-width: 480px) { 
    html, body {font-size: 12.5pt;}
    h1 {font-size: 1em;}
    h2 {font-size: .917em;}
    .links {letter-spacing: 0em;}
    .navigation {flex-flow: column wrap; max-width: 350px;}
    .navigation a {text-align: center; border-top: .5px solid rgba(255, 255, 255, 0.3); border-bottom: .5px solid rgba(0, 0, 0, 0.1);}
    .navigation li:last-of-type a {border-bottom: none;}
    .content {max-width: 350px; min-height: 550px; min-width: 350px;}
    .info {font-size: .917em;}
    .link_nav a {font-size: .917em;}
    .disclaimer {letter-spacing: 0em;}
    .footer hr {max-width: 325px;}    
}
