        .navcolor{
            color:#004778!important;
        }
        .lightblue{
            color:#004778;
            text-shadow: 1px 1px #34bce4;
            
        }
        
        .navimage{
            background-image:url("../images/Nevada_Pharmacy_Alliance_Navbar.png");
            background-size:     contain;
            background-repeat:   no-repeat;
            background-position: center center; 
            height:80px;
        }
        .backgroundimage{
            background-image:url("../images/pharmacists2_low.jpg");
            background-position: top;
            background-repeat: no-repeat;
            background-size: cover;
            height:450px;
        }
        .btn-blue{
            background-color:#004778;
            color: white;
        }
        .btn-lightblue{
            background-color:#34bce4;
            color: white;
        }
        .footercolor{
            color:#004778!important;
            margin-left:0;
            margin-right:0;
        }