.btn-social-icon {
  margin-bottom: 4px
}
.btn-outline {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 18px 24px;
  font-size: inherit;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  transition: all .1s ease-in-out
}
.btn-outline:hover, .btn-outline:active {
  color: #720e9e;
  background-color: #fff;
  border-color: #fff
}

.footer2 {
  text-align: center;
  opacity: .8;
  padding: 50px;
  background-image: -webkit-linear-gradient(left, #dd4b39 0, #720e9e 100%);
  background-image: -o-linear-gradient(left, #dd4b39 0, #720e9e 100%);
  background-image: linear-gradient(to right, #dd4b39 0, #720e9e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ff720e9e', GradientType=1)
}
.footer2 a {
  color: #fff
}
.footer2 a:hover {
  color: #fff
}
.links {
  margin: 0;
  list-style: none;
  padding-left: 0
}
.links li {
  display: inline;
  padding: 0 10px
}
.social-class .social-hex {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 10px;
  opacity: .3;
  float: right
}
.social-class li {
  margin-bottom: 4px
}
.social-class li:hover .social-hex {
  opacity: 1
}
.social-class li:hover code {
  background-color: #e8e8ee
}
.social-class code {
  cursor: default
}