html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
}

body {
  /*background: #f1f1f1;*/
  margin-bottom: 60px;
}

.grecaptcha-badge {
  z-index: 999999;
}

.container {
  max-width: 960px;
}

.my-card-header {
  max-width: 700px;
}

.card-deck .card-server {
  min-width: 220px;
}

.card-li {
  padding: 0.4rem !important;
}

.server-continents {
  padding: 5px;
}
.server-continents a {
  font-weight: bold;
  padding: 5px;
  color: #fff;
}

.border { border-top: 1px solid #73818f; }
.border-top { border-top: 1px solid #73818f; }
.border-bottom { border-bottom: 1px solid #73818f !important; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.my-icon {
  font-size: 20px !important;
}

.donate-card {
  margin-bottom: 1px;
}

.hero-image {
  background-image: url("../img/google_ads-o.png");
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.navbar-light .nav-link {
  color: #fff !important;
}

.navbar-dark .nav-link {
  color: #d2d1d1 !important;
}

.navbar-dark .nav-link:hover {
  color: #fff !important;
}

.navbar-dark .page-title-ext {
  color: #d2d1d1 !important;
}

.nav-link.btn {
  color: #fff !important;
  width: 110px;
  font-size: 0.9rem;
}

.nav-link.btn-white,
.nav-link.btn-white:hover {
  color: #fff !important;
}

.nav-link.btn-black,
.nav-link.btn-black:hover {
  color: #000 !important;
}

.nav-link.first-btn {
  margin-left: 10px;
}

.information-desk {
  display: none;
}

.information-desk div {
  display: inline-block;
  line-height: 1;
}

a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

/* FAB */
.btn-group-fab {
  position: fixed;
  width: 50px;
  height: auto;
  right: 20px;
  bottom: 20px;
  z-index: 99999999;
}
.btn-group-fab div {
  position: relative;
  width: 100%;
  height: auto;
}
.btn-group-fab .btn {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  display: block;
  margin-bottom: 4px;
  width: 40px;
  height: 40px;
  margin: 4px auto;
}
.btn-group-fab .btn-main {
  width: 50px;
  height: 50px;
  right: 50%;
  margin-right: -25px;
  z-index: 9;
}
.btn-group-fab .btn-sub {
  /* bottom: ; */
  z-index: 8;
  right: 50%;
  margin-right: -20px;
  -webkit-transition: all 2s;
  transition: all 0.5s;
}
.btn-group-fab .btn-sub i {
  margin-top: 50%;
}
.btn-group-fab.active .btn-sub:nth-child(2) {
  bottom: 60px;
}
.btn-group-fab.active .btn-sub:nth-child(3) {
  bottom: 110px;
}
.btn-group-fab.active .btn-sub:nth-child(4) {
  bottom: 160px;
}
.btn-group-fab.active .btn-sub:nth-child(5) {
  bottom: 210px;
}
.server-badge {
  display: inline;
  position: relative;
  top: -2px;
}
.badge-outline-danger {
  font-size: 10px;
  border-radius: 50em;
  border: #EF484B 2px solid;
  padding: 1px 7px;
}

.news-alert, .updates-alert {
  z-index: 1025;
  margin-bottom: 0px !important;
  border-radius: 0 !important;
}

@media screen and (max-width: 767px) {
  .nav-link.btn {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.first-btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}