
.btn-blue{
  display: inline-block;
    background: #12789e;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
}
.btn-blue:hover{background: #076082;color: #fff;}

.socialPost{
    text-align: center;
    padding: 10px 15px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    background: #ccc;
}
.btn-facebook:hover {
  background: #1e3057;
  color: white;
}

.btn-twitter:hover {
  background: #058cf3;
  color: white;
}

.btn-linkedin:hover {
  background: #004667;
  color: white;
}

.btn-instagram:hover {
  background: #c1006c;
  color: white;
}
.portfolio .portfolio-wrap{height: 300px;width: 350px;}
