/*!
 * Bootstrap Anchor v0.0.2 (http://markcarver.github.io/bootstrap-anchor/)
 * Copyright 2015-2017 Mark Carver
 * Dual licensed under MIT and GPL-2.0 (https://github.com/markcarver/bootstrap-anchor/blob/master/LICENSE)
 */

.anchor-wrapper {
  position: relative;
}
code .anchor-wrapper,
kbd .anchor-wrapper {
  padding: 2px 4px;
  margin: -2px -4px;
}
.anchor-link {
  position: absolute;
  display: block;
  min-width: 1.25em;
  font-size: 1em;
}
h1 .anchor-link,
h2 .anchor-link,
h3 .anchor-link,
h4 .anchor-link,
h5 .anchor-link,
h6 .anchor-link {
  font-size: .75em;
}
.anchor-link.fade a {
  -webkit-transition: color 300ms ease-in-out, opacity 300ms ease-in-out;
       -o-transition: color 300ms ease-in-out, opacity 300ms ease-in-out;
          transition: color 300ms ease-in-out, opacity 300ms ease-in-out;
}
.anchor-link a {
  padding: .25em;
  color: #333;
  text-decoration: none;
  filter: alpha(opacity=35);
  opacity: .35;
}
.anchor-link a:hover {
  color: #337ab7;
  text-decoration: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
/*# sourceMappingURL=bootstrap-anchor.css.map */
