/**umb_name:Nadpis 1*/
.title1 {
	font-size: 85px;
	font-weight:800;
	color: #ffa33e;
}

/**umb_name:Nadpis 2*/
.title2 {
	font-size: 67px;
	font-weight: 500;
	color: #ffa33e;
}

/**umb_name:Zvýraznění (velikost)*/
.bigText {
	font-size: 67px;
	font-weight: 500;
	color: #000000;
}

/**umb_name:Zvýraznění (tloušťka)*/
.textWeight {
	font-weight: 900;
}

/**umb_name:Zvýraznění (barva)*/
.coloredText {
	color: #ffa33e !important;
}

@media screen and (max-width: 1400px) {
	.title1{
		font-size:65px;
	}

	.title2 {
		font-size: 55px;

	}

	.bigText {
		font-size: 55px;

	}
}

@media screen and (max-width: 1200px) {
	.title1 {
		font-size: 45px;
	}

	.title2 {
		font-size: 35px;
	}

	.bigText {
		font-size: 35px;
	}
}

@media screen and (max-width: 600px) {
	.title1 {
		font-size: 35px;
	}

	.title2 {
		font-size: 27px;
	}

	.bigText {
		font-size: 27px;
	}
}
