 /* woodbox
*/

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

html{ height:100%;
	background: #f5f5f5;
}
body {
	line-height: 1;
	width:100%;
	height: 100%;
	background: #f5f5f5;
	color: black;
}
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;
}

a
{
	color:black;
	text-decoration: none;

}

/*------------------------------------------------------------- wrap
*/

#wrap
{
	width:100%;
	position:relative;
	height:100%;
	overflow: hidden;
	background: #f5f5f5;
}


header
{
	width:20%;
	margin: auto;
	text-align: center;
	height: auto;
	background: ;
	position: relative;
	top:calc(50% - 3em);
	transform: rotate(-8deg);
	font-family: "Source Code Pro", monospace;
	font-weight: 300;
	line-height: 1.6em;
	font-size: 0.8em;
	min-width: 250px;
	max: 5000px;
	filter: blur(0.02px);
  -webkit-filter: blur(0.02px);
  -moz-filter: blur(0.02px);
	-ms-filter: blur(0.02px);
	-o-filter: blur(0.02px);
}

header h1
{
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: ;
}

header .mail
{
	text-align:right;
}

header .fr
{
	text-align:left;
}

header .kh
{
	text-align:left;
}

header h2
{
	text-align:left;
}




// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 900

.source-code-pro-<uniquifier> {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


