#swipe-themes {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#swipe-themes a {
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #003C57;
  font-weight: bold;
  padding-bottom: 0.5rem;
  display: inline-block;
  padding-right: 0rem;
  margin-right: 0.7rem;
  border-bottom: 2px solid #fff;
}
#swipe-themes a.active {
  border-bottom: 2px solid #003C57;
  background: transparent;
  color: #003C57;
}
#swipe-themes a:hover {
  border-bottom: 2px solid #003C57;
}
#swipe-themes i {
  color: #003C57;
  margin-right: 0.6rem;
}

.scroll {
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.scroll::-webkit-scrollbar {
  display: none;
}

.example-two-header .home-link {
  width: 25%;
}

.vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
}

.swipe-content {
  justify-content: space-around;
}

@media (max-width: 1100px) {
  .scroll {
    width: 75%;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
    overflow: -moz-scrollbars-none;
  }

  .scroll::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) {
  #swipe-themes a {
    font-size: 12px;
  }
}

/*# sourceMappingURL=swipe.css.map */
