/* PNG Social Media Icons CSS */

/* Social container styles */
.socialholder {
  float: right;
  margin-top: 14px;
  display: flex;
  align-items: center;
}

@media (max-width: 1020px) {
  .socialholder {
    float: left;
    margin-top: 0px;
  }
}

/* Simple icon styling without backgrounds */
.socialholder a {
  margin-left: 10px;
  display: inline-block;
  transition: opacity 0.3s ease;
}

.socialholder a:first-child {
  margin-left: 0px;
}

.socialholder a:hover {
  opacity: 0.8;
}

.socialholder img {
  width: 40px;
  height: 40px;
  display: block;
  max-width: 100%;
}
