body {font-family: 'Raleway', sans-serif;}
h1, h2, h3, h4, h5, h6 {

  .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }

  /* Create two equal columns that sits next to each other */
  .column {
    flex: 50%;
    padding: 0 4px;
  }

  .column img {
    margin-top: 8px;
    vertical-align: middle;
  }

  a.sociallink { /* or whatever your class */
     text-decoration: none;
  }
}
.sociallink:hover,
.socialink:focus,
.sociallink:active,
.sociallink.active {
  color:red;

  a:hover {
      text-decoration: none;
  }

}
.sociallink{
  padding-right: 20px;
}

.email:hover,
.email:focus,
.email:active,
.email.active {
  color:red;
}
