.banner-block {
  background: linear-gradient(to right,#232D4B 0%,#284374 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: center 25%;
	padding:40px 20%;
  font-size:1.2em;
  color:white;
  text-align:center;
  margin-bottom:60px;
}

.banner-block h3 {
	color:white;
	font-size:4em;
	text-transform:uppercase;
	font-family:'franklin-gothic-urw-cond',arial;
	letter-spacing:1px;
	font-weight:800;
}

.banner-block h3 span {
	font-family:'bodoni-urw', serif, georgia;
}

#block-global-theme-views-block-news-block-3 {
	margin-top:60px;
}

#block-global-theme-views-block-news-block-3 .views-view-responsive-grid__item:hover {
	box-shadow: 0px 0px 15px #e57200;
  padding: 10px;
}