@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/open-sans-300.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/open-sans-400.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/open-sans-600.woff) format('woff');
}
body {
  background: #000;
  line-height: 1.5;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-top: 47px;
}

p {
  margin: 0 0 20px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 30px 0;
}
a:hover{
  text-decoration: none;
  color: #000;
}
a:hover i.circular {
  border-color: #808080;
}
