html {
			background-color: #13700e;
		}

		body {
			color:#231e1e;
		}

        
			html
			{
				/*background: linear-gradient(transparent, 30%,#13700e), url("https://gfloresproduce.luluslocalfood.com/Picture/background(1200,447)/58089.jpg"); */

                background: url("https://gfloresproduce.luluslocalfood.com/Picture/background(1200,447)/58089.jpg"); 
                background-size: contain;
                background-repeat: no-repeat;
                background-position: top;
                background-attachment: fixed;
			}
				

		
            header .content-wrapper
			{
				background-image:url("https://gfloresproduce.luluslocalfood.com/Picture/Logo(100,100)/58091.jpg");
				/*height:273px;*/
                background-position: center;
                background-position: center calc(50% + 20px); 
                background-size: auto 70%; 
                 padding-bottom: 22.75%;
			}
        		

		h1{
			color:#13700e;
		}
		h2{
			color:#13700e;
		}
		h3
		{
			color:#0e56a8;
		}
		h4
		{
			color:#0e56a8;
			margin: 10px 0px 2px 0px;
		}

		legend {
			color: #0e56a8;
		}

        
        /*#TopNav{
            background-color: #13700e !important;
            border-bottom:2px solid #FFFFFF !important;
        }    */    
        .circle{
            background-color: rgba(19, 112, 14, 0.9);
            color: #000000;
        }
        .circle:hover{
            background-color: #c8f1c6;
        }

        .cart-text{
            color:#13700e;
            text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
        }
		nav{
			background-color: rgba(19, 112, 14, 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(19, 112, 14, 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:#c8f1c6;
		}


        .nav-toggle {
			background-color: rgba(19, 112, 14, 0.9) !important;
			border-color: #000000  !important;
		}
        .nav-toggle .icon-bar{
            color: #000000  !important;
            background-color: #000000  !important;
        }

		footer {
			background-color: #13700e;
			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: #0e56a8;
			background: -webkit-gradient(linear, left top, left bottom, from(#2666B0), to(#0e56a8)); 
			background: -moz-linear-gradient(top,  #2666B0,  #0e56a8);
			background: -o-linear-gradient(top, #2666B0 0%,#0e56a8 100%); 
			background: -ms-linear-gradient(top, #2666B0 0%,#0e56a8 100%);
			background: linear-gradient(to bottom, #2666B0 0%,#0e56a8 100%); 
		}

        
		a.linkButton{
			color: #ffffff !important;
		}

		.actionButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #ffffff !important;
			border: solid 1px #0e56a8;
			background: #0e56a8;
			background: linear-gradient(to bottom, #2666B0 0%,#0e56a8 100%); 
		}

		.actionButton:hover {
			background: #2666B0;
			background: linear-gradient(to bottom, #3B75B7 0%,#2666B0 100%);  
		}

		.actionButton:active {
			color: #ffffff;
			background: linear-gradient(to bottom, #0e56a8 0%,#2666B0 100%);
		}


        .menuButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #000000 !important;
			border: solid 1px #13700e;
			background: #13700e;
			background: linear-gradient(to bottom, #428C3E 0%,#13700e 100%); 
		}

		.menuButton:hover {
			background: #2666B0;
			background: linear-gradient(to bottom, #13700e 0%,#c8f1c6 100%);  
		}

		.menuButton:active {
			color: #000000;
			background: linear-gradient(to bottom, #13700e 0%,#428C3E 100%);
		}

        
		
		
        .breakout-panel:nth-child(odd) {
            background: #13700e;
            color: #0e56a8;
        }
        .breakout-panel:nth-child(odd) h3{
            color: #ffffff;
        }
        .breakout-panel:nth-child(odd)  .read-more { 
            background-image: linear-gradient(transparent 0%, #13700e 90%);
        }
        @media only screen and (max-width: 965px) {
             nav
            {
                /* Color change to semi-opaque  */
                background: rgba(19, 112, 14, 0.9);
            }
            
            
                            header .content-wrapper
                            {
                                background-size: auto 80% !important; 
                                background-position: center center !important;
                                min-height:80px;
                            }
         }
		