/* CSS Document */
body{margin: 0;
background-color: #6698DD;
}
.home-header{
background-size: cover;
background-position: center;
padding-top: 10px;
}
.home-header h1{
text-align: center;
font-size: 3em;
margin-top: 0;
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
}
.text h2{
text-align: center;
font-size: 2em;
color: #863C0A;
}
.text h3{
text-align: center;
font-size: 2em;
color: #863C0A;
}
.image1{
width: 37em;
height: 21em;
background-image: url("image/CAD1.png");
background-size: cover;
margin-left: 30em;
}
.image2{
width: 42em;
height: 20em;
background-image: url("image/CAD2.png");
background-size: cover;
margin-left: 30em;
margin-top: 5em;
}
.image3{
width: 33em;
height: 35em;
background-image: url("image/CAD3.png");
background-size: cover;
margin-left: 30em;
margin-top: 5em;
}
.image4{
width: 17em;
height: 23em;
background-image: url("image/Construction1.jpg");
background-size: cover;
margin-left: 40em;
margin-top: 5em;
}
.image5{
width: 17em;
height: 23em;
background-image: url("image/Construction2.jpg");
background-size: cover;
margin-left: 40em;
margin-top: 5em;
}
.image6{
width: 17em;
height: 23em;
background-image: url("image/Construction3.jpg");
background-size: cover;
margin-left: 40em;
margin-top: 5em;
}
.image7{
width: 12em;
height: 23em;
background-image: url("image/Construction4.jpg");
background-size: cover;
margin-left: 42em;
margin-top: 5em;
}
.image8{
width: 12em;
height: 23em;
background-image: url("image/Construction5.jpg");
background-size: cover;
margin-left: 42em;
margin-top: 5em;
}
.image9{
width: 17em;
height: 23em;
background-image: url("image/Construction6.jpg");
background-size: cover;
margin-left: 40em;
margin-top: 5em;
}
.image10{
width: 11em;
height: 15em;
background-image: url("image/Construction7.jpg");
background-size: cover;
margin-left: 42em;
margin-top: 5em;
}
.image11{
width: 11em;
height: 15em;
background-image: url("image/Final Design1.jpg");
background-size: cover;
margin-left: 42em;
margin-top: 5em;
}
.image12{
width: 11em;
height: 15em;
background-image: url("image/Final Design2.jpg");
background-size: cover;
margin-left: 42em;
margin-top: 5em;
}
