body {
  background: #216778;
}

.bg-liaima-gray {
  background: #333333;
}

.bg-black-tranparency {
  background: rgba(0, 0, 0, 0.5);
}

.card-project {
  transition: transform .5s;
}

.card-project:hover {
  transform: scale(1.1);
}

.card-skill {
  background: rgba(0, 0, 0, 0);
  border: 0px;
}

.bg-liaima-yellow{
  background-color: rgb(246, 151, 18);
}

.list-group-item.active{
  border-color: rgb(246, 151, 18);
  box-shadow: 0px 0px 20px rgb(246, 151, 18); 
}

a.title-link {
  text-decoration: none;
  color: #fff;
}

