html, body {
  margin: 0;
  height: 100%;
  overflow: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif; }

body {
  color: #fff;
  background: #29323f url(./images/hex_bg_pattern.png) repeat center center;
  background: -webkit-linear-gradient(top left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.95) 70%, rgba(0, 0, 0, 0.4) 100%), #29323f url(./images/hex_bg_pattern.png) repeat center center;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.95) 70%, rgba(0, 0, 0, 0.4) 100%), #29323f url(./images/hex_bg_pattern.png) repeat center center;
  background-color: #000000; }

.button {
  display: inline-block;
  padding: 0 12px;
  margin: auto;
  height: 27px;
  min-width: 7em;
  font-weight: 600;
  background: black;
  color: inherit;
  text-decoration: none;
  text-align: center;
  line-height: 27px;
  font-family: "Droid Sans", "Open Sans", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 6px;
  border: 2px solid #ffffff;
  outline-style: none;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #494848), color-stop(0.12, #3B3B3B), color-stop(0.35, #000000), color-stop(0.85, #000000), color-stop(0.95, #181818));
  border: 1px solid #ffffff; }

.skyskan-links .link-dsa {
  display: none; }

.skyskan-links .link-dsa-dm {
  display: none; }

.top {
  margin-top: 10vh;
  width: 100%;
  background: transparent;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, black 100px, black 300px, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, black 100px, black 300px, rgba(0, 0, 0, 0) 100%); }
  .top span {
    font-size: 1.2em;
    font-weight: 700;
    display: block;
    width: 10em;
    margin: 1em auto 1em;
    text-align: center; }
  .top > span:first-child {
    font-size: 2em; }
  .top .forum-banner {
    display: block;
    height: 200px;
    width: 100%;
    margin: 1em auto 1em;
    background-color: transparent;
    background-image: url(./images/banner.png);
    background-repeat: no-repeat;
    background-position: center top; }
  .top .login {
    width: 100%;
    margin: 0 auto 3em;
    text-align: center; }
    .top .login a {
      margin: 1em; }

.skyskan-links {
  width: 100%;
  margin: 1em auto 1em;
  text-align: center; }
  .skyskan-links .skyskan-logo {
    margin: 0 auto 2em; }
  .skyskan-links h3 {
    font-weight: normal;
    margin: 1em auto 0.5em; }
  .skyskan-links span {
    display: block;
    margin: 0.75em; }
  .skyskan-links a:link, .skyskan-links a:hover, .skyskan-links a:focus, .skyskan-links a:visited {
    color: #fff;
    font-size: 0.9em;
    text-decoration: none; }
  .skyskan-links a:hover {
    text-decoration: underline; }

@media (max-width: 767.98px) {
  .top .forum-banner {
    height: 150px;
    background-size: cover;
    margin: 1em auto 0em; }
  .top .login {
    margin: -1em auto 2em; } }
