.playercounter > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.playercounter i {
  opacity: .6;
}

.playercounter .ip {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2px 6px;
  border-radius: .25rem;
}

html {
  scroll-behavior: smooth;
}

#navbar {
  min-height: 74px;
}

body {
  padding-top: 74px;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.donationspage header.hero {
  height: 20rem !important;
}

.donationspage .logo {
  width: 20rem !important;
}

header.hero {
  background-image: url(../assets/images/backgrounds/1.png);
  height: 40rem;
}

header.hero .logo {
  width: 35rem;
}

header.hero .ip {
  background-color: rgba(0, 0, 0, 0.4);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

header.hero .ipwrap {
  margin-top: -20px;
}

.feature-card, .vote-card {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.feature-card:hover, .vote-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.feature-card > div, .vote-card > div {
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.vote-card img {
  height: 74px;
}

section {
  overflow: hidden;
}

.section-with-bg-1 {
  background-image: url(../assets/images/backgrounds/2.png);
}

.section-with-bg-2 {
  background-image: url(../assets/images/backgrounds/3.png);
}

.section-with-bg-3 {
  background-image: url(../assets/images/backgrounds/4.png);
}

.topbutton {
  bottom: 10px;
  right: 10px;
  z-index: 20;
  -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  transition: transform .3s ease, box-shadow .3s ease;
  transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
}

.topbutton:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.bg-custom-gray {
  background-color: #292929;
}

.donatorlink i.fa-arrow-right {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.donatorlink:hover > i.fa-arrow-right {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
/*# sourceMappingURL=style.css.map */