.t3-mainnav {
  border: 0;
  border-bottom: 1px solid #723300;
  margin-bottom: 0;
  border-radius: 0;
}
.navbar-default {
  background-color: #723300;
  border-color: #472001;
}
  .logo a {
    background: #883d00;
  }
.logo:hover a,
.logo a:hover,
.logo a:active,
.logo a:focus {
  background: #472001;
  color: #ffffff;
  text-decoration: none;
}
.slideshow {
	  margin-right: auto;
	  margin-left: auto;
	  /* box-shadow: 0 0px 3px rgba(0,0,0,.3); */
	  /* border-radius: 6px 6px 6px 6px; */
	  background-color: rgba(255, 255, 255, 1);
	  width: 1180px;
	  padding-right: 20px;
	  padding-left: 0px;
	  padding-bottom: 20px;
	  padding-top: 0px;
	  margin-top: 20px; 
	  
}