@charset "UTF-8";

/* Global Content Formatting and Styles */

body{
    color: #575c7a;
    line-height: 1.5em;
    font-family: 'Permanent Marker';
    font-size: 14px;
    background-image:url(../images/blue-sky-tree.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1 { font-size: 3em; font-weight: normal; color: #dddddd; margin: 0 0 .5em 0; position: absolute; top: 120px; right: 100px; }
h2 { font-size: 1.7em; margin: 0 0 1em 0; }
h3 { font-size: 1.5em; text-shadow: 2px 2px 2px #eeeeee; color: #000000; margin: 0 0 1em 0; }
p { margin: 0 0 .75em 0; }
a { color: #de9000; }
a:hover { color: #009eff; }

