@charset 'utf-8';

/*---------------------------------------------------------------------- */
/* Brand Styles
------------------------------------------------------------------------ */

/* Layout
---------------------------------------------------------- */

#main-content {
	width: 100%;
}

/* .section */

.section-header .title {
	text-align: center;
}

.section-content a img {
	transition: opacity 200ms linear; 
}

.section-content a:hover img,
.section-content a:focus img {
	opacity: .7;
}

/* #section-collection */

#section-collection .section-content {
	line-height: 2.1;
}





/*---------------------------------------------------------------------- */
/* 667px SmartPhone Styles
------------------------------------------------------------------------ */

@media screen and (max-width: 667px) {

/* Layout
---------------------------------------------------------- */


}
