html {
			background-color: #ffffff;
		}

		body {
			color:#073763;
		}

        		

		
            header .content-wrapper
			{
				background-image:url("https://birdhousefarmersmarket.luluslocalfood.com/Picture/Logo(100,100)/27548.jpg");
				/*height:389px;*/
                background-position: center;
                background-position: center calc(50% + 20px); 
                background-size: auto 70%; 
                 padding-bottom: 32.41666%;
			}
        		

		h1{
			color:#3d85c6;
		}
		h2{
			color:#3d85c6;
		}
		h3
		{
			color:#0b5394;
		}
		h4
		{
			color:#0b5394;
			margin: 10px 0px 2px 0px;
		}

		legend {
			color: #0b5394;
		}

        
        /*#TopNav{
            background-color: #0b5394 !important;
            border-bottom:2px solid #FFFFFF !important;
        }    */    
        .circle{
            background-color: rgba(11, 83, 148, 0.9);
            color: #ffffff;
        }
        .circle:hover{
            background-color: #cfe2f3;
        }

        .cart-text{
            color:#0b5394;
            text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
        }
		nav{
			background-color: rgba(11, 83, 148, 0.9);
			/*border-top:2px solid rgba(255, 255, 255, 0.9);
			border-bottom:2px solid rgba(255, 255, 255, 0.9);*/
             
                            position: fixed;
                            top:0;
                            height: 45px;
		}
        #AccountTopMenu ul
        {
            /* Color change to semi-opaque  */
            background-color: rgba(11, 83, 148, 0.9);
        }
        
		nav a:link, nav a:visited, nav a:hover, nav a:active, #TopNav a:link, 
        #TopNav a:visited, #TopNav a:hover, #TopNav a:active {
			color: #ffffff;
		}
		nav a:hover{
			background-color:#cfe2f3;
		}


        .nav-toggle {
			background-color: rgba(11, 83, 148, 0.9) !important;
			border-color: #ffffff  !important;
		}
        .nav-toggle .icon-bar{
            color: #ffffff  !important;
            background-color: #ffffff  !important;
        }

		footer {
			background-color: #ffffff;
			color:#311f15;
		}

		footer a {
			color:#311f15 !important;
		}
		footer .lululogo a
		{
			background-image:url("/Content/images/LulusDarkSmaller.png");
		}
		/* Table style overrides*/

		table.tabular th{
			color:#ffffff;
			background: #6fa8dc;
			background: -webkit-gradient(linear, left top, left bottom, from(#7DB0DF), to(#6fa8dc)); 
			background: -moz-linear-gradient(top,  #7DB0DF,  #6fa8dc);
			background: -o-linear-gradient(top, #7DB0DF 0%,#6fa8dc 100%); 
			background: -ms-linear-gradient(top, #7DB0DF 0%,#6fa8dc 100%);
			background: linear-gradient(to bottom, #7DB0DF 0%,#6fa8dc 100%); 
		}

        
		a.linkButton{
			color: #ffffff !important;
		}

		.actionButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #ffffff !important;
			border: solid 1px #6fa8dc;
			background: #6fa8dc;
			background: linear-gradient(to bottom, #7DB0DF 0%,#6fa8dc 100%); 
		}

		.actionButton:hover {
			background: #7DB0DF;
			background: linear-gradient(to bottom, #8AB7E2 0%,#7DB0DF 100%);  
		}

		.actionButton:active {
			color: #ffffff;
			background: linear-gradient(to bottom, #6fa8dc 0%,#7DB0DF 100%);
		}


        .menuButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #ffffff !important;
			border: solid 1px #0b5394;
			background: #0b5394;
			background: linear-gradient(to bottom, #3B75A9 0%,#0b5394 100%); 
		}

		.menuButton:hover {
			background: #7DB0DF;
			background: linear-gradient(to bottom, #0b5394 0%,#cfe2f3 100%);  
		}

		.menuButton:active {
			color: #ffffff;
			background: linear-gradient(to bottom, #0b5394 0%,#3B75A9 100%);
		}

        
		
		
        .breakout-panel:nth-child(odd) {
            background: #3d85c6;
            color: #ffffff;
        }
        .breakout-panel:nth-child(odd) h3{
            color: #cfe2f3;
        }
        .breakout-panel:nth-child(odd)  .read-more { 
            background-image: linear-gradient(transparent 0%, #3d85c6 90%);
        }
        @media only screen and (max-width: 965px) {
             nav
            {
                /* Color change to semi-opaque  */
                background: rgba(11, 83, 148, 0.9);
            }
            
            
                            header .content-wrapper
                            {
                                background-size: auto 80% !important; 
                                background-position: center center !important;
                                min-height:80px;
                            }
         }
		