/* CSS Document */

body{margin: 0;
	background-color: #717171;
}
.home-header{
	background-image: url("../images/background1.jpg");
	height: 200px;
	background-size: cover;
	background-position: center;
	padding-top: 10px;
}
.home-header h1{
	text-align: center;
	font-size: 3em;
	margin-top: 0;
	color: aliceblue;
}
.home-header h2{
	text-align: center;
	color: aliceblue;
}
nav ul li a{
	text-decoration: none;
	color: aliceblue;
	background-color:#434343;
	display: block;
	text-align: center;
	font-size: 130%;
}
nav ul li a:hover{
	background-color: #4F5C85;
}
nav ul li{
	flex: 1;
	margin: 8px;
}
nav ul{
	display: flex;
	list-style: none;
	padding-left: 0;
}
.Assembly{
	margin: 5px;
}
.Main{
	text-align: center;
}
.Image-Assembly{
	margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: block;
}
.Image{
	margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: block;
	margin-bottom: 2em;
}

