@font-face {
  font-family: univ;
  src: url(fonts/University.woff);
}

html {
    height: 110%;
}

body {
    background-image: url(img/Nightwish-Schriftzug.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center 200px;
    background-attachment: fixed;
    cursor: crosshair;
    color: #000;
}

body,td {
    color: #FFF;
}

.col-sm-8 {
    color: #CCC;
}

a,a:visited {
    color: #FFF;
    text-decoration: underline;
    font-weight: bold;
    cursor: url(metalhand/metalhand.cur), url(metalhand/metalhand.png), url(metalhand/metalhand.gif), auto;
}

button {
    cursor: url(metalhand/metalhand.cur), url(metalhand/metalhand.png), url(metalhand/metalhand.gif), auto;
}

a:hover {
    color: #FFF;
    text-decoration: none;
}

a.nav-link {
    font-size: 16pt;
}

h1,h2,h3,h4,h5,h6,.nav-link {
    font-family: univ;
    color: #000;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 6;
}

#logo {
    height: 150px;
    transition: all .3s;
}

.jumbotron {
    margin: 5px 5px 5px 5px;
    background: transparent;
    color: #000;  
}

article {
    margin: 260px 5px 50px 5px;
    color: #000; 
}

.cent {
    text-align: center;
}

footer {
    position: fixed;
    background: #000;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    font-size: 8pt;
    z-index: 2;
}

#loadingBar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/loading.gif) center center no-repeat rgba(0,0,0,.8);
    z-index: 10;
}