@charset "utf-8";
/* CSS Document */
/* Title:	3col.css
 * Author:	Tonya Brewington
 * Company:	TBREWING Creative Group
 * Version:	1.0
 * Date:	6/24/2015
*/

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
