body {
	background-size: constrain;
	margin-left: 0;
   	height: 100%;
	font-family: "Cinzel", "Voltaire", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	background-color: black;
	color: #dddddd;
}

#titleblock {
	background-size: constrain;
	background:black url(assets/entanglement_small.png) no-repeat center top;
	width:80%;
	height: 400px;
	margin: auto;
}

h1 {
	font-size: 3em;
	margin: auto;
	padding-top: 100px;
	text-align: center;
	width:80%;
	font-weight:normal;
	text-shadow: 2px 2px 2px black;
    
}

span.axiom {
    position: absolute;
    top:500px;
	font-size: 3em;
	margin: auto;
	padding-top: 100px;
	text-align: center;
	width:100%;
	text-shadow: 2px 2px 2px black;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    font-size: 4em;
}

span.fadein {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
  transition: opacity 1s ease, visibility 0s 0s;
}

