/* CSS Document */
body{
	margin: 0;
}
.banner-home{
	background-image: url("../images/wind_turbin.png");
	height: 300px;
	background-size: cover;
	background-position: center;
	text-align: center;
	margin-top: 0;
	
}
nav ul li a{
	text-decoration: none;
	color: #1B1919;
	background-color: #DD191C;
	display: block;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin-bottom: 5px;	
}
nav ul li a:hover{
	background-color: #F0B7B8;
}


nav ul{
	list-style: none;
	padding: 0;
	
}
@media screen and (min-width:500px) {
	nav ul{display: flex;
	}
	nav ul li{
		flex: 1;
		margin: 5px;
	}
	
	.Team-images{
		display: flex;
	}
	.image-one{
		flex: 1;
	}
}
.main{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.T {
}
#C {
}
#Z {
}
#z {
}
