.container-header
{
background:#fff;
}


.navbar-brand
{
margin:auto;
background-image: url('https://homesteadsoupkitchen.com/new/images/header.png') !important;
width:98%;
}

.brand-logo
{
box-shadow:inset 0px 1px 0px 0px #fce2c1;
}

.nav-item
{
margin:auto;
  font-size:15px;
  font-family:Arial;
  text-align:center;
  width:110px;
  height:30px;
  border-width:2px;
  color:#006400;
  border-color:#00ff00;
  font-weight:bold;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  box-shadow:inset 0px 1px 0px 0px #fce2c1;
  text-shadow:inset 0px 1px 0px #cc9f52;
  background:linear-gradient(#ffc477, #fb9e25);
}

.nav-item:hover {
  background: linear-gradient(#fb9e24, #ffc477);
color:#000 !important;
}

.nav-item:active {
background: linear-gradient(#fd9e24, #ffc477);
color:#000 !important;
color:teal;
}



.container-component
{ 
background-image: url('https://homesteadsoupkitchen.com/images/bg.jpg') !important;
border-radius: 20px;
box-shadow: 10px 10px 5px #aaaaaa;
padding:10px;
margin-bottom:20px;
}


.footer
{
border-radius: 20px;
margin-top:20px;
margin:auto;
width:75%;
background:#fff;
color:#000;
}


