html { background: #fff; }

body {  
   text-align: center; }
   
.wrap { 
   width: 1240px; 
   position: relative;
   height: 100%;}

header { 
   padding: 0;
   position: fixed;
   width: 100%;
   border-top: 5px #2d8c02 solid;
   height: 115px;
   z-index: 100;
   background: white;
   -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
   box-shadow: 0 0 5px 0 rgba(0,0,0,.3);}
   
header #logo {
   text-align: left;
   margin: 0 auto;
   position: absolute;
   top: 10px;
   left: 2%;
   height: 90px;
   padding: 0;
   background: none;
   display: inline-block; }
   
   header #logo img { height: 90px; }
   
body#home header { 
   -webkit-box-shadow: none;
   box-shadow: none; }

   

/* Site Footer
------------------------------------ */
footer {
   padding: 20px 0; 
   color: #000;
   width: 1000px;
   font-size: 16px; 
   position: relative; 
   z-index: 100; }

#contact-info {
   margin: 1em 0; }

footer .contact { font-size: 16px; width: 70%; float: left; text-align: left; }

footer .contact a { font-weight: 600; }
footer .connect { font-size: 16px; width: 30%; float: right; text-align: right; }

footer ul#social { margin: -3px 0 0 0; }
footer ul#social li { width: 22px;}

footer ul#social a { 
   height: 18px;
   width: 18px;
   color: #444444;
   background: none;
   font-size: 18px;
   padding: 2px;
   position: relative;
   top: 3px;}

footer ul#social a:hover { color: #009fff; font-size: 18px; height: 18px; width: 18px; padding: 2px; top: 3px; background: none; }
footer ul#social a:active { color: #2d8c02; background: none; }

#site-credit { 
   font-size: 13px;
   font-weight: 600;
   text-transform: uppercase;
   text-align: center;
   position: absolute;
   width: 100%; }  
