/* --- GENERAL LAYOUT--- */

body {
margin: 5%;
background: #000000 url(/images/bkgd_main_shaft.jpg) no-repeat top left;
background-size: 100vh;
background-attachment: fixed;
}



/* --- TEXT APPEARANCE--- */

h1, h2, h3 {color: #ffffff; font-family: serif; font-weight: bold;}


p {font-family: helvetica, arial, sans-serif; color: white;}


a:link, a:visited, a:active, a:hover {
font-family: helvetica, arial, sans-serif;
text-decoration: underline;}
a:link { color: #ffffff; }
a:visited { color: #cccccc; }
a:active { color: #FF6633; }
a:hover { color: #FF6633; }
