::selection {
  background: transparent; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: transparent; /* Gecko Browsers */
}

.heading-h1 {
    overflow: hidden;
    text-align: center;
}
.heading-h1:before,
.heading-h1:after {
    background-color: #3e5824;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
}
.heading-h1:before {
    right: 0.5em;
    margin-left: -50%;
}
.heading-h1:after {
    left: 0.5em;
    margin-right: -50%;
}
.z-index {
z-index:1
}
.shadow{
  text-align:center;
  text-shadow: 0 -2px 0 #fff,
    0 6px 8px rgba(255,255,255,.4),
    0 9px 10px rgba(255,255,255,.15),
    0 30px 10px rgba(255,255,255,.18),
    0 15px 10px rgba(255,255,255,.21);
}