body {
	  font-family: "Aileron-Regular";
	  font-size: 13px;
	  line-height: 16px;
	  color: white;
}

/* unvisited link */
a:link {
  color: #493464;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #493464;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #493464;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #493464;
  text-decoration: none;
}

.body_color {
  color: #493464;
}

.body_bold {
  font-family: "Aileron-Bold";
}

.container {
	border: 0px dotted gray;
	position: relative;
	padding: 5px;
}

.header {
	border: 0px dotted fuchsia;
	margin: auto;
	width: 1216px;
	text-align: right;
}

.sub_header {
	border: 0px dotted fuchsia;
	font-size: 15px;
	font-style: italic;
	color: #616161;
	margin: 0 15px 10px 0;
}

.body {
	border: 0px dotted green;
	position: relative;
	background: url("../images/warehouse.jpg") no-repeat;
	background-size: contain;
	margin: auto;
	width: 1200px;
	height: 575px;
}
.copy1 {
	border: 0px dotted red;
	position: absolute;
	z-index: 9;
	margin: 373px 0 0 505px;
	width: 670px;
}
.copy2 {
	border: 0px dotted red;
	position: absolute;
	z-index: 9;
	margin: 420px 0 0 505px;
	width: 670px;
}
.copy3 {
	border: 0px dotted red;
	position: absolute;
	z-index: 9;
	margin: 470px 0 0 505px;
	width: 670px;
}
.copy4 {
	border: 0px dotted red;
	position: absolute;
	z-index: 9;
	margin: 590px 0 0 505px;
	width: 670px;
}
.copy5 {
	border: 0px dotted red;
	font-size: 16px;
	position: absolute;
	z-index: 9;
	margin: 672px 0 0 505px;
	width: 670px;
}
.copy6 {
	border: 0px dotted red;
	font-size: 16px;
	position: absolute;
	z-index: 9;
	margin: 706px 0 0 505px;
	width: 670px;
	line-height: 18px;
}
@font-face {
  font-family: "Aileron-Regular";
  src: url("../fonts/Aileron-Regular.eot");
  src: url("../fonts/Aileron-Regular.eot?#iefix")
	  format("embedded-opentype"),
	url("../fonts/Aileron-Regular.woff2")
	  format("woff2"),
	url("../fonts/Aileron-Regular.woff")
	  format("woff"),
	url("../fonts/Aileron-Regular.ttf")
	  format("truetype"),
	url("../fonts/Aileron-Regular.svg#Aileron-Regular")
	  format("svg");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron-Bold";
  src: url("../fonts/Aileron-Bold.eot");
  src: url("../fonts/Aileron-Bold.eot?#iefix")
	  format("embedded-opentype"),
	url("../fonts/Aileron-Bold.woff2")
	  format("woff2"),
	url("../fonts/Aileron-Bold.woff")
	  format("woff"),
	url("../fonts/Aileron-Bold.ttf")
	  format("truetype"),
	url("../fonts/Aileron-Bold.svg#Aileron-Bold")
	  format("svg");
  font-style: bold;
  font-style: normal;
  font-display: swap;
}