html,
body {
  height: 100%;
  margin: 0;
  background: url(https://res.cloudinary.com/daio5kgqd/image/upload/v1589819302/Halo/hex.png)
    repeat #666666ff;
  background-size: 750px;
  color: white;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}
.footer,
.push {
  height: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.leftIcon {
  left: 4px;
  margin-left: 4px;
  width: 50px;
  height: 50px;
  float: left;
  cursor: pointer;
}

.rightIcon {
  right: 4px;
  margin-right: 4px;
  width: 50px;
  height: 50px;
  float: right;
  cursor: pointer;
}

.banner {
  border-radius: 10px;
  margin-bottom: 20px;
  background-image: url("https://res.cloudinary.com/daio5kgqd/image/upload/v1590261123/Halo/Halo.jpg");
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 200px;
  background-position-y: center;
  background-size: cover;
}

.titleText {
  font-size: 10vmin;
  font-weight: bold;
  color: white;
  font-family: "Aldrich", Aldrich, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 1s;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text {
  font-size: 25px;
  font-weight: bold;
  color: white;
  font-family: "Aldrich", Aldrich, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 1s;
  text-align: center;
}

.tcText {
  font-size: 20px;
  font-weight: bold;
  color: black;
  font-family: "Aldrich", Aldrich, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 1s;
  text-align: center;
  line-height: 0px;
  position: relative;
  bottom: -45px;
}
.cardHolderMap {
  float: left;
  width: 200px;
  margin: 10px 10px 5px 10px;
}
.cardHolderTimer {
  float: left;
  width: 200px;
  margin: 10px 10px 5px 10px;
  transition: all 1s;
}

.centeredText {
  position: relative;
  left: 50%;
  line-height: 0px;
  transform: translate(-50%);
}

.centeredTextSmall {
  position: relative;
  font-size: 18px;
  left: 50%;
  line-height: 0px;
  transform: translate(-50%);
}

.centeredX {
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.mapCard-container {
  width: 100%;
  max-width: 1200px;
  margin: 10px;
  display: flow-root;
  margin-bottom: 50px;
}

.mapCard {
  border-radius: 10px;
  border: 4px solid #000000;
  background-size: cover;
  background-position: center;
  width: 200px;
  height: 100px;
  cursor: pointer;
}

.icon-container {
  width: 100%;
  max-width: 1200px;
  display: none;
}

.icon {
  width: 50px;
  height: 50px;
  float: left;
  cursor: pointer;
  position: relative;
  left: 40%;
  transform: translate(-50%);
  margin-right: 3%;
  filter: none;
}

.mapSelect {
  width: 50px;
  height: 50px;
  float: left;
  cursor: pointer;
  position: absolute;
  display: none;
}

.timeCard-container {
  width: 100%;
  max-width: 1200px;
  margin: 10px;
  display: none;
}

.timeCard {
  border-radius: 10px;
  border: 4px solid #000000;
  background-size: cover;
  background-position: center;
  background-color: #001b4d8a;
  display: none;
  width: 200px;
  height: 100px;
  cursor: pointer;
  transition: all 1s;
}