/*=============================
 * -----------Banner------------
 * =============================*/

#banner{
  width:100%;
  height:22vh;
  background: rgba(22,181,115,1);
  background: -webkit-gradient(left top, right bottom, color-stop(rgba(22,181,115,0.87)), color-stop(rgba(24,185,165,0.87))), url(https://www.nethosted.co.uk/img/nhbg.png);
  background: linear-gradient(135deg, rgba(22,181,115,0.87), rgba(24,185,165,0.87)), url(https://www.nethosted.co.uk/img/nhbg.png);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16b573', endColorstr='#18b9a5', GradientType=1 );
  overflow:hidden;
}

/*=============================
 * -----------General------------
 * =============================*/



#banner-title h1 {
font-size:3.5em;
margin-top:60px;
width:auto;
}

