@font-face {
	font-family: 'Helvetica';
	src: url("../fonts/helvetica_light.otf") format("opentype");
	font-weight: 100;
}
@font-face {
	font-family: 'Helvetica';
	src: url("../fonts/helvetica_regular.otf") format("opentype");
	font-weight: 200;
}
@font-face {
	font-family: "MyriadPro";
	src: url("../fonts/myriadpro_light.otf") format("opentype");
	font-weight: 100;
}
@font-face {
	font-family: "MyriadPro";
	src: url("../fonts/myriadpro_regular.otf") format("opentype");
	font-weight: 200;
}
@font-face {
	font-family: "MyriadPro";
	src: url("../fonts/myriadpro_bold.otf") format("opentype");
	font-weight: bold;
}



.text {
	text-decoration: none;
}
.text.regular{
	font-family: 'Helvetica';
	font-weight: 200;
}
.text.light{
	font-family: 'Helvetica';
	font-weight: 100;
}
.text.big{
	font-size: 58px;
}
.text.middle{
	font-size: 38px;
	line-height: 50px;
}

.text.smallHeader{
	font-size: 28px;
	line-height: 40px;
}
.text.small{
	font-size: 28px;
}
.text.file{
	font-family: 'MyriadPro';
	font-weight: bold;
	font-size: 25px;
}


@media screen and (max-width: 1770px) {
	.text.big{
		font-size: 47px;
	}
	.text.middle{
		font-size: 28px;
		line-height: 40px;
	}

	.text.smallHeader{
		font-size: 20px;
		line-height: 30px;
	}
	.text.small{
		font-size: 20px;
	}
	.text.file{
		font-size: 18px;
	}
}


@media screen and (max-width: 1440px) {
	.text.big{
		font-size: 40px;
	}
	.text.middle{
		font-size: 24px;
		line-height: 34px;
	}

	.text.smallHeader{
		font-size: 18px;
		line-height: 24px;
	}
	.text.small{
		font-size: 18px;
	}
	.text.file{
		font-size: 16px;
	}
}


@media screen and (max-width: 1280px) {
	.text.big{
		font-size: 32px;
	}
	.text.middle{
		font-size: 20px;
		line-height: 30px;
	}

	.text.smallHeader{
		font-size: 14px;
		line-height: 20px;
	}
	.text.small{
		font-size: 16px;
	}
	.text.file{
		font-size: 14px;
	}
}


@media screen and (max-width: 1024px) {
	.text.big{
		font-size: 32px;
	}
	.text.middle{
		font-size: 20px;
		line-height: 30px;
	}

	.text.smallHeader{
		font-size: 14px;
		line-height: 20px;
	}
	.text.small{
		font-size: 16px;
	}
	.text.file{
		font-size: 14px;
	}
}