html, body {
  height: 100%;
}
body {
  margin: 0;
  background: black; /*#004b5d;*/
  font-family: "Century Gothic", Sans-serif;
}

#p5_loading{
	left:30%;
	padding: 30px;
	color :#c3f4ff;
}
/*GLOBAL*/
a {
	color :#c3f4ff;
	text-decoration: none;
	font-weight: bold;
} a:hover {
		color :#ff543b;

}
blockquote {
	font-style: italic;
}



/*The div*/
div {
	border: solid 5px #100041;
	position: fixed;
	/**/
	overflow: hidden;
	/**/
}

/*The page content*/
div div {
	position: absolute;
	background: none;
	border : none;
	border: solid 5px #100041;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;

}
div div div {
	position: static;
	overflow: auto;
	color: #c3f4ff;
	padding: 50px;
	padding-bottom: 0px;
	border:none;
}
div div div * {
	margin-bottom: 20px;
	margin-top: 0;
}
div div nav {
	/*height: 5%;*/
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 5px #100041;
	position: static;
	padding: 10px;
	background: #c3f4ff;
	-webkit-justify-content: space-between;
    justify-content: space-between;

}

/*BIG AITAL AITAL*/
h1 {
	text-transform : uppercase;
	position: absolute;
	font-size : 100px;
	text-align: center;
}

h1 a {
	color: #00256e;
	text-shadow : 7px 7px #100041;
	text-decoration: none;
}
h1 a:hover {
	
	color: #00256e;
	text-shadow : 7px 7px #ff543b;
}

/*FIRST NAV*/
nav {
	border: solid 5px #100041;
	background-color: #00343f;
	padding: 5px;
	position: absolute;


	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
nav a {
	text-align: center;
	color : #100041;
	text-decoration: none;
	text-transform : uppercase;
}
nav a:hover {
	background-color:  #ff543b;
	color : #100041;


}