
@import url("typography.css");

body{
     background: url( ../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%; 
    font-size: 1.4em; 
    line-height: 1.4em;
    font-family: "Trebuchet MS", Helvetica, Verdana, Sans-serif !important;
    
}
h1,h2,h3,h4,h5{
    color: #006633 !important;
}

#logo{
    padding: 5px;
    margin-bottom: 10px;
}

.wrapper{
    max-width: 960px;
    margin: auto;
}

.container{
    max-width: 960px;
}
 .nav{
         margin-top: 5px;
      }


.nav>li>a {
 color: black !important;
 font-weight: bold;
 padding: 0 6px ;
 padding-bottom: 0px;
 margin: 3px;

 margin-bottom: 0px;
}

.nav>li {
    margin-bottom: 0px;
}

nav ul li a:visited{
    
}

nav ul li a:hover{
    color: #006633 !important;
    text-decoration: underline !important;
    
}


.navbar-nav>li>a.current, .navbar-nav>li>a.section{
    color: #006633!important ;
    text-decoration: underline
    /*border-bottom: 2px solid #006633;*/
}


.mainPageImg{
 margin-top: 15px;
 padding: 5px;
 margin-left: 15px;
 display: inline-block;
 
} 

#startpageflashes{
    padding: 1px;
    margin-top: 50px;
}

#flashesborder{
    border-bottom: 1px solid #8ca196;
}

#startpageflashes img{
    padding: 2px;
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)

}

.flashheading{
    margin-top: 30px;
}


.marginTop {
     
    margin-top: 35px;
   
}

/*#nav_SideBar ul li.nobullet{
    background: none repeat scroll 0 0 transparent !important;
    border-bottom: 1px solid #DDD;
    margin-bottom: 18px;
    padding-left: 0;
    width: 190px;
    background-color: red;
}*/

#nav_SideBar ul li a.nobullet{
    background: none repeat scroll 0 0 transparent !important;
    margin-left: 0px;
}

#nav_SideBar ul li.hasSummaryImage{
     background: none repeat scroll 0 0 transparent !important;
     border-bottom: none;
}

#nav_SideBar ul li .nodecor {font-size: 0.8em}

.nomenu .maincontent {width: 100%}
.nodecor {color:#343434!important;font-weight: normal}

.noMarginBottom{
    margin-bottom: 0px !important;
}

.borderBottom{
    border-bottom: 2px solid lightgray;
    margin: 5px;
}

.MarginTop{
    top: 10px;
}

.marginRight{
   margin-right: 20px; 
}

.shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


footer{
    height: 50px;
    margin-top: 50px;
}

footer p{
   margin-bottom: 2px !important;
}

#fotogallery_thumb{
    padding-top: 10px;
    margin-bottom: 5px;
     
}



.insertMargin{
    margin-bottom: 30px;
   
}


    
#bluegreenmatters{
    padding-left: 5px;
    
 }
 
 #bannerTop{
     padding-right: 0px;
 }
 
 .navbar-default{
     background-color: transparent !important;
 }
 
 #SidebarUL li{
     border-bottom: 2px solid lightgrey;
     margin-bottom: 8px;
     padding: 2px;
 }
 
 #SidebarUL li a{
   font-size: 1.2em;
 }
 
 #SidebarUL li a.current{
    font-weight: bold;
    color: #006633;
    text-decoration: underline;
     
 }
 
 
 
 @media only screen and (max-width : 768px) {
     
     .mainPageImg{
       
       margin-left: 1px !important;
      }
      
      .fullWidthXS{
         
        display: block ;
        width: 100%;
         margin-left: auto;
         margin-right: auto;
        }
/*     
*/     .marginT{
         margin-top: 0px !important;
      } 
 }
 
 @media only screen and (max-width : 991px) {
    .nav{
          border-bottom: 1px solid lightgray;
          padding-bottom: 8px;
      }
      
      .marginT{
         margin-top: 35px;
      }

}