@charset "utf-8";
.section1 {
	display:inline-block;
	position:relative;
	margin: 1em auto 1em auto;
	width: 98%;
	text-align:center;
}
img.section1 {
	display:block;
	position:relative;
	margin: 1.5em auto 1.5em auto;
	float:none;
	width:auto;
	max-width:90%;
}
img.fabrics {
	display: inline;
	border: 1px solid rgb(0,0,153);
	position:relative;
	margin: 1.5em auto 1.5em auto;
	float:none;
	width:auto;
}
.section2 {
	display:inline-block;
	position:relative;
	margin: 0 auto 0 auto;
	width: 98%;
}
.section3 {
	clear:both;
	display:block;
	position:relative;
	width: 98%;
	margin: 1em auto 1em auto;
}
p.section3 {
	display: inline-block;
	position: relative;
	width: 98%;
}
img.section3 {
	display: inline-block;
	position: relative;
	width: 98%;
	margin: auto;
	border: 5px solid rgb(255,105,180);
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
img.section1 {
	width:auto;
}
img.fabrics {
	width: auto;
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
.section1 {
	float:left;
	width:40%;
}
.section2 {
	float:right;
	width:50%;
	margin-right:1em;
}
p.section3 {
	width: 40%;
}
img.section3 {
	width: 50%;
	margin-left: 2em;
}
}