footer {
  border-bottom: 10px solid rgba(0,0,0,.25);
  background: #222d32;}

footer h3, footer h4, footer h5 {color: white;}

/*footer > .row {height: 300px;}*/
footer > .row > div {display: table; height: 300px;} 

.colfooter {display: table-cell; vertical-align: middle; text-align: center;}
.colfooter img { margin: 10px 0; }
.colfooter i {color: #00B58A;}

.iconsocial {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 5px 2px;}

.iconsocial a {
  position: relative;
  padding: 12px 0;
  font-size: 30px;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 50%;}

.iconsocial .fa-facebook-f {border: 3px solid #3B5998;}
.iconsocial .fa-twitter {border: 3px solid #55ACEE;}
.iconsocial .fa-linkedin-in {border: 3px solid #007BB5;}
.iconsocial .fa-youtube {border: 3px solid #BB0000;}

.iconsocial a:hover { border-color: white; }
.iconsocial .fa-facebook-f:hover {color: #3B5998;}
.iconsocial .fa-twitter:hover {color: #55ACEE;}
.iconsocial .fa-linkedin-in:hover {color: #007BB5;}
.iconsocial .fa-youtube:hover {color: #BB0000;}
