* {
	box-sizing: border-box;

}

html, body {
	margin: 0;
	font-family: 'maFont', sans-serif;
	color: rgb(1,1,1);
	font-size: 2em;
}

a {
	color: rgb(1,1,1);
	text-decoration: inherit;
	font-family: 'maFont', sans-serif;
}

p {
	color: white;
	margin: 0;
	line-height: 1.1em;
	font-size: 30px;
	margin: 09px;
/*	margin-top: 270px;*/
    text-align: center;
}

br{
	line-height: 0.5em;
	color: white;
	margin: 0;
	font-size: 30px;
	margin: 40px;
/*	margin-top: 270px;*/
    text-align: center;
}


h1, h3, h4{
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	color: rgb(255,255,255);
}

h2 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	color: rgb(1,1,1);
}

h5 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
}

@font-face {
  font-style: normal;
  font-weight: bold;
  font-family: 'maFont';
  src: url(../fonts/Favorit_Medium.otf) format('truetype');
}


}
@media screen and (max-width: 1000px) {
	
	.h1 {
	margin: 0;
/*	font-size: 3em;*/
	font-weight: normal;
	line-height: 1em;
	color: rgb(255,255,255);
}
		
}



