/*  This is the Styling for the Hero Screen first slide!!!!!!---- */
* { margin: 0; padding: 0; }

::-moz-selection { color: black; background: lightgray; }

::selection { color: black; background: lightgray; }

html, body { height: 100%; font-size: 1em; background: #60604B; }

body, section, h1, h2, h3, h4 { font-family: rockwell, georgia, times; }

body, section, h1, h2, h3, h4, h5, h6 { font-family: rockwell, georgia, times; }

a { -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
a:link
{color: #ADDFEA;}
a:hover
{color: #D5DF33;}
a:focus { text-decoration: none;}

h1, h2, h3, h4, h5, h6 { font-style: normal; letter-spacing: 3px; font-weight: 300; }

code { background: whitesmoke; color: black; text-transform: none; }

#footer ul .facebook:hover a { color: #3b5998; }
 



