/* unvisited link */

a:link {
  color: #9f8f55;
}

/* visited link */

a:visited {
  color: #9f8f55;
}

/* mouse over link */

/* selected link */

a:active {
  color: black;
}

.widget-title-centered .widget-title {
  text-align: center;
}

#footer-top {
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #000000;
}

#header-overlay.headerColor {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}

#top-nav > ul > li:hover > a {
  color: #9f8f55;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #9f8f55;
}

#footer-bottom {
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #9f8f55;
}

.widget.widget_nav_menu li a {
  color: #9f8f55;
}

#top-nav ul li a span {
line-height: 3px;
}

.super-button {
    left: 1.2em;
    position: fixed;
    bottom: 1.2em;
    z-index: 9999;
    display: none;
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-bottom: 0.6em;
    padding-top: 0.6em;
    margin-top: 20px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
}