.bg-color {
  background-color: #010326 !important;
  color: whitesmoke !important;
}
.card {
  height: auto;
  padding: 10px;
  cursor: pointer;
}

.card:hover {
  z-index: 555555 !important;
}

.card img {
  height: 100px;
  width: 100px;
  margin: 0 auto;
}

.td {
  height: 400px !important;
}

.ip {
  width: 150px;
  border-radius: 50%;
  margin: 0 auto;
  height: 150px;
  background: rgb(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
}

.ip a {
  text-align: center;
}

.ip img {
  height: auto;
}

.int {
  width: 150px;
  border-radius: 50%;
  margin: 0 auto;
  height: 150px;
}

.int img {
  margin-top: 20px;
}

.img-thumbnail {
  border-radius: 50%;
  width: auto;
  padding: 5px;
  border: 5px solid #010326;
}

.nav-item {
  font-size: 1.3em;
}

.popOver {
  display: none;
  position: absolute;
  top: -2.5rem;
  right: 0.5rem !important;
  background-color: gray;
  border-radius: 0.2rem;
}

.popOver p {
  margin: 0.25rem;
}

.show {
  display: initial;
}

@media screen and (max-width: 768px) {
  .soc {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .sm-half {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 500px) {
  .display-4 {
    font-size: 3rem;
  }

  .sm-half {
    width: calc(100% / 4);
  }
}

.text-w {
  color: white;
}
