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

body {
  color: #fff;
  background: url(./images/background-milkyway_fade.jpg) center -110px no-repeat;
  background-color: #000000;
  text-align: center; }

.dsa-logo {
  margin-top: 2em; }
  .dsa-logo a {
    display: block;
    height: 70px;
    width: 600px;
    margin: 1em auto 1em;
    background-color: transparent;
    background-image: url(./images/dsa_logo.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; }
  .dsa-logo span {
    display: none; }

.button {
  display: inline-block;
  padding: 0 12px;
  margin: auto;
  height: 27px;
  min-width: 10em;
  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 #a00000;
  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.dm {
    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; }

.forum a {
  display: block;
  height: 150px;
  width: 500px;
  margin: 3em auto 1em;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  box-shadow: 0 0 15px #000;
  border-radius: 10px; }

.forum.dm a {
  background-image: url(./images/dm_banner.png); }

.forum.dsc a {
  background-image: url(./images/dsc_banner.png); }

.forum span {
  display: none; }

.skyskan-links {
  width: 100%;
  margin: 3em 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; }
  .skyskan-links .link-dsa {
    display: none; }

@media (max-width: 767.98px) {
  .dsa-logo {
    margin-top: 2em; }
    .dsa-logo a {
      display: block;
      height: 40px;
      width: 300px;
      margin: 1em auto 1em; }
  .forum a {
    height: 100px;
    width: 300px;
    margin: 2em auto 0.5em;
    background-size: cover; } }
