a {  
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
}

a.button:hover {
  text-decoration: none !important;
}

.custom-home-color {
  background: none;
  color: white;
}

#main-content {
  margin-top: 80px !important;

@media (max-width: 992px) {
    .header-row {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.foys.io/foys/57c85bb4-0771-40bf-9b30-ef0fd70a2b23/d492bfff-1b67-4298-b627-cd2e7eb01cd9.jpg?w=1600') no-repeat center;
      background-size: cover;
    }
  }
}