body{
	position: relative;
}
#firstImage img{
	position: absolute;
	top: 250px;
}
#firstImage img:last-child{
	display: none;
}
#secondImage img{
	position: absolute;
	top: 250px;
	left: 250px;
}
#secondImage img:last-child{
	display: none;
}
#thirdImage img{
	position: absolute;
	top: 250px;
	left: 485px;
}
#thirdImage img:last-child{
	display: none;
}
#fourthImage img{
	position: absolute;
	top: 250px;
	left: 720px;
}
#fourthImage img:last-child{
	display: none;
}
#fifthImage img{
	position: absolute;
	top: 250px;
	left: 955px;
}
#fifthImage img:last-child{
	display: none;
}
#companyName{
	font-size: 28px;
	font-weight: bolder;
	padding-right: 20em; 
}

#companyName2{
	font-size: 15px;
	font-weight: bolder;

}
#myNavbar{
	font-size: 20px;
}
#home{
	padding-top: 50px;
	height: 500px;
	color: black;
	background-color: #BDBDBD;
	font-size: 15px;
}
#engineering{
	padding-top: 50px;
	height: 500px;
	color: black;
	background-color: #E0E0E0;
}
#services1{
	padding-top: 50px;
	height: 500px;
	color: black;
	background-color: #BDBDBD;
}
#services1a{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
#services2{
	padding-top: 50px;
	height: 500px;
	color: black;
	background-color: #E0E0E0;
}
#message{
	vertical-align: top;
	resize: none;
}
.textlabel{
	width: 120px;
}
.textinput{
	width: 250px;
}
#contactUs{
	padding-top: 50px;
	height: 500px;
/*	color: #fff;  for font*/
	background-color: #E0E0E0;
}
#submit{
	color: black;
}
footer{
	background-color: #BDBDBD;
	margin: auto;
    width: 100%;
	display: block;
	color: black;
	text-align:center;
	padding: 5px;
}
@media all and (min-width: 480px){
	#companyName{
	font-size: 28px;
	font-weight: bolder;
	padding-right: 0em;
	}
}

@media all and (max-width: 480px){
	#companyName{
		font-size: 20px;
		padding-top: 0px;
	}
	#ourCompanyMedia{
		padding-top: 100px;
		font-size: 14px;
		text-decoration: underline;
	}
	#ourCompanyMedia2{
		font-size: 14px;
	}
	#engineeringMedia{
		font-size: 14px;
		text-decoration: underline;
	}
	#engineeringMedia2{
		font-size: 14px;
	}
	#services1Media{
		font-size: 14px;
		text-decoration: underline;
	}
	#services1Media2{
		font-size: 14px;
	}
	#services2Media{
		font-size: 14px;
		text-decoration: underline;
	}
	#services2Media2{
		font-size: 14px;
	}
	#home{
	padding-top: 50px;
	height: 600px;
	}
	#engineering{
	padding-top: 50px;
	height: 600px;
	}
	#services1{
	padding-top: 50px;
	height: 600px;
	}
	#services2{
	padding-top: 50px;
	height: 600px;
	}
	#contactUs{
	padding-top: 50px;
	height: 600px;
	}
	#companyName2{
	font-size: 9px;
	font-weight: lighter
	}
	#services1a{
	font-size: 12px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	}
}


