
body, html {
  height: 100%;
  margin: 0;
}


.background-image {
 
  background-image: url("/bkg-fink.png");

 
  height: 100%; 

 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 601px) {
  div.top-left {
    font-size: 25px;
  }
}

@media screen and (max-width: 600px) {
  div.top-left {
    font-size: 20px;
  }
}

.top-left {
    position: absolute;
    top: 25px;
    left: 25px;
    color: white;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 800;
    /*  font-size:1.52vw;*/
    letter-spacing: 1px;
}

@media screen and (min-width: 601px) {
  div.centered {
    font-size: 40px;
  }
}

@media screen and (max-width: 600px) {
  div.centered {
    font-size: 20px;
  }
}

@media screen and (min-width: 601px) {
  div.centered-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  div.centered-2 {
    font-size: 12px;
  }
}

.centered {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 800;
   /*  font-size:1.52vw; */
    letter-spacing: 1px;
    
}

.centered-2 {
  position: absolute;
  text-align: center;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 300;
 /*  font-size:1.52vw; */
  letter-spacing: 0px;
  
}

@media screen and (min-width: 601px) {
  div.bottom-right {
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  div.bottom-right {
    font-size: 10px;
  }
}

.ddmenu{
	position: absolute;
	top: 25px;
	right: 16px;
    color: white;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 600;
   /*  font-size:0.9vw; */
    letter-spacing: 0.5px;	
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
    color: white;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 600;
   /*  font-size:0.9vw; */
    letter-spacing: 0.5px;
}

a:link {
  color: white;
}

a:visited {
  color: aliceblue;
}

a:hover {
  color: hotpink;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}
