/* Global */
body {
	background-color: white;
	overflow: auto;
	margin-bottom: 20vh;
}


/* header */
header {
	background-color: #d2f3ff;
	margin: 0px;
	padding: 10px;
}

header img{
	position: relative;
	left: 24%;
	top: 0%;
}

header h1 {
	position: absolute;
	left: 40%;
	top: 0px;
	font-size: 36px;
}

header a {
	text-decoration: none;
}

header #menu {
	position: relative;
	left: 40%;
	top: 11%;
	width: 100%;
}

header button {
	border: none;
	color: black;
	font-size: 16px;
	background-color: #d2f3ff;
	font: Helvetica;
	margin-left: 2.5%;
}


		/* /header */





/* footer */
footer {
	position: absolute;
	bottom: 0%;
	width: 100%;
	padding: 0;
	background-color: lightgrey;
}


footer #contact_footer {
	float: left;
	margin-left: 25%;
}

footer #factory_footer {
	display: inline-block;
	margin-left: 10%;
}


/* /footer */
