html {
			background-color: #dbe187;
		}

		body {
			color:#291919;
		}

        
			html
			{
				/*background: linear-gradient(transparent, 30%,#dbe187), url("https://oldtavernfarm.luluslocalfood.com/Picture/background(1200,501)/36960.jpg"); */

                background: url("https://oldtavernfarm.luluslocalfood.com/Picture/background(1200,501)/36960.jpg"); 
                background-size: contain;
                background-repeat: no-repeat;
                background-position: top;
                background-attachment: fixed;
			}
				

		
			header{
                width: 100%;
                margin: auto;
            }
            header .content-wrapper
			{
                width:100%;
                padding-bottom: 41.66666%;
			}
				

		h1{
			color:#1a1212;
		}
		h2{
			color:#1a1212;
		}
		h3
		{
			color:#221717;
		}
		h4
		{
			color:#221717;
			margin: 10px 0px 2px 0px;
		}

		legend {
			color: #221717;
		}

        
        /*#TopNav{
            background-color: #e6acba !important;
            border-bottom:2px solid #FFFFFF !important;
        }    */    
        .circle{
            background-color: rgba(230, 172, 186, 0.9);
            color: #0d0606;
        }
        .circle:hover{
            background-color: #ede9e4;
        }

        .cart-text{
            color:#e6acba;
            text-shadow: -1px 0 #0d0606, 0 1px #0d0606, 1px 0 #0d0606, 0 -1px #0d0606;
        }
		nav{
			background-color: rgba(230, 172, 186, 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(230, 172, 186, 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: #0d0606;
		}
		nav a:hover{
			background-color:#ede9e4;
		}


        .nav-toggle {
			background-color: rgba(230, 172, 186, 0.9) !important;
			border-color: #0d0606  !important;
		}
        .nav-toggle .icon-bar{
            color: #0d0606  !important;
            background-color: #0d0606  !important;
        }

		footer {
			background-color: #dbe187;
			color:#311f15;
		}

		footer a {
			color:#311f15 !important;
		}
		footer .lululogo a
		{
			background-image:url("/Content/images/LulusDarkSmaller.png");
		}
		/* Table style overrides*/

		table.tabular th{
			color:#183c18;
			background: #cccccc;
			background: -webkit-gradient(linear, left top, left bottom, from(#D1D1D1), to(#cccccc)); 
			background: -moz-linear-gradient(top,  #D1D1D1,  #cccccc);
			background: -o-linear-gradient(top, #D1D1D1 0%,#cccccc 100%); 
			background: -ms-linear-gradient(top, #D1D1D1 0%,#cccccc 100%);
			background: linear-gradient(to bottom, #D1D1D1 0%,#cccccc 100%); 
		}

        
		a.linkButton{
			color: #183c18 !important;
		}

		.actionButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #183c18 !important;
			border: solid 1px #cccccc;
			background: #cccccc;
			background: linear-gradient(to bottom, #D1D1D1 0%,#cccccc 100%); 
		}

		.actionButton:hover {
			background: #D1D1D1;
			background: linear-gradient(to bottom, #D5D5D5 0%,#D1D1D1 100%);  
		}

		.actionButton:active {
			color: #183c18;
			background: linear-gradient(to bottom, #cccccc 0%,#D1D1D1 100%);
		}


        .menuButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #0d0606 !important;
			border: solid 1px #e6acba;
			background: #e6acba;
			background: linear-gradient(to bottom, #EBBCC7 0%,#e6acba 100%); 
		}

		.menuButton:hover {
			background: #D1D1D1;
			background: linear-gradient(to bottom, #e6acba 0%,#ede9e4 100%);  
		}

		.menuButton:active {
			color: #0d0606;
			background: linear-gradient(to bottom, #e6acba 0%,#EBBCC7 100%);
		}

        
		
		
        .breakout-panel:nth-child(odd) {
            background: #a3b3b4;
            color: #570000;
        }
        .breakout-panel:nth-child(odd) h3{
            color: #096509;
        }
        .breakout-panel:nth-child(odd)  .read-more { 
            background-image: linear-gradient(transparent 0%, #a3b3b4 90%);
        }
        @media only screen and (max-width: 965px) {
             nav
            {
                /* Color change to semi-opaque  */
                background: rgba(230, 172, 186, 0.9);
            }
            
            
         }
		