nav > ul > li {
	background: #ccc;
	padding: 5px 8px;
}

.footer-section {
  background: #151414;
  position: relative;
}

.copyright-area {
  padding: 20px 25px;
  text-align: center;
  background: #000048;
  box-shadow: inset 0 50px 50px rgba(0,0,0,0.7);
  overflow: hidden;
}

.copyright-area .footer-menu {
  text-align: center;
}

.footer-menu ul {
  margin: 20px;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu div {
  font-size: 12px;
  color: #dddddd;
}

.footer-menu li a {
  font-weight: 700;
  text-decoration: none;
  padding: 0 10px;
  transition: 0.3s;
  color: #dddddd;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-menu li:last-child a {
  border-right: none;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu .fbookmark {
  margin-top: 15px;
  font-size: 12px;
  color: #ccc;
}

.fbookmark .bookmark-text {
  font-weight: 700;
  text-transform: uppercase;
  color: #e69700;
  text-decoration: none;
}

.footer-menu .copyrighttx {
  margin: 15px 0;
  font-weight: 700;
  color: #ccc;
}

.footer-menu .footer-tags {
  font-weight: 500;
  color: #ccc;
  text-align: center;
}

.footer-tags a {
  padding: 2px 6px;
  background: #2a3a79;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 8px;
  text-decoration: none;
  margin: 0 2px;
  color: #ccc;
  font-weight: bold;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s;
  line-height: 2;
  text-align: center;
}

.footer-tags a:hover {
  color: #fff;
  background: #384fa8;
  opacity: 1;
}
strong .gold {
  color: #ffda00;
  padding: 5px 8px;
  background: #00000059;
  border-radius: 5px;
  font-size: 120%;
}

.hrline {
  background: #006;
  background-image: -webkit-gradient(linear,right top,left top,from(#000090),color-stop(5%,#006),color-stop(95%,#006),to(#000090));
  background-image: -webkit-linear-gradient(right,#000090 0,#006 5%,#006 95%,#000090 100%);
  background-image: -moz- oldlinear-gradient(right,#000090 0,#006 5%,#006 95%,#000090 100%);
  background-image: -o-linear-gradient(right,#000090 0,#006 5%,#006 95%,#000090 100%);
  background-image: linear-gradient(to left,#000090 0,#006 5%,#006 95%,#000090 100%);
  border-top: 1px solid #ffda00;
  border-bottom: 1px solid #ffda00;
  -webkit-border-image: -webkit-gradient(linear,right top,left top,from(#000090),color-stop(10%,#ffda00),color-stop(90%,#ffda00),to(#000090)) 1;
  -webkit-border-image: -webkit-linear-gradient(right,#000090 0,#ffda00 10%,#ffda00 90%,#000090 100%) 1;
  -moz-border-image: -moz- oldlinear-gradient(right,#000090 0,#ffda00 10%,#ffda00 90%,#000090 100%) 1;
  -moz-border-image: linear-gradient(to left,#000090 0,#ffda00 10%,#ffda00 90%,#000090 100%) 1;
  -o-border-image: -o-linear-gradient(right,#000090 0,#ffda00 10%,#ffda00 90%,#000090 100%) 1;
  border-image: -webkit-gradient(linear,right top,left top,from(#000090),color-stop(10%,#ffda00),color-stop(90%,#ffda00),to(#000090)) 1;
  border-image: -moz- oldlinear-gradient(right,#000090 0,#ffda00 10%,#ffda00 90%,#000090 100%) 1;
  border-image: linear-gradient(to left,#000090 0,#ffda00 10%,#ffda00 90%,#000090 100%) 1;
  overflow: hidden;
}

.sitelogo {
    font-family: "Anton", Impact, sans-serif;
    font-weight: 900;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, #ffffff 0%, #f8fbff 20%, #9cc6ff 40%, #5fa1ff 55%, #2f78e8 75%, #1c4fb0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #7ea6e6;
    margin: 0px 8px;
  }
  .sitelogo::before {
    content: "";
    height: 40%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.4), rgba(255,255,255,0.1));
    border-radius: 50% 80% 40% 50%;
    mix-blend-mode: screen;
    pointer-events: none;
  }
