/*!
 * Start Bootstrap - Freelancer v1.1.0 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
hr.about-light,
hr.about-primary,
hr.reviews-light,
hr.reviews-primary,
hr.author-light,
hr.author-primary,
hr.contact-light,
hr.contact-primary,
hr.buy-light,
hr.buy-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.about-light:after,
hr.about-primary:after,
hr.reviews-light:after,
hr.reviews-primary:after,
hr.author-light:after,
hr.author-primary:after,
hr.contact-light:after,
hr.contact-primary:after,
hr.buy-light:after,
hr.buy-primary:after {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.about-light,
hr.reviews-light,
hr.author-light,
hr.contact-light,
hr.buy-light {
  border-color: white;
}
hr.about-light:after,
hr.reviews-light:after,
hr.author-light:after,
hr.contact-light:after,
hr.buy-light:after {
  background-color: #18BC9C;
  color: white;
}
hr.about-primary,
hr.reviews-primary,
hr.author-primary,
hr.contact-primary,
hr.buy-primary {
  border-color: #2C3E50;
}
hr.about-primary:after,
hr.reviews-primary:after,
hr.author-primary:after,
hr.contact-primary:after,
hr.buy-primary:after {
  background-color: white;
  color: #2C3E50;
}
hr.contact-light:after,
hr.contact-primary:after {
  content: "\f0e0";
}
hr.buy-light:after,
hr.buy-primary:after {
  content: "\f07a";
}
hr.about-light:after,
hr.about-primary:after {
  content: "\f10e";
}
hr.reviews-light:after,
hr.reviews-primary:after {
  content: "\f164";
}
hr.author-light:after,
hr.author-primary:after {
  content: "\f040";
}
hr.star-light:after,
hr.star-primary:after {
  content: "✡";
  font-family: Dingbats;
  font-size: 3em;
}

header .intro-text .skills {
  font-size: 2.00em;
}
@media (min-width: 768px) {
  header .intro-text .skills {
    font-size: 3.75em;
  }
}
