﻿@import url('https://fonts.googleapis.com/css?family=Lato:300');
@import url('https://weloveiconfonts.com/api/?family=entypo');

.leftlinks{
     font-family: Entypo;
     line-height: 45px;
     font-weight:bold;
     font-size:14px;
}
.social {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0 5px;
  line-height: 45px;
  font-family: Entypo;
  font-size: 24px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #2e2d2d;
  overflow: hidden;
  transition: color .3s;
}

.social:hover {
  color: #fff;
   background: #171717;
  cursor: pointer;
}

.social a {
    text-decoration:none;
}
.social {

}