/* font import */

@font-face {
  font-family: Alagard; 
  src: url(../font/alagard.ttf);
}

/* text */

#navbar a {
	color: white;
	margin: 0;
	text-decoration: none;
	font-family: Alagard;
	font-size: 2em;
}

#navbar a:hover {
	color: #948765;
	margin: 0;
	text-decoration: none;
	font-family: Alagard;
	font-size: 2em;
}

h1 {
	font-family: Alagard;
	color: white;
}

h2 {
	font-family: Alagard;
	color: white;
}

p {
	font-family: Alagard;
	color: white;
}

a {
	font-family: Alagard;
	color: white;
}

a:visited {
	font-family: Alagard;
	color: white;
}

a:hover {
	font-family: Alagard;
	color: #a9898f;
}

a:visited:hover {
	font-family: Alagard;
	color: #a9898f;
}

ul{
	list-style-type: square;
	color: white;
	text-align: left;
}

li {
	font-family: Alagard;
	color: white;
}

#floyd:hover; {
	color: #ff7607;
}

#floyd:visited:hover {
	color: #ff7607;
}

#maestro:hover; {
	color: #5e0d0a;
}

#maestro:visited:hover {
	color: #5e0d0a;
}

/* div */

#navbar {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: black;
	width: 100%;
	justify-content: space-evenly;
	position: sticky;
	top: 0;
}

.page {
	background-color: rgba(0, 0, 0, 0.5);
	width: 65%;
	height: 50%;
	margin: auto;
	margin-top: 15px;
	text-align: left;
	display: flex;
	flex-direction: column;
	padding: 15px;
	border: double;
	border-color: white;
}

/* img */



/* misc */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	min-height: 100%;
	padding: 0;
	margin: 0;
	background-image: url('../media/projectdirectorybg.jpg'); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}