/* social */

.socialIcon-fb, .socialIcon-inst, .socialIcon-yt { 
width: 34px;
height: 34px;
margin: 2px 10px;
opacity: 0.6;
transition: opacity 0.3s ease;
}
.socialIcon-fb { 
position: absolute;
top: 0;
right: 100px; 
}
.socialIcon-inst { 
position: absolute;
top: 0;
right: 56px; 
}
.socialIcon-yt { 
position: absolute;
top: 0;
right: 12px; 
}
.socialIcon-fb:hover, .socialIcon-inst:hover, .socialIcon-yt:hover {
  opacity: 1.0;
}
/* responsive positioning */
@media (max-width: 800px) {
  .socialIcon-fb { 
  position: absolute;
  top: 42px;
  left: 7px; 
  }
  .socialIcon-inst { 
  position: absolute;
  top: 42px;
  left: 51px; 
  }
  .socialIcon-yt { 
  position: absolute;
  top: 42px;
  left: 95px; 
  }

}
a.socialLink-icon {
  display: inherit;
  color: #0080C0;
  text-decoration: none;
}