html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #36393F;
  background-image: url(../../img/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  background-attachment: fixed;
}

#topbar {
  padding: 10px;
  background-color: rgba(33, 34, 38, 0.95);
}

#logo {
  width: 192px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.Buttons {
  min-width: 300px;
  margin-bottom: 10px !important;
  display: block !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  height: 44px;
  width: 20%;
  padding: 0 19.5555555556px;
  font-size: .875rem;
  color: #fff;
  cursor: pointer;
  align-items: center;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: .0892857143em;
  justify-content: center;
  outline: 0;
  text-indent: .0892857143em;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  white-space: inherit;
  border-style: none;
  transition-duration: .28s;
  line-height: 2;
}

.Buttons b i {
  font-size: 24px;
  align-items: center;
  letter-spacing: 10px;
  transition: .3s cubic-bezier(.25, .8, .5, 1), visibility 0s;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#local {
  background-color: rgb(61, 203, 113);
  border-color: rgb(61, 203, 113);
}

#local:hover {
  background-color: rgb(69, 214, 122)
}

#challenges {
  background-color: rgb(38, 179, 154);
  border-color: rgb(38, 179, 154);
}

#challenges:hover {
  background-color: rgb(43, 194, 167);
}

#communitymaps {
  background-color: rgb(38, 133, 179);
  border-color: rgb(38, 133, 179);
}

#communitymaps:hover {
  background-color: rgb(42 141 189);
}

@media (max-width: 960px) {
  .war-message {
    font-size: 0.4rem !important;
  }

  .og {
    transform: translateY(-85%) !important;
  }

  #logo {
    width: 145px !important;
  }
  
  .back-button {
    top: 5px !important;
  }
}

img[src*="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
  display: none
}

img[src*="https://cdn.000webhost.com/000webhost_war-message_small.png"] {
  display: none
}

.disclaimer {
  display: none;
}

a {
  text-decoration: none;
}

.og {
  position: relative !important;
  text-align: center !important;
  top: 50%;
  transform: translateY(-100%);
}

.og404 {
  position: relative !important;
  text-align: center !important;
  top: 80%;
}

.fa-backward {
  align-items: center;
  display: inline-flex;
  font-feature-settings: "liga";
  font-size: 34px;
  justify-content: center;
  letter-spacing: 10px;
  line-height: 1;
  position: relative;
  text-indent: 0;
  transition: .3s cubic-bezier(.25, .8, .5, 1), visibility 0s;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#home {
  background-color: rgb(61, 203, 113);
  border-color: rgb(61, 203, 113);
  height: 50px;
  width: 20%;
  padding: 0 19.5555555556px;
  font-size: .875rem;
  color: #fff;
  cursor: pointer;
  align-items: center;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: .0892857143em;
  justify-content: center;
  outline: 0;
  text-decoration: none;
  text-indent: .0892857143em;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  white-space: inherit;
  border-style: none;
  transition-duration: .28s;
  top: 80%;
}

#home:hover {
  background-color: rgb(69, 214, 122)
}

#err404 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10%);
  color: #fff;
  font-family: verdana;

}

.war-message {
  font-family: sans-serif;
  width: 100%;
  text-align: center;
  bottom: 0%;
  position: absolute;
  color: #fff;
  font-weight: 600;
  transition: .3s cubic-bezier(.25, .8, .5, 1), visibility 0s;
  background-color: rgba(33, 34, 38, 0.8);
  font-size: 0.75rem;
}

.war-message:hover {
  background-color: rgba(200, 200, 200, 0.2);
}

#ukraine {
  background: #005BBB;
  background: -webkit-linear-gradient(to right, #1f88f7 0%, #1f88f7 50%, #FFD500 56%, #ffd500 100%);
  background: -moz-linear-gradient(to right, #1f88f7 0%, #1f88f7 50%, #FFD500 56%, #ffd500 100%);
  background: linear-gradient(to right, #1f88f7 0%, #1f88f7 50%, #FFD500 56%, #ffd500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;

}