/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}


@font-face {
  font-family: 'CooperHewitt-Display';
  src: url('/fonts/CooperHewitt-Display.woff') format('woff');
}

@font-face {
  font-family: 'CooperHewitt-Medium';
  src: url('/fonts/CooperHewitt-Medium.woff') format('woff');
}

@font-face {
  font-family: 'CooperHewitt-Book';
  src: url('/fonts/CooperHewitt-Medium.woff') format('woff');
}

@font-face {
  font-family: 'CooperHewitt-BookItalic';
  src: url('/fonts/CooperHewitt-Medium.woff') format('woff');
}


body {
    font-size: 24px;
    line-height: 1.75; /* unit-less line-height */
    color:#000;
    margin-top: 40px;
}

a {
	text-decoration: none;
	color:#000;
}

a:hover{
	color:#000;
}

ol, ul {
	list-style: none;
}

.content {
	width: 80%;
	margin: 0 auto 20px auto;
}

/* clearfix for content */
.content:after {
  content: "";
  display: table;
  clear: both;
}

.button{
	margin: 20px auto 60px;
	background-color: #ff5700;
	border: none;
	outline: none;
	font-family: 'CooperHewitt-Display', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	height: 47px;
	padding: 10px;
	padding-top: 15px;
	cursor: pointer;
}

img {
	width: 100%;
	border-top: none;
}

.section {
	border-top: 1px solid #000;
	padding: 10px 0;
}
/* clearfix for section */
.section:after {
  content: "";
  display: table;
  clear: both;
}

.section .image-description-title {
  font-family: 'CooperHewitt-Book', Helvetica, Arial, sans-serif;
}

/* grid */
[class*='col-']{
	display:inline-block;
	vertical-align: top;
	padding-right: 20px;
}

[class*='col-']:last-of-type {
  	padding-right: 0;
}

/* grid widths*/
.col-2-3 {
  	width: 75%;
  	float: right;
}
.col-1-3 {
  	width: 25%;
  	float: left;
}

h1.title{
	font-family: 'CooperHewitt-Display', Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 1.15;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/* visually hidden in web */
.vh {
	display: none;	
}

h1 {
	font-family: 'CooperHewitt-Medium', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.label {
	margin-bottom: 80px;
}

.intro {
	margin-bottom: 40px;
}

.label h1 {
	font-family: 'CooperHewitt-Medium', Helvetica, Arial, sans-serif;
	text-transform: none;
}

/*.button {
	font-family: 'CooperHewitt-Medium', Helvetica, Arial, sans-serif;
}*/

h2 {
	font-family: 'CooperHewitt-Medium', Helvetica, Arial, sans-serif;
}

h3 {
	font-family: 'CooperHewitt-Book', Helvetica, Arial, sans-serif;
}

header {
	margin-bottom: 20px;
}

p {
	font-family: 'CooperHewitt-Book', Helvetica, Arial, sans-serif;
	margin-bottom: 20px;	
}

ul.info li{
	font-family: 'CooperHewitt-Book', Helvetica, Arial, sans-serif;
}

ul.tags li {
	font-family: 'CooperHewitt-BookItalic', Helvetica, Arial, sans-serif;
	display: inline-block;
	margin-right:0.2 rem;
}

ul.tags li:last-child {margin-right:0;}
ul.tags li:after { content: ", "; }
ul.tags li:last-child:after { content: ""; }

.label-image {
  width: 40%;
}
.label-copy {
  width: 60%;
}

@media print {

		body {
		font-size: 22px;
		line-height: 1.5; /* unit-less line-height */
		margin: 0rem 2rem;
		}
		
		h3 {
		font-family: 'CooperHewitt-Book', Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 1.5; /* unit-less line-height */		
		}

		.intro p {
			font-size: 18px;
		}
		
		.vh {
		display: block;
		}
		
		a {color:#000; text-decoration:none;}
			
		.content {
		width:100%;
		margin: 0rem auto;
		page-break-after: always;
		}
		
		.button{
		display:none;
		}
}


/*
 :::  Media Query
-------------------------------------------------- */

/*IPAD media query-------------------------------------------------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
}

/*IPHONE media query-------------------------------------------------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
}

/*1200px wide media query-------------------------------------------------- */
@media (max-width: 12000px) {
}

/*900px wide media query-------------------------------------------------- */
@media (max-width: 900px) {

  .label-image {
    width: 100%;
    margin-bottom: 2rem;
  }
  .label-copy {
    width: 100%;
  }

}


/*600px wide media query-------------------------------------------------- */
@media only screen and (max-width: 600px) {

.intro{
	margin-bottom: 0;
}
	
h1.title{
	margin-bottom: 2rem;;
}

.button{
	font-size: 1.6rem;
}

[class*='col-'] {
	width:100%;
	float: none;
	padding-right: none;
}

}

