@charset "UTF-8";

/* Layout Small Screens */

body {
    color: #08616f;
    background: #b9ccc9 url(../images/background-small.jpg) 0px 0px;
    line-height: 1.5em;
    font-size: .9 em;
    margin:0px;
   
}

p {font-size:.9em;}

h2 {font-size:15px;}

header {
    height: 170px;
    background: url(../images/small_logo_ribbon.png) no-repeat center;
}

div  .media {
     width:1px;
       background-image:none;
    } 
    
    div  .about_image {
     width:1px;
       background-image:none;
    } 
    
    div  .contact_image {
     width:1px;
       background-image:none;
    } 
    
    div  .services_image {
      width:1px;
       background-image:none;
    } 
    
   


.intro {
    line-height:1.35em;
    font-size:1em;
}



.nav {
        position: static;
        padding: 8px 0px 8px 0px;
        background-color:#08616f;
       
    } 
    
 .nav ul{
     margin:0px;
     padding:0px;
 }
   
    
.nav a { 
    margin:10px;
    padding:9px;
    display:block;
    border:1px solid #8ACCBC;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color:#d6d7cd;
    text-decoration:none;
    font-weight:bold;
    font-size:1.1em;
   
}

.contact a{
    font-size:1.25em;
}

.nav a:hover {
    color:#fff;
    background-color: rgba(255,255,255,.15);
    }

.current a{color:#A35830;}
section {
    margin-bottom:10px;
}

footer {margin: 0 auto;}

  


