html {
			background-color: #04294a;
		}

		body {
			color:#000000;
		}

        		

		
            header .content-wrapper
			{
				background-image:url("https://southernvamakersmarket.luluslocalfood.com/Picture/Logo(100,100)/24695.jpg");
				/*height:372px;*/
                background-position: center;
                background-position: center calc(50% + 20px); 
                background-size: auto 70%; 
                 padding-bottom: 31%;
			}
        		

		h1{
			color:#666666;
		}
		h2{
			color:#666666;
		}
		h3
		{
			color:#ff0000;
		}
		h4
		{
			color:#ff0000;
			margin: 10px 0px 2px 0px;
		}

		legend {
			color: #ff0000;
		}

        
        /*#TopNav{
            background-color: #ffffff !important;
            border-bottom:2px solid #FFFFFF !important;
        }    */    
        .circle{
            background-color: rgba(255, 255, 255, 0.9);
            color: #000000;
        }
        .circle:hover{
            background-color: #dca603;
        }

        .cart-text{
            color:#ffffff;
            text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
        }
		nav{
			background-color: rgba(255, 255, 255, 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(255, 255, 255, 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: #000000;
		}
		nav a:hover{
			background-color:#dca603;
		}


        .nav-toggle {
			background-color: rgba(255, 255, 255, 0.9) !important;
			border-color: #000000  !important;
		}
        .nav-toggle .icon-bar{
            color: #000000  !important;
            background-color: #000000  !important;
        }

		footer {
			background-color: #04294a;
			color:#ffffff;
		}

		footer a {
			color:#ffffff !important;
		}
		footer .lululogo a
		{
			background-image:url("/Content/images/LulusSmaller.png");
		}
		/* Table style overrides*/

		table.tabular th{
			color:#ffffff;
			background: #666666;
			background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#666666)); 
			background: -moz-linear-gradient(top,  #757575,  #666666);
			background: -o-linear-gradient(top, #757575 0%,#666666 100%); 
			background: -ms-linear-gradient(top, #757575 0%,#666666 100%);
			background: linear-gradient(to bottom, #757575 0%,#666666 100%); 
		}

        
		a.linkButton{
			color: #ffffff !important;
		}

		.actionButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #ffffff !important;
			border: solid 1px #666666;
			background: #666666;
			background: linear-gradient(to bottom, #757575 0%,#666666 100%); 
		}

		.actionButton:hover {
			background: #757575;
			background: linear-gradient(to bottom, #828282 0%,#757575 100%);  
		}

		.actionButton:active {
			color: #ffffff;
			background: linear-gradient(to bottom, #666666 0%,#757575 100%);
		}


        .menuButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #000000 !important;
			border: solid 1px #ffffff;
			background: #ffffff;
			background: linear-gradient(to bottom, #FFFFFF 0%,#ffffff 100%); 
		}

		.menuButton:hover {
			background: #757575;
			background: linear-gradient(to bottom, #ffffff 0%,#dca603 100%);  
		}

		.menuButton:active {
			color: #000000;
			background: linear-gradient(to bottom, #ffffff 0%,#FFFFFF 100%);
		}

        
		
		
        .breakout-panel:nth-child(odd) {
            background: #0b5394;
            color: #ffffff;
        }
        .breakout-panel:nth-child(odd) h3{
            color: #ffffff;
        }
        .breakout-panel:nth-child(odd)  .read-more { 
            background-image: linear-gradient(transparent 0%, #0b5394 90%);
        }
        @media only screen and (max-width: 965px) {
             nav
            {
                /* Color change to semi-opaque  */
                background: rgba(255, 255, 255, 0.9);
            }
            
            
                            header .content-wrapper
                            {
                                background-size: auto 80% !important; 
                                background-position: center center !important;
                                min-height:80px;
                            }
         }
		