# Empty CSS file for your own CSS

/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    background: #000;
    color: white;
  }


  /* Add a hover effect if you want 
  .fa:hover {
    opacity: 0.7;
  }
  */

  
  /* Set a specific color for each brand */

   /* Youtube */
   .fa-youtube {
       background: #000000;
       color: white;
       
   }
  
  
  
  /* Twitter */
  .fa-twitter {
    background: #000000;
    color: white;
  }

  /* Facebook */
  .fa-facebook {
    background: #000000;
    color: white;
  }

  /* Instagram */
  .fa-instagram {
    background: #000000;
    color: white;
  }

  .slider {
    accent-color: #309f41;
  }