.tabbar{
    overflow:hidden;
    background-color: #560808;
   /* background-color:  #a21212;*/
    color:white;
	font-size: 19px;
	position: relative;
}
.tabbar button{
	background-color: inherit;
	float:left;
	border:none;
	outline: none;
	cursor: pointer;
	color:white;
    padding: 14px 16px;
	font-size: 19px;
}
.footer
{
   background-color: #560808;
}
.li-footer 
{
  color:white;
}
.a-footer
{
  color:white;
}

/* CSS for Image Slider*/
.mySlides {display: none;height: 900px;}

.slideshow-container {
  max-width: 1000px fit-content;
  max-height: 445px;
 
  position: relative;
  margin: auto;
}
.fade {
	animation-name:fade;
	animation-duration:60s;
  }
  
  @keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
  }
  .active {
	background-color: #717171;
  }
  
  
