@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ldcaks');
  src:  url('fonts/icomoon.eot?ldcaks#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ldcaks') format('truetype'),
    url('fonts/icomoon.woff?ldcaks') format('woff'),
    url('fonts/icomoon.svg?ldcaks#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  background-color: #ffd300;
  content: "\e900";
  border-radius: 10px;
  padding: 5px;
  
}

.icon-linkedin:before {
  background-color: #007bb5;
  content: "\e901";
  border-radius: 10px;
  padding: 5px;
  
}

.icon-github:before {
  background-color: #333;
  content: "\e902";
  border-radius: 10px;
  padding: 5px;
  
}

.icon-instagram:before {
  background-color: #3f729b;
  content: "\e903";
  border-radius: 10px;
  padding: 5px;
  
}

.icon-whatsapp:before {
  background-color: #25d366;
  content: "\e904";
  border-radius: 10px;
  padding: 5px;
  
}

.icon-youtube:before {
  background-color: red;
  content: "\e905";
  border-radius: 10px;
  padding: 5px;
  
}

.icon-twitter:before {
  background-color: #00acee;
  content: "\e906";
  border-radius: 10px;
  padding: 5px;
  
}

.icon-facebook:before {
  background-color: #1877f2;
  content: "\e907";
  border-radius: 10px;
  padding: 5px;
  
}

.social-bar{
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  width: 40px;
  transition: .5s;
  bottom: 20px;
  padding-left: 1px;
}

.social-icon{
  font-size: 30px;
  color: white;
  text-align: center;
}

a {
  margin-bottom: 13px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .social-bar{
    right: 0px;
  }
}