/*CSS Zal.sh*/

@font-face {
	font-family: 'Testpolice';
	src: url('zalight.ttf');
}

@font-face {
	font-family: 'testpoliceagain';
	src: url('vampirecalli.ttf');
}

@font-face {
	font-family: 'anothertest';
	src: url('letterforlearners.ttf');
}




header h1 {
	font-family:'testpoliceagain';
	font-size:4.3em;
	background-color:white;
	padding:30px 50px 30px 50px;
	border-radius:90px;
	border:1px solid black;
}

header h1 a {
	text-decoration:none;
	color:black;
}

header p {
	font-family:'anothertest';
	font-size:2em;
}



body {
	background-image:url("images/upfeathers.png");
	font-family:Verdana, 'Trebuchet MS', Arial, sans-serif;
}


#bloc_page
{
	margin:auto;
	max-width:1024px;
	display:flex;
	flex-direction:column;
	margin-bottom:50px;
}

header 
{
	max-width:1024px;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-around;
}


section {
	display:flex;
	flex-direction:column;
	background-color:white;
	border: 1px solid black;
	border-radius:7px;
	margin:0;
}

section h2 {
}


/*nav dansheader {
	align-self:flex-end;
}*/

nav {
	/*border-style:solid;
	border-width:0px 0px 2px 0px;*/
	display:flex;
	justify-content:center;

}

nav ul {
	list-style-type:none;
	display:flex;
}

nav li {
}

nav li:hover {
}

nav li a {
	text-decoration:none;
	text-transform:uppercase;
	color:black;
	padding:10px 20px 10px 20px;
}

nav li a:hover {
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:black;
}

nav li a:active {
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:black;
}



article {
	max-width:800px;
	margin:auto;
	border-width:1px 0px 0px 0px;
	border-style:solid; 
	border-color:black;
}

article h2 {
	font-weight:normal;

}

article p {
	text-indent:50px;
	font-size:1.1em;
	line-height:1.6em;
	word-spacing:0.1em;
	text-align:justify;
}


