*{
box-sizing:border-box;
}
@font-face {
		font-family: 'calibri_web';
		src: url('/fonts/calibri.eot');
		src: url('/fonts/calibri.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/calibri.woff') format('woff'),
			 url('/fonts/calibri.ttf') format('truetype'),
			 url('/fonts/calibri.svg#calibri') format('svg');
		font-weight: normal;
		font-style: normal;
	}
@font-face {
	font-family: 'calibri_web';
	src: url('/fonts/calibrib.eot');
	src: url('/fonts/calibrib.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/calibrib.woff') format('woff'),
		 url('/fonts/calibrib.ttf') format('truetype'),
		 url('/fonts/calibrib.svg#calibri') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'calibri_web';
	src: url('/fonts/calibrii.eot');
	src: url('/fonts/calibrii.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/calibrii.woff') format('woff'),
		 url('/fonts/calibrii.ttf') format('truetype'),
		 url('/fonts/calibrii.svg#calibri') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'calibri_web';
	src: url('/fonts/calibriz.eot');
	src: url('/fonts/calibriz.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/calibriz.woff') format('woff'),
		 url('/fonts/calibriz.ttf') format('truetype'),
		 url('/fonts/calibriz.svg#calibri') format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'imakeev';
	src: url('/fonts/imakeev.ttf') format('truetype'),
		 url('/fonts/imakeev.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
BODY{
/* font-family: calibri, 'calibri_web', verdana; */
font-family: 'calibri_web', verdana;
font-size:14px;
margin: 0px;
color:dimgrey;
}
INPUT, TEXTAREA, BUTTON{
font-family: calibri, 'calibri_web', verdana;
font-size:16px;
}
.sections
{
display: flex;
height: 100vh;
width: 100%;
align-items: center;
justify-content: center;	
}
.section1{
text-align:center;	
}
h1{
font-family: 'imakeev';
font-size: 52px;
font-weight: 100;	
margin: 10px 0px;
position: relative;
margin-bottom:36px;
}
h1:before {
content: attr(data-text);
position: absolute;
top: -14px;
left: 0;
transform-origin: bottom;
transform: rotateX(180deg);
line-height: 1em;
background: linear-gradient(0deg, dimgrey 0, rgba(255, 255, 255, 0) 90%);
-webkit-background-clip: text;
color: rgba(0, 0, 0, 0);
opacity: 0.2;
}
h2{
font-weight: normal;
margin:0px;	
font-size:18px;
}
.logo{
width:100px;	
}
.section1 P{
margin:0px;	
}
.nourl{
text-decoration:none;
border:none;
cursor:unset;
}
::selection{
background:transparent;	
}