#img1 {
	width: 100%;
	max-height: 100px;
	margin: 0px;
	padding: 0px;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
}

#img2 {
	position: relative;
	width: 100%;
	max-height: 300px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: -1;
	}

#img3 {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: -1;
	}
	
h1 {
	position: absolute;
	display: block;
	color: red;
	margin-left: 30%;
	width: 40%;
	font-size: 2.5vw;
	font-weight: bold;
}

h2 { 
	display: block;
	color: red;
	text-align: center;
	font-weight: bold;
	border-width: 3px;
	border-bottom-style: double;
	border-color: gray;
	font-size: 2.5vw;
}

h3 { 
	display: block;
	color: red;
	text-align: center;
	font-weight: bold;
	border-width: 3px;
	border-bottom-style: double;
	border-color: gray;
	font-size: 1.5em;
}

a:link { 
	display: block;
	color: green;
	text-align: center;
	font-weight: bold;
	background: lightyellow;
	text-decoration: underline;
}

a:visited {
	display: block;
	color: red;
	text-align: center;
	font-weight: bold;
	background: lightyellow;
	text-decoration: underline;
}

a:hover {
	display: block;
	color: blue;
	text-align: center;
	font-weight: bold;
	background: lightyellow;
	text-decoration: underline;
}

a:active {
	display: block;
	color: indigo;
	text-align: center;
	font-weight: bold;
	background: lightyellow;
	text-decoration: underline;
}

body {
	background-color: skyblue;	
}

#header_form {
	display: block;
	margin-left: 15%;
	width: 100%;
}

button {
	background-color: green;
	border-left-color: #ffcccb;  /* DarkRed */
	border-top-color: #ffcccb;  /* DarkRed */
	border-right-color: black;
	border-bottom-color: black;
	color: white;
	padding: 10px;
	text-align: center;
	display: inline-block;
	font-size: 1.5vw;
	border-radius: 10px;
	cursor: pointer;
	width: 10%;
	float: left;
	
}

#first_div {
	position relative;
	width: 100%;
	max-height: 300px;
/*	top: 4000px; */
}

#first_inner {
	position: absolute;
	left: 10px;
	width: 60%;
	padding: 10px 32px;
	display: inline-block;
	border-radius: 20px;

}

	
p.first {
	position: absolute;
	color: white;
	text-align: left;
	font-size: 20px;
	top: 70px;
	left: 10px;
}

#second_div {
	position relative;
	width: 100%;
	max-height: 300px;
	top: 5000px;
}

#second_inner {
	position: absolute;
	right: 10px;
	width: 60%;
	padding: 10px 32px;
	display: inline-block;
	border-radius: 20px;

}

p.second {
	position: absolute;
	color: white;
	text-align: left;
	font-size: 20px;
	top: 70px;
	right: 10px;
}

#third_div {
	position relative;
	width: 100%;
	height: 300px;
	background-size: 100% 100%;
}

#third_inner {
	position: absolute;
	left: 200px;
	width: 60%;
	padding: 10px 32px;
	text-decoration: none;
	display: inline-block;
	border-radius: 20px;

}

p.third {
	position: absolute;
	color: white;
	text-align: center;
	font-size: 20px;
	top: 70px;
}

#projects {
	position: relative;
	width: 100%;
	height: 300px;
	border: 3px solid yellow;
}

#manufacturing {
	position: absolute;
	left: 0%;
	width: 50%;
	height: 120px;
	border: 3px solid blue;
}

p.manufacturing {
	text-align: center;
}

#retail {
	position: absolute;
	left: 50%;
	width: 49.5%;
	height: 120px;
	border: 3px solid blue;
}

p.retail {
	text-align: center;
}


