body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 20px;
}

.roboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}


.roboto-normal {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.roboto-light {
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
}

#color-swatches {
	margin: 20px 0;
}

.fiber-list,
.colorway-list {
	list-style-type: none;
	padding: 0;
}

.colorway-list {
	overflow: auto;
	width: 100%;
}

.colorway {
	display: inline-block;
	width: 175px;
	height: 175px;
	text-align: center;
	margin: 0 0 10px 10px;
	border: solid 1px black;
	float: left;
	position: relative;
}

.crop {
	width: 175px;
	height: 100px;
	overflow: hidden;
}

.color-name {
	display: block;
	margin: 0;
}

.coming-soon {
	margin: 0;
}

.icon {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: inline-block; 
	text-transform: uppercase;
	background-color: #000;
	color: #ffffff;
	padding-top: 1px;
	text-align: center
}

.colorway .icon {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.cotton {
	
}

.repreve {
	
}

.silk {
	
}

.tencel {
	
}

.fiber-list .icon {
	margin-right: 5px;
}

.fiber-list li {
	margin-bottom: 10px;
}

.fiber-box {
	border-width: 1px;
	border-color: black;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	float: left;
}

h1, h2, h3, h4 {
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
}




