html,body {
font-family: "HelveticaNeueLTW06-65Medium", sans-serif;
}
.hero.is-info {
  background: linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ), url('Correspondent-Lending5.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero .nav, .hero.is-success .nav {
  -webkit-box-shadow: none;
  box-shadow: 2px;
}
.hero .subtitle {
  padding: 1rem 0;
  line-height: 1;
}
.navbarimg {
	position: relative;
    bottom: 5px;
    left: 10%;
    width: 75%;
}

.clientcontainer{
	
	position: absolute !important;
    top: 279px;
    height: 500%;
}