/* ---- RESET BROWSER STYLES ---- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
  /* font-family: georgia, arial, helvetica, sans-serif; (Droslet væk - pga Google-font i stedet)*/
  vertical-align: baseline;
  background: transparent; }

/*
 * Globals
 */

/* Links */

a,
a:focus,
a:hover {
    color: #fff;
}

ul {
    list-style:none;
    padding-left:0;
}

li {
    padding: 10px;
    margin: 10px;
}

/* Custom default button */
.btn-default {
    background-color: #333;
    color: #999; /* IE8 proofing */
    color: rgba(255,255,255,.6);
    box-shadow: 5px 5px 5px #888888;
}

.btn-default:focus {
    color: #999; /* IE8 proofing */
    color: rgba(255,255,255,.6);
    text-shadow: none; /* Prevent inheritence from `body` */
    background-color: #333;
}

.btn-default:hover {
    color: #fff;
    text-shadow: none; /* Prevent inheritence from `body` */
    background-color: #0A0A0A;
}

/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: #333;
}

body {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    font-family: 'Walter Turncoat', cursive;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
        -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
            box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 30px;
}

/*
 * Cover
 */

.cover {
    padding: 0 20px;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
    padding: 20px;
    color: #999; /* IE8 proofing */
    color: rgba(255,255,255,.6);
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }

    .mastfoot {
    position: fixed;
    bottom: 0;
  }
    
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
    
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }

