a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

.hero-image {    
    background-image: url("../heroblur.jpg");   
  
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }