

@font-face {
    font-family: 'LTDGVF';
    src:    url("/assets/fonts/LimitedVF-Upright.woff2") format('woff2');
    font-style: normal;
    font-width: normal;
    font-weight: 400 800;
}

.ltd{
    font-family: 'LTDGVF';
    font-style: normal;
    line-height: 90%;
    font-weight: 750;
    margin-left:20pt;
    margin-right:20pt;
    margin-top:20pt;
    margin-bottom:20pt;
    font-feature-settings: "ss01";
}
.herotitle{
    font-size: 15vw;
    color: white;
}
.head2{
    font-family: 'LTDGVF';
    font-weight: 600;
    font-size: 8vw;
    line-height: 100%;
    color: white;
}
.text{
    font-family: 'LTDGVF';
    font-weight: 420;
    font-size: 17pt;
    line-height: 150%;
    color: white;
}
.objectname{
    font-family: 'LTDGVF';
    font-weight: 450;
    font-size: 11pt;
    line-height: 120%;
    color: lightcyan;
    margin-top: 10pt;
    margin-bottom: 20pt;
    padding-right: 20pt;
}
.objectdescription{
    font-family: 'LTDGVF';
    font-weight: 450;
    font-size: 11pt;
    line-height: 120%;
    color: gray;
    margin-top: 10pt;
    margin-bottom: 20pt;
}
.objectcontainer img{
    width: 95%;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: black;
}

.bg {
  /* The image used */
    background-image: url("/assets/gods.jpeg");    

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a{
    color: white;
}

a:hover{
    color: orange;
}

a:visited{
    color: lightcyan;
}