/* -------------- HTML RESET -------------- */
 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;
    font: inherit;
    vertical-align: baseline; 
}

html, body {
	font-family: 'bt_groteskbold';
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	height: 100%;
	position: relative;
	
}

/*––––––––––––––––––Font––––––––––––––––––*/
@font-face {
    font-family: 'bt_groteskbold';
    src: url('bt_grotesk-bold-WEB.woff2') format('woff2'),
         url('bt_grotesk-bold-WEB.woff') format('woff'),
         url('bt_grotesk-bold-WEB.ttf') format('truetype'),
         url('bt_grotesk-bold-WEB.svg#bt_groteskbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
	word-spacing: -0.02em;
	letter-spacing: -0.05em;
 	line-height: 1.1em;
 	font-size: 1.8em;
}

._mail {
		word-spacing: -0.02em;
	letter-spacing: -0.05em;
 	line-height: 1.1em;
 	font-size: 1.8em;
}

.home {
	margin-top: 2em;
	margin-left: 2em;
}


 a._mail:link {
     text-decoration: none;
 }
 a._mail:hover {
     text-decoration: none;
     border-bottom: solid 0.35em;
     border-bottom-color: #000000;
 }
  } 
 a._mail:visited	{
 	color: #000000;
 }
 