.title1 {
	font-size: 6rem;
	line-height: 1;
    font-family: 'Poppins';
    font-weight:bold;
}

.title2 {
	font-size: 4.9rem;
	line-height: 1.1;
	letter-spacing: 0.1rem;
    font-family: 'Poppins';
    font-weight:bold;
}

.title3 {
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
    font-family: 'Poppins';
    font-weight:bold;
}

.title4 {
	font-size: 3.6rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
    font-family: 'Poppins';
}

.title5 {
	font-size: 2.5rem;
	line-height: 1.2;
	letter-spacing: 0.05rem;
    font-family: 'Poppins';
}

.textbold {
    font-weight: bold;
}

.textorange{
	color: #F16625;
}

.textbluedark {
	color: #272262;
}

.textblue{
	color: #0080C5;
}

.textreddark {
	color: #7a0000;
}

.textxxx-small {
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: 0.1rem;
}

.textxx-small {
	font-size: 0.8rem;
	line-height: 1.3;
	letter-spacing: 0.1rem;
}

.textx-small {
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.1rem;
	font-family: "Nunito", Arial, Helvetica, sans-serif;
}

.textsmall {
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: 0.1rem;
}

.textmedium {
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.0625rem;
}

.textlarge{
	font-size: 2.4rem;
	line-height: 1.3;
}

.textx-large{
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: 400;
}

.text2x-large {
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: 0.05rem;
}

.text3x-large {
	font-size: 3.6rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
}

.text4x-large {
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
}

.text5x-large {
	font-size: 4.9rem;
	line-height: 1.1;
	letter-spacing: 0.1rem;
}

.text-jumbo {
	font-size: 6rem;
	line-height: 1;
}

.text-jumbo-mp {
    font-size: 6rem;
    line-height: 1;
    font-family: "Poppins";
}

@media screen and (max-width: 1200px){
	.text5x-large {
		font-size: 3.6rem;
	}
	.text-jumbo {
		font-size: 5rem;
	}
}