.next-page-bar {
  display: table;
  width: 100%;
}

.next-click-link {
  width: 50%;
  float: left;
  display: inline-block;
}

.previous-click-link {
  width: 50%;
  float: left;
  display: inline-block;
}

.links-next-index {
  padding: 110px 0;
  font-size: 50px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.links-next-index:hover {
  background: rgba(30, 30, 26, 0.6);
  color: #bbbbbb;
}

.links-next {
  padding: 110px 0;
  font-size: 50px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.links-next:hover {
  background: rgba(138, 35, 49, 0.6);
  color: #bbbbbb;
}

.about-next {
  background: linear-gradient(rgba(30, 30, 26, 0.2), rgba(30, 30, 26, 0.2), rgba(30, 30, 26, 0.2)), url(../images/about-head.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.index-next {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/intro-bg.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.menu-next {
  background: linear-gradient(rgba(30, 30, 26, 0.2), rgba(30, 30, 26, 0.2), rgba(30, 30, 26, 0.2)), url(../images/menu-head.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.events-next {
  background: linear-gradient(rgba(30, 30, 26, 0.2), rgba(30, 30, 26, 0.2), rgba(30, 30, 26, 0.2)), url(../images/events-head.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.photos-next {
  background: linear-gradient(rgba(30, 30, 26, 0.2), rgba(30, 30, 26, 0.2), rgba(30, 30, 26, 0.2)), url(../images/photos-head.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.contact-next {
  background: linear-gradient(rgba(30, 30, 26, 0.2), rgba(30, 30, 26, 0.2), rgba(30, 30, 26, 0.2)), url(../images/contact-head.jpg) no-repeat center center !important;
  background-size: cover !important;
}

@media screen and (max-width: 600px) {
  .links-next-index {
    padding: 80px 0;
    font-size: 30px;
    text-transform: capitalize;
  }
  .links-next {
    padding: 40px 0;
    font-size: 24px;
    text-transform: capitalize;
  }
}
