/* Terminal Style CSS */

.overlay {
    width: 100%;
    visibility:hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    background-color: #EEE;

}


h1 {
   font-family: monospace;
   text-decoration: none;
   font-size: 1.75em;
   color: #422524;
}

h2 {
   font-family: monospace;
   text-decoration: none;
   font-size: 1.35em;
   color: #4f2c2b;
}

h3 {
    font-family: monospace;
    text-decoration: none;
    font-size: 1.25em;
    color: #4f2a29;
}

h4 {
    font-family: monospace;
    text-decoration: none;
    font-size: 1.15em;
    color: #5c3232;
    background-color: #8f6e50
}

h5 {
    font-family: monospace;
    text-decoration: none;
    font-size: 1.05em;
    color: #693837;
}

em {
    letter-spacing: -0.075em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    color: #000;
}

hr {
    border: none;
    width: 25%;
    margin: 0 auto 0 0;
    height: 0.1em;
    color: #bbb;
    background-color: #aaa;
    display: none;
}

body {
    font-family: sans-serif;
    color: #292015;
    background-color: #423322;
    font-size: 1.1em ;
    letter-spacing: -0.02em ;
    text-decoration: none;
    width: 800px;
    margin: auto;

}

a {
    color: #bbb;
    font-weight: bold;
    font-family: monospace;
    font-size: 1.10em;
    text-decoration: none;
}

a:hover {
    color: #432;
}

#terminal {
/*     width: 85%; */
    height: 95%;
    background-color: #826647;
/*     border: 3px solid grey; */
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
}

#header a {
    padding-left: .2em;
    padding-right: .2em;
    font-size: 1.25em;
    background-color: #8f6e50
}


#header {
    border-bottom: 1px solid gray;
}

#header h2 {
}


#footer {
    border-top: 1px solid gray;
}

#footer h2 {
}
#footer h3 {

}



