/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 23 2021 | 11:16:32 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#sticky-social-icons-container{
  margin: 20% 0 0 0;
}

@media screen and (max-width: 1024px) {
  #sticky-social-icons-container{
    margin: 60% 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  #sticky-social-icons-container{
    margin: 64% 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  #sticky-social-icons-container{
    margin: 60% 0 0 0;
  }
}