.description {
  font-weight: bold;
  letter-spacing: 2px;
  color: #191919;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
}
.profile {
  margin-top: 25px;
}
.profile h1 {
  font-weight: normal;
  font-size: 20px;
  margin: 10px 0 0 0;
  color: #191919;
}
.profile h2 {
  font-size: 14px;
  font-weight: lighter;
  margin-top: 5px;
}
.profile p {
  color: #191919;
}
.profile .img-box {
  display: block;
  position: relative;
}
.profile .img-box:after {
  content: "";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.img-box ul {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  text-align: center;
  width: 100%;
  padding-left: 0px;
  height: 0px;
  margin: 0px;
  opacity: 0;
}
.profile .img-box:after,
.img-box ul,
.img-box ul li {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.img-box ul i {
  font-size: 20px;
  letter-spacing: 10px;
}
.img-box ul li {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #ed9914;
  margin: 2px;
  padding: 5px;
  display: inline-block;
}
.img-box a {
  color: #fff;
}
.img-box:hover:after {
  opacity: 1;
}
.img-box:hover ul {
  opacity: 1;
}
.img-box ul a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li {
  border-color: #fff;
  color: #ed9914;
}

.red {
  color: #bc0213;
}
