.services-header {
  background: linear-gradient(
      rgba(245, 242, 208, 0.6),
      rgba(245, 242, 208, 0.6)
    ),
    url(../img/services.jpg) center center/cover;
  height: 40vh;
}
.services-header h1 {
  color: #da2736;
  padding-top: 80px;
  font-size: 3em;
}
.service img {
  width: 100%;
}
.service {
  margin-bottom: 30px;
  background-color: #f5f2d0;
}
.service-text {
  border: 1px solid #fcf7c9;
  padding: 20px;
}
.service i {
  font-size: 2em;
  color: #fcf7c9;
}
.serv-link {
  border: 4px solid #fcf7c9;
  background-color: rgb(97, 97, 97);
}
.serv-link:hover {
  border: 4px solid #fcf7c9;
  background-color: rgb(97, 97, 97);
}
.service-details img {
  width: 100%;
}
/*=========================
    Concert Service
=========================*/
.concert-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/concert.jpg) center center/cover;
  height: 40vh;
}
.concert-header h1 {
  color: #da2736;
  padding-top: 80px;
  font-size: 3em;
}
/*=========================
    wedding Service
=========================*/
.wedding-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/wedding.jpg) center center/cover;
  height: 40vh;
}
.wedding-header h1 {
  color: #da2736;
  padding-top: 80px;
  font-size: 3em;
}
/*=========================
    Cruise Service
=========================*/
.cruise-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/cruise.jpg) center center/cover;
  height: 40vh;
}
.cruise-header h1 {
  color: #da2736;
  padding-top: 80px;
  font-size: 3em;
}

/*=========================
    birthday Service
=========================*/
.birthday-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/birthday.jpg) center center/cover;
  height: 40vh;
}
.birthday-header h1 {
  color: #da2736;
  padding-top: 80px;
  font-size: 3em;
}

/*=========================
    prom Service
=========================*/
.prom-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/prom.jpg) center center/cover;
  height: 40vh;
}
.prom-header h1 {
  color: #da2736;
  padding-top: 80px;
  font-size: 3em;
}
/*=========================
    casino Service
=========================*/
.casino-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/casino.jpg) center center/cover;
  height: 40vh;
}
.casino-header h1 {
  color: #da2736;
  padding-top: 80px;
  font-size: 3em;
}
/*=========================
    airport Service
=========================*/
.airport-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/airport.jpg) center center/cover;
  height: 40vh;
}
.airport-header h1 {
  color: #da2736;
  padding-top: 80px;
  font-size: 3em;
}

/*=========================
    shuttle Service
=========================*/
.shuttle-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/shuttle.jpg) center bottom/cover;
  height: 40vh;
}
.shuttle-header h1 {
  color: #da2736;
  padding-top: 80px;
  font-size: 3em;
}
/*=========================
    bach Service
=========================*/
.bach-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/bachelorette2.jpg) center top/cover;
  height: 40vh;
}
.bach-header h1 {
  color: #da2736;
  padding-top: 80px;
  font-size: 3em;
}
/*=========================
    business Service
=========================*/
.business-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/business.jpg) center top/cover;
  height: 40vh;
}
.business-header h1 {
  color: #da2736;
  padding-top: 80px;
  font-size: 3em;
}
/*=========================
    quin Service
=========================*/
.quin-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/quinceanera.jpg) center top/cover;
  height: 40vh;
}
.quin-header h1 {
  color: #da2736;
  padding-top: 80px;
  font-size: 3em;
}
/*=========================
    outlet Service
=========================*/
.outlet-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/outlet.jpg) center center/cover;
  height: 40vh;
}
.outlet-header h1 {
  color: #da2736;
  padding-top: 80px;
  font-size: 3em;
}
