



.header{
	width: auto;
	height: 100px;
	background-color: #dddddd;
}
.logo{
	background: none;
	width: 280px;
	height: 65px;
	padding-bottom: 3px;
}
.batn{}
/*menu*/

ul {
  list-style-type: none;
  margin: 10px 0px 0px 0px;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #04AA6D;
}

.small-logo{

	background-color: #f5f5f5;
	border-color: red;
	border-radius: 5px;
}
.site-block{

	border-style: solid; 
	border-width: 1px; 
	margin-top: 1px; 
	margin-right: 10;
}
.img-logo{

	width:100%; 
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	padding-bottom: 5px;

}

.text-heading{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.catagory-title{
	width: auto;
	height: 40px;
	background-color: #B6B09F;

}
.catagory-title1{
	color: #ffffff;
	text-align: center;

}

.footer-text{
	color: #000000;
	text-align: center;
	margin-top: 35px;
}

.footer{
	background-color: #d4ecdc;
	height: 100px;
}


// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }