@font-face {
  font-family: industry;
  src: url(fonts/IndustryBlack.ttf);
  font-weight: bold;
}

@font-face {
  font-family: industry;
  src: url(fonts/IndustryDemi.ttf);
  font-weight: demi;
}

@font-face {
  font-family: lato;
  src: url(fonts/LatoRegular.ttf);
  font-weight: normal;
}

body {
    background-color: #0D0A0A;
    color: #ffffff;
    font-family: "lato";
    font-size: medium;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 80%;
    max-width: 1000px;
    margin-left:auto;
    margin-right:auto;
  }

/* unvisited link */
a:link {
    color: #fecb00;
}
  
/* visited link */
a:visited {
    color: #a08000;
}

h1 {
    color: #ffffff;
    font-family: industry;
    font-weight: bold;
}

h2,h3,h4 {
    color: #fecb00;
    font-family: industry;
    font-weight: demi;
}

.impressumText {
    white-space: pre;
}

.navBar {
    margin: 0;
    padding: 0;
}

.navItem {
    display: inline;
    padding-right: 10px;
    color: #fecb00;
}

a.navLink:visited {
    color: #fecb00;
}

.navItem::before{
    content: "";
    color: #fecb00;
}

.linkList {
    list-style-type: "> ";
}

.logo {
    max-width: 100%;
    width: 500px;
    display: block;
    margin: auto;
}

.social-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social {
    width: 30px;
    overflow: hidden;
    padding: 20px;
}

.social-logo {
    width: 100%;
}