body {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background-color: #212529;
}

.page-footer {
  padding-top: 35px;
  border-top: 1px solid #212529;
  text-align: center;
  padding-bottom: 20px;
}

.portfolio-block.projects-cards .card-body {
  text-align: center;
  color: #212529;
  background-color: #212529;
}

.portfolio-block.projects-cards a:title {
  color: #;
}

.portfolio-block.projects-cards a {
  color: #c9c6c6;
}

.gradient {
  background: linear-gradient(120deg, #212529, #212529);
  color: #c9c6c6;
}

.bg-white {
  background-color: #fff !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.bg-white {
  background-color: #fff !important;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-right: 120px;
}

.static {
  position: absolute;
  background: white;
}

.static:hover {
  opacity: 0;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
