/* Social Media Handle */  
/* .socialmedia{
    margin-top: 35px;
    background-color: red;
}   */

/* .socialmedia .followuson{
    margin-top: 5px;
    background-color: blue;
} */

.smh {
    padding: 5px;
    font-size: 20px;
    width:27px;
    text-align: center;
    text-decoration: none;
    /* margin: 5px 2px; */
    border-radius: 50%;

  }
  
  .smh.fa:hover {
      opacity: 0.7;
  }
  
  .smh.fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .smh.fa-twitter {
    background: #55ACEE;
    color: white;
  }
  
  .smh.fa-linkedin {
    background: #007bb5;
    color: white;
  }
  
  .smh.fa-instagram {
    background: #125688;
    color: white;
  }

  .smh.fa-youtube {
    background: #125688;
    color: white;
  }
