body {
	margin : 0;
	padding : 0;
}

header {
	background-image : url("images/background-image.png");
	background-size : cover;
	height : 30%;
	width : 100%;
	padding : 0;
	margin : 0;
	text-align : center;
	font-family:Broadway;
	font-size:40
}

header p {
	padding : 0;
	margin : 0;
	text-align : center ;
	color:white;
}

#anim1{
	position : fixed ;
	top : 0;
	left : 0;
	z-index : -1;
	width : 13%;
	padding : 0;
	background-color : white;
	border:none;
}

#anim2{
	position : fixed ;
	top : 0;
	right : 0;
	z-index : -1;
	width : 13%;
	padding : 0;
	background-color : white;
	border:none;
}

main {
	width : 74%;
	margin :auto;
	background-color :(120,0,0);
	
}

main nav {
	height : 500;
	background-color : white;
	width : 100%;
}

.presentation {
	height : 300;
	background:center;
	font-family:Century Gothic;
	font-size:18;
	text-align : center ;
}

article {
	width : 100%;
	
}

article img {
	display : inline-block;
	vertical-align : top;
	background:center;

}

article ul {
	display : inline-block;
	vertical-align : top;	
	font-family:Century Gothic;
	font-size:14;
}

.alignD {
	text-align : right;
}