/* RESET */

/* 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;
}







/* BASICS */


html 					{

						}


body 					{
						background-color: #000000;
						font-family: Helvetica, sans-serif;
						font-size: 12px;
						letter-spacing: 1.5px;
						}



a 						{color: #000;
						text-decoration: none;
						padding-bottom: 1px;
						font-family: Times, serif;
						padding-bottom: 1px;

						}

a:hover 				{color: #000;}

.large 					{font-size: 36px;}


/* TYPO */

h1 						{
						font-family: Helvetica, sans-serif;
						font-size: 36px;
						margin-bottom: 60px;
						}


p 						{

						margin-bottom: 40px;
						}




/* HEADER */


.logo 					{
						max-width: 200px;
						margin: 0 auto;
						margin-top: 250px;
						margin-bottom: 80px;
						}

.logo img 				{width: 100%;}




/* Sections */



section 				{padding: 20px;
						box-sizing:border-box;
						width: auto;
						text-align: center;

						}

footer 					{text-align: center;
						padding: 30px;
						box-sizing: border-box;
						line-height: 1.3;
						color: #000;

}


/* NL */

#mc_embed_signup		{background-color: transparent !important;}

#mc_embed_signup form 	{padding: 0px !important;}

#mc_embed_signup input.email {border-radius: 0 !important;
						-webkit-border-radius: 0!important;
						background-color: transparent;
						border: 0;
						border-bottom: 2px solid black;
						font-family: 'Oswald', sans-serif !important;
						color: #000 !important;
						width: 240px !important;
						margin: 0 auto !important;
						text-align: center;
						text-transform: uppercase;
						margin-bottom: 30px !important;
						font-size: 24px !important;
						padding-bottom: 4px !important;
						}

#mc_embed_signup .button {background-color: #000 !important;
						color: #f5e946 !important;
						font-family: 'Oswald', sans-serif;
						letter-spacing: 0.5px;
						border-radius: 0 !important;
						-webkit-border-radius: 0!important;
						width: 150px !important;
						padding: 20px !important;
						vertical-align: center;
						height: auto !important;
						line-height: 1 !important;
						margin: 0 auto !important;
						font-size: 24px !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000;
}
