/*!
 * Contact Buttons Plugin Demo 0.1.0
 * https://github.com/joege/contact-buttons-plugin
 *
 * Copyright 2015, José Gonçalves
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

/*body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  max-width: 550px;
  margin: 4em auto;
  line-height: 1.7;
}
h1 {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 1em;
  text-align: center;
}
h1 span {
  font-weight: 700;
  display: block;
}
p + p {
  margin-top: 1.5em;
}
#contact-buttons-bar{
    z-index:111 !important;
}
.git {
  background: #000;
}*/