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

/* unvisited link */
a:link {
  color: #fff;
	text-decoration: none;
}



/* visited link */
a:visited {
  color: #fff;
	text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #82d3ff;
	text-decoration: none;
}

/* selected link */
a:active {
  color: #fff;
	text-decoration: none;
}
	 
.bgImg {
  /* The image used */
  background: url("images/ALACREME_snapshot_ret.jpg")  100% 100% no-repeat;

  /* Full height */
  height: 100%; 
	width: 100%;
min-height: 100vh;

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

.container {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
