@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: local('Jura Regular'), local('Jura-Regular'), url(/jura-regular.woff) format('woff');
}

.headline {
    cursor: pointer;
    font: 36px/1.3em "Jura","sans-serif";
    color: rgb(255, 255, 255);
    white-space: nowrap;
    transition: color 0.4s ease 0s;
    vertical-alignment: baseline;
    line-height: 39.6px;
}

.subheadline {
    cursor: pointer;
    font: 16px/1.3em "Jura","sans-serif";
    color: rgb(150, 154, 156);
    vertical-alignment: baseline;
    line-height: 1.8px;
}

.menuentry {
    cursor: pointer;
    font: 18px/1.3em "Jura","sans-serif";
    color: rgb(150, 154, 156);
    vertical-alignment: baseline;
}
.familyMember {
    cursor: pointer;
    font: 40px/1.3em "Jura","sans-serif";
    color: rgb(255, 255, 255);
    vertical-alignment: baseline;
}

a {
  color:rgb(255,255,255);
  transition:0.5s;
}
a:link { 
  color:rgb(150,154,156); 
  text-decoration:none;
}
a:visited { 
  color:rgb(150,154,156); 
  text-decoration:none;
}
a:hover { 
  color:rgb(255,255,255); 
  text-weight:bold;
}

body {
    background-color: rgb(0,0,0);
    color: rgb(255, 255, 255);
    font-family:"Jura", "sans-serif";
}

