@charset "UTF-8";
/*   
NOPONIES!
*/

/* =RESET
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, 
dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 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%; vertical-align: baseline; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
nav ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle }
label, input[type=button], input[type=submit], button { cursor: pointer }


/*WEBFONTS
-------------------------------------------------------------- */


@font-face {
    font-family: 'open_sansregular';
    src: url('../webfonts/OpenSans-Regular-webfont.eot');
    src: url('../webfonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../webfonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../webfonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sanslight';
    src: url('../webfonts/OpenSans-Light-webfont.eot');
    src: url('../webfonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../webfonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../webfonts/OpenSans-Light-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*ROOT
-------------------------------------------------------------- */

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

html,body {
	margin: 0;
	padding: 0;
	color: #000;
	background: url(../images/np-bg.svg) repeat;
	background-size: 200px 200px;
	font: 100%/1.1em "open_sanslight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


a {
	color:#fff;
	font-size: inherit;
	text-decoration: none;
}

a:hover {
	color:#000;
	text-decoration: none;
	-o-transition-duration: .5s;
	-o-transition-property: color;
	-ms-transition-duration: .5s;
	-ms-transition-property: color;
	-moz-transition-duration: .5s;
	-moz-transition-property: color;
	-webkit-transition-duration: .5s;
	-webkit-transition-property: color;
	transition-duration: .5s;
	transition-property: color;
}

::selection {
	background: #FD4F57;
	color: #fff;
	text-shadow: none;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*TYPE
-------------------------------------------------------------- */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin: .8em 0;
	font-weight: normal;
	font-family: 'open_sanslight';
	line-height: 1.2em;
}

h1 {
	font-size: 220%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 130%;
}

h6 {
	font-size: 120%;
}

p {
	line-height: 1.3em;
	margin: 12px 0 14px 0;
}

code {
	font-size: 100%;
	font-family: monospace;
}

pre code {
	line-height: 1.3em;
}

del, del * {
	text-decoration: line-through;
}

small,
.small {
	font-size: 85%;
}

ol, ul {
	line-height: 1.4em;
	margin: 1.2em 0 1.2em 2em;
}

td {
	line-height: 1.4em
}

th, td {
padding: 0 12px 0 0;
vertical-align: top;
}

ul li,
ol li,
dl dt,
dl dd {
	margin-bottom: 0.2em;
}

img, a img {
	border: 0;
}

strong {
	font-family: 'open_sansbold';
	font-weight: normal;
}



main {
	background: #333;
	color: #fff;
	margin-top: 20%;
	padding: 3em;

}

main h1 {
	background: url(../images/np.svg) no-repeat;
	background-size:  190px auto;
	text-indent: -999em;
	font-size: 0;
	height: 200px;
	margin: 0;
}


	
main h2 {
	font-size: 1.3em;
}

main span {
	display: none;
}

/*MEDIA QUERIES 
-------------------------------------------------------------- */
/* 480px */
@media only screen and (min-width: 480px) {
	main {
		margin-top: 20%;
		padding: 3em;
	}
	
	main h2 {
		font-size: 1.2em;
	}
}

/* 640px */
@media only screen and (min-width: 640px) {
	main {
		margin-top: 20%;
		padding: 3em;
	}
	
	main h2 {
		font-size: 1.3em;
	}
}
	
/* 768px */
@media only screen and (min-width: 768px) {
	
	main {
		margin-top: 20%;
		padding: 3em 3em 3em 5em;
	}
	
	main h2 {
		font-size: 1.4em;
	}
	
	main span {
	display: inline;
}
	main br {
	display: none;

}

/* 960px */
@media only screen and (min-width: 960px) {
	main {
		margin-top: 20%;
		padding: 3em 3em 3em 5em;
	}
	
	main h2 {
		font-size: 2em;
	}
}
