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

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

  /* Full height */
  height: 100%; 

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


h1{
	font-size: 10.8vw;
	display: flex;
	position: fixed;
	white-space:nowrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	padding: 0;
	margin: 0;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
  	font-family: sans-serif;
	z-index: 2;
}

ul {		
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	
	margin-left: 7.3vw; 
	margin-top: 0; 
	//opacity: 0.5;
}

ul li {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: 100;
	list-style-type: none;
	padding-bottom: 4px;
	letter-spacing: 4px;
}



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

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

/* mouse over link */
ul a:hover {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: normal;
}

/* selected link */
a:active {
  color: black;
  text-decoration: none;
}


/* H1 ---------- unvisited link */

/* mouse over link */
h1 a:link {
  color: inherit;
  text-decoration: none;
    transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

h1 a:hover {
  color: white;
  text-decoration: none;
  letter-spacing: normal;
    transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.infinite {
	width: 100%;
	height: 770px;
	color: #13ac95;
}

.infinite div{
	width: 500px;
	height: 70px;
	color: blue;
}

