.slidersection {
  background: url(/includes/logo/footer.png);
  background-color: #001a42;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 15px; /* added left/right padding */
  color: #c1c9d1;
  position: relative;
  overflow-x: hidden; /* prevents horizontal scroll */
}

.slidersection h2 {
  color: #e5ff00;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}

.wordwidetitle {
  /*margin-left: -78px;*/
  /*margin-top: 25px;*/
  color: cyan;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  margin-bottom:20px;
}

/* Responsive Fixes */
@media (max-width: 991px) {
  .wordwidetitle {
    margin-left: 0;
    text-align: center;
  }

  .slidersection .col-md-4,
  .slidersection .col-md-3,
  .slidersection .col-md-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .slidersection .row {
    flex-direction: column;
  }

  .slidersection button {
    margin-left: 0 !important;
    text-align: center;
    display: block;
    margin: 15px auto 20px;
  }

  .sb-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .sb-slider li > a img {
    width: 100% !important;
    height: auto !important;
  }
}

#videoPlayer {
  margin-bottom: 20px;
  width: 100%;
  height: 450px;
  max-width: 100%;
}

.slidersection button {
  position: relative;
  border: 1px solid black;
  padding: 10px 20px;
  border-radius: 5em;
  box-shadow: inset 0 0 1px #23429e;
  background: radial-gradient(#111a39, 67.5%, #3476da) padding-box,
              radial-gradient(#a0c2ed, 35%, #a0c2ed00 70%) 50% 0/80% 50% repeat-y;
  color: #f2fdfe;
  font: 700 1.5em/1 montserrat, sans-serif;
  margin-bottom: 25px;
  margin-top: 15px;
  margin-left: 285px;
}

/* Override for smaller screens */
@media (max-width: 768px) {
  .slidersection button {
    margin-left: 0;
  }

  .wordwidetitle {
    margin-left: 0;
    font-size: 17px;
    text-align: center;
  }
}





.slidersection h2 {
    color: #e5ff00;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
}

.sb-slider, .sb-slider .sb-perspective > div, .sb-slider .sb-side {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
body, html, .container {
    transform: none !important;
    backface-visibility: visible !important;
}
.sb-slider {
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    width: 100%;
    list-style: none;
    padding: 0;
}
.sb-slider li > a img {
    display: block;
    border: none;
    height: 450px;
    width: 400px;
}
.sb-description {
    padding: 20px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    position: absolute;
    border-left: 4px solid rgba(255,255,255,0.7);
    opacity: 0;
    color: #fff;
    transition: all 200ms;
}
.container {
    margin: 30px;
}
.slidershadow {
    width: 100%;
    height: 168px;
    position: relative;
    margin-top: -110px;
}
.nav-arrows {
    display: none;
}
.nav-arrows a {
    width: 42px;
    height: 42px;
    background: #cbbfae url('https://tympanus.net/Development/Slicebox/images/nav.png') no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    cursor: pointer;
    opacity: 0.9;
    border-radius: 50%;
}
.nav-arrows a:first-child {
    left: 2px;
    background-position: top left;
}
.nav-arrows a:last-child {
    right: 2px;
    background-position: top right;
}
.slider-container {
    max-height: 440px;
    overflow: hidden;
    position: relative;
    /*max-width: 600px;*/
    margin: auto;
}
.slide-track {
    display: flex;
    flex-direction: column;
    animation: scrollUp 900s linear infinite;
}
@keyframes scrollUp {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-50%);
    }
}
.visitor-card {
    background: black;
    color: white;
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    margin: 10px;
    /*text-align: left;*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.visitor-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.visitortitle {
    color: cyan;
    margin-bottom: 6px;
    display: inline-block;
    /*width: 80px;*/
    margin-left:20px;
}
.visitordata {
    /*margin-bottom: 10px;*/
    display: inline-block;
}

@media (max-width: 768px) {
    .slidersection button {
        margin-left: 0;
        margin-bottom: 0 !important;
    }
    .wordwidetitle {
        margin-left: 65px;
        margin-top: 10px !important;
        font-size: 17px;
        color: cyan;
    }
    .sb-slider {
        width: 300px;
    }
    .sb-slider li > a img {
        height: 450px;
        width: 400px;
        margin: 0 auto;
    }
}