h1 > a {
  margin-right: 10px;
  margin-left: 10px;
}

.info {
 text-decoration: none;
}

.hpsns{
	list-style-type: none;
  	color: white;
	margin: 0;
	padding: 10px 10px 10px 10px;


}
.hpsns li {
	float: left;
	border-right: 1px solid #bbbbbb;
  	padding: 0px 0px 10px 0px;
}

li a {

	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
}

.shadow1 {
        filter: drop-shadow(5px 5px 5px #aaa);
}

.img_wrap{
  width: 80%;
  height: auto;
  filter: drop-shadow(5px 5px 5px #aaa);
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.staffpix{
  width=65%;
  height=auto;
}

.item_image{
  border: 2px solid #ddd;
  width: 320px;
  height: auto;
  overflow: hidden;
}
.item_image{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.2s;
}
.item_image:hover img{
  opacity: 0.4;
  transition-duration: 0.2s;
}

.bxSlider img{
    width: 100% !important;
  height: 350px !important;
}