@charset "UTF-8";
/* line 1, ../../app/assets/stylesheets/social.css.sass */
[class^="social-icon-"], [class*=" social-icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #eee;
  padding: 5px;
}

/* line 19, ../../app/assets/stylesheets/social.css.sass */
a.social-icon {
  text-decoration: none;
}
/* line 21, ../../app/assets/stylesheets/social.css.sass */
a.social-icon:hover {
  color: #fff;
}

/* line 24, ../../app/assets/stylesheets/social.css.sass */
.social {
  margin-top: 40px;
}

/* line 27, ../../app/assets/stylesheets/social.css.sass */
.social-icon-twitter {
  float: left;
  margin-right: 10px;
  background-color: #55ACEE;
}

/* line 32, ../../app/assets/stylesheets/social.css.sass */
.social-icon-linkedin {
  background-color: #007bb6;
}

/* line 35, ../../app/assets/stylesheets/social.css.sass */
.social-icon-twitter:before {
  content: "";
}

/* line 38, ../../app/assets/stylesheets/social.css.sass */
.social-icon-linkedin:before {
  content: "";
}
