
        .menuToggle{
            text-wrap:nowrap;
        }
        *{
            font-smooth: always !important;
            -webkit-font-smoothing: antialiased !important;
        }
        .btn{
            font-size:13pt;
        }
        .container{
            max-width:1440px;
        }
        p{
            line-height:19pt;
        }
        h5{
            line-height:24pt;
        }
        strong{
            font-weight:600 !important;
        }
        select.form-control{
            border:1px solid black !important;
        }
        .photoheader{
            max-height:500px;
            overflow:hidden;
        }
        .form-control{
            border:1px solid black;
        }
        .card-body{
            border: 1px solid #EEEEEE;
        }
        select{
            border: 1px solid #000000 !important;
        }
        .customForm input, .customForm select{
            max-width:400px;
        }
        .masonry {
            display:block;
            column-count: 3;
            column-gap: 1rem;
        }
        .masonry img {
            cursor:pointer;
        }

        @media (max-width: 992px) {
            .masonry {
                column-count: 2;
            }
        }

        @media (max-width: 576px) {
            .masonry {
                column-count: 1;
            }
        }

        .masonry-item {
            break-inside: avoid;
            margin-bottom: 1rem;
            display: inline-block;
            width: 100%;
        }

        .btn-primary{
            background: #224E22;
            color:white;
            border:1px solid #224E22;
        }
        .btn-primary:hover{
            background: #3d693d;
            color:white;
            border:1px solid #3d693d;
        }

        .btn-secondary{
            background: #71885E;
            color:white;
            border:1px solid #71885E;
        }
        .btn-secondary:hover{
            background: #8fa87a;
            color:white;
            border:1px solid #8fa87a;
        }
        #logo img {
            max-width: 300px;
            height:32px;
        }
        .bg-lightgreen{
            background:#c8d7b4 !important;
        }
        footer ul li a{
            color:#c8d7b4;
        }
        footer h3.h8{
            color:#c8d7b4;
        }
        #menu{
            background: #1c3c1c;
        }
        #menu nav a, #submenu nav a, #menu .small a{
            color:#F2F5DE;
        }
        #submenu{
            background: #71885E;
        }
    

.block-blockref3 a
    {
        color:rgb(28, 60, 28) !important;
        text-decoration: underline;
    }
.buttonblockref7 {
        text-decoration:none;
        color:rgb(28, 60, 28) !important;
        font-weight:600;
    }
    .block-blockref7
    {
        background:rgb(242, 245, 222);
        color:rgb(28, 60, 28) !important;
    }
    .block-blockref7 a
    {
        color:rgb(28, 60, 28) !important;
        text-decoration: underline;
    }

