/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



*, html{
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}

img{
	max-width:100%;
	height:auto;
}


b, strong{
	font-weight:bold;
}

.clear{
	clear:both;
}




/* reset tailles typos */
html, body {
	font-size: 62.5%; 
}
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.3;
  font-weight: 400;
  font-family: "Arial", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; font-family:"bignoodletitlingregular";}
h1 { font-size: 2.8rem; line-height: 1;  /*letter-spacing: -.1rem;*/}
h2 { font-size: 2.6rem; line-height: 1;/* letter-spacing: -.1rem; */}
h3 { font-size: 2.0rem; line-height: 1;  /*letter-spacing: -.1rem;*/ }
h4 { font-size: 1.4rem; line-height: 1; /*letter-spacing: -.08rem; */}
h5 { font-size: 0.8rem; line-height: 1; /* letter-spacing: -.05rem; */}
h6 { font-size: 0.5rem; line-height: 1; /* letter-spacing: 0; */}

/* Larger than phablet */
@media (min-width: 700px) {
  h1 { font-size: 3.2rem; }
  h2 { font-size: 3.0rem; }
  h3 { font-size: 2.4rem; }
  h4 { font-size: 1.8rem; }
  h5 { font-size: 1.2rem; }
  h6 { font-size: 1rem; }
}