/*Nav Background / Headings Text*/
#navigation { background: #ff810c; }
.specials { background: #ff810c; }
.menu h2 { background: #ff810c; }
#navigation ul li ul { background: #ff810c; }
.head-text h2 { color: #ff810c; }
.head-info h2 { color: #ff810c; }
.inner h2 { color: #ff810c; }
.form-section h3 { color: #ff810c; }
.head-section h2 { color: #ff810c; font-weight: bold; }
.inventory-item h3 { color: #ff810c; }
.section h3 { color: #ff810c; }
.contacts h3 { color: #ff810c; }

/*Nav Bar Hover Background*/
#navigation ul li a:hover { background: #d56d02; }
#navigation ul li a.hover { background: #d56d02; }
#navigation ul li a.active { background: #d56d02; }

/*Nav Bar Text*/
#navigation ul li a { color: #ffffff; }
.specials h2 { color: #ffffff; }
.specials a { color: #ffffff; }
#navigation ul li ul { color: #ffffff; }
#navigation ul li a:hover { color: #ffffff; }
#navigation ul li a.hover { color: #ffffff; }
#navigation ul li a.active { color: #ffffff; }
#navigation ul li ul { color: #ffffff; }
.menu h2 { color: #ffffff; }

.button{ background: #ff810c; }
.button:hover{ background: #d56d02; }