* {
    margin: 0;
    padding: 0;
}

.image {
   width: 100%;
   height: 400px;
   text-shadow: white 0px 0px 2px;
   z-index: 1;
       }


A:link {background: none; color: #800000; text-decoration: underline; cursor: pointer;}
A:visited {background: none; color: #800000; text-decoration: underline; cursor: pointer;}
A:hover {background: none; color: #ff0000; text-decoration: underline; cursor: pointer;}
A:active { background: none; color: #ff0000; background: underline; cursor: pointer;}
div.error { display: block; color: #f00; font-weight: bold; font-size: 1.2em; }
span.error { display: block; color: #f00; font-style: italic; }
.success { color: #00f; font-weight: bold; font-size: 1.2em; }

.content {
   height: auto;
   width: 100%;
   border: solid 2px red;
   background: white;
   z-index: 2;
         }

.content h1 {
   font-size: 40px;
   color: #464646;
   font-family: 'Open Sans', sans-serif;
   font-weight: 600;
   margin: 30px 60px;
            }
.content p {
   font-size:20px;
   color: #343434;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   margin: 30px 60px;
           }
#wall_1 {
    max-width: 100%;
    height: 700px ;
    background: url(../images/2016Award-KP-1600x700.jpg) no-repeat ;
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
        }
#wall_2 {
    max-width: 100%;
    height: 700px ;
    background: url(../images/supremecourt1358x700.jpg) no-repeat ;
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
        }
#wall_3 {
    max-width: 100%;
    height: 700px ;
    background: url(../images/HappyEmployees1155x700.jpg) no-repeat ;
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
        }

#nav {
    height: 70px;
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    background: rgba(255,255,255,1);
    z-index: 100;
    -webkit-box-shadow:0px 0px 20px rgba(44,44,44,.3);
}
#nav #logo {
    height: 40px;
    width: 170px;
    position: absolute;
    top: 0;
    bottom:0;
    margin: auto 100px;
}

#nav #logo img {
    height: 100%;
    width: 100%;
    
}

#navfooter {
   height: 50px;
   width: 100%;
   position: fixed;
   bottom: 0;
   left:0;
           }

#content_1 {position: relative;}

h1::first-letter {
   font-size: 60px;
   font-weight: 600;
   color:#3cb0f8;
                 }

# BEGIN EXPIRES
<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault "access plus 10 days"
    ExpiresByType text/css "access plus 1 week"
    ExpiresByType text/plain "access plus 1 month"
    ExpiresByType image/gif "access plus 1 month"
    ExpiresByType image/png "access plus 1 month"
    ExpiresByType image/jpeg "access plus 1 month"
    ExpiresByType application/x-javascript "access plus 1 month"
    ExpiresByType application/javascript "access plus 1 week"
    ExpiresByType application/x-icon "access plus 1 year"
</IfModule>
# END EXPIRES