/* TODO:
    -INCLUDE IN EXTRA.SCSS 
    -MOVE TO SCSS
*/

#hdf-plat{
  /*background-image:url("https://webstockreview.net/images/glitter-clipart-texture-background-16.png");*/
  height: 120px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

#hdf-plat ul {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}

#hdf-plat li{
background-color: #004d74;
border-radius: 50%;
margin-left: 20px;
}

#hdf-plat li:first-of-type {
  margin: 0;
}

#hdf-plat li a {
    color: white;
}

#hdf-plat svg {
    font-size:3em;
    padding: 5px;
    width:1em;
}


#hdf-plat ul li:hover {
    background-color: rgba(0, 77, 116, 0.6);
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}



/* Responsive */

@media only screen and (max-width: 767px) {
  .social-media-links--platforms.horizontal li {
  	padding: .05em .08525em;
  }
  
  #hdf-plat li:not(:first-of-type) {
  	margin-left: 10px;
  }
}