html {
			background-color: #064375;
		}

		body {
			color:#23ba69;
		}

        
			html
			{
				/*background: linear-gradient(transparent, 30%,#064375), url("https://flflr.luluslocalfood.com/Picture/background(1200,417)/60897.jpg"); */

                background: url("https://flflr.luluslocalfood.com/Picture/background(1200,417)/60897.jpg"); 
                background-size: contain;
                background-repeat: no-repeat;
                background-position: top;
                background-attachment: fixed;
			}
				

		
            header .content-wrapper
			{
				background-image:url("https://flflr.luluslocalfood.com/Picture/Logo(100,100)/60888.jpg");
				/*height:271px;*/
                background-position: center;
                background-position: center calc(50% + 20px); 
                background-size: auto 70%; 
                 padding-bottom: 22.58333%;
			}
        		

		h1{
			color:#23ba69;
		}
		h2{
			color:#23ba69;
		}
		h3
		{
			color:#23ba69;
		}
		h4
		{
			color:#23ba69;
			margin: 10px 0px 2px 0px;
		}

		legend {
			color: #23ba69;
		}

        
        /*#TopNav{
            background-color: #23ba69 !important;
            border-bottom:2px solid #FFFFFF !important;
        }    */    
        .circle{
            background-color: rgba(35, 186, 105, 0.9);
            color: #064375;
        }
        .circle:hover{
            background-color: #19a2a5;
        }

        .cart-text{
            color:#23ba69;
            text-shadow: -1px 0 #064375, 0 1px #064375, 1px 0 #064375, 0 -1px #064375;
        }
		nav{
			background-color: rgba(35, 186, 105, 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(35, 186, 105, 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: #064375;
		}
		nav a:hover{
			background-color:#19a2a5;
		}


        .nav-toggle {
			background-color: rgba(35, 186, 105, 0.9) !important;
			border-color: #064375  !important;
		}
        .nav-toggle .icon-bar{
            color: #064375  !important;
            background-color: #064375  !important;
        }

		footer {
			background-color: #064375;
			color:#ffffff;
		}

		footer a {
			color:#ffffff !important;
		}
		footer .lululogo a
		{
			background-image:url("/Content/images/LulusSmaller.png");
		}
		/* Table style overrides*/

		table.tabular th{
			color:#064375;
			background: #23ba69;
			background: -webkit-gradient(linear, left top, left bottom, from(#39C078), to(#23ba69)); 
			background: -moz-linear-gradient(top,  #39C078,  #23ba69);
			background: -o-linear-gradient(top, #39C078 0%,#23ba69 100%); 
			background: -ms-linear-gradient(top, #39C078 0%,#23ba69 100%);
			background: linear-gradient(to bottom, #39C078 0%,#23ba69 100%); 
		}

        
		a.linkButton{
			color: #064375 !important;
		}

		.actionButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #064375 !important;
			border: solid 1px #23ba69;
			background: #23ba69;
			background: linear-gradient(to bottom, #39C078 0%,#23ba69 100%); 
		}

		.actionButton:hover {
			background: #39C078;
			background: linear-gradient(to bottom, #4CC685 0%,#39C078 100%);  
		}

		.actionButton:active {
			color: #064375;
			background: linear-gradient(to bottom, #23ba69 0%,#39C078 100%);
		}


        .menuButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #064375 !important;
			border: solid 1px #23ba69;
			background: #23ba69;
			background: linear-gradient(to bottom, #4FC787 0%,#23ba69 100%); 
		}

		.menuButton:hover {
			background: #39C078;
			background: linear-gradient(to bottom, #23ba69 0%,#19a2a5 100%);  
		}

		.menuButton:active {
			color: #064375;
			background: linear-gradient(to bottom, #23ba69 0%,#4FC787 100%);
		}

        
		
		
        .breakout-panel:nth-child(odd) {
            background: #23ba69;
            color: #ffffff;
        }
        .breakout-panel:nth-child(odd) h3{
            color: #064375;
        }
        .breakout-panel:nth-child(odd)  .read-more { 
            background-image: linear-gradient(transparent 0%, #23ba69 90%);
        }
        @media only screen and (max-width: 965px) {
             nav
            {
                /* Color change to semi-opaque  */
                background: rgba(35, 186, 105, 0.9);
            }
            
            
                            header .content-wrapper
                            {
                                background-size: auto 80% !important; 
                                background-position: center center !important;
                                min-height:80px;
                            }
         }
		