/* latin */
@font-face {
  font-family: 'Indie Flower';
  font-style: normal;
  font-weight: 400;
  src: local('Indie Flower'), local('IndieFlower'), url(woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
.b-main-slider-2 {
	height: 150px;
}
.bx-controls {
	display: none;
}
.contenttext {
	text-align: justify;
	margin: 0 auto;
	display: block;
	line-height: 1.4em;
	font-size: 14pt;
}
.contenttext strong {
	font-size: 20pt;
}
.contenttext p {
	margin-bottom: 15px;
}
h3.keeptrackofit {
	text-align: center;
	line-height: 1.1em;
}

/*============================ MEDIA QUERIES ============================*/
/* Big Screens Navi Fix | >720px */
@media only screen and (min-width: 60em) {
	.contenttext {
		max-width: 800px;
		font-size: 14pt;
	}
	.contenttext strong {
		font-size: 20pt;
	}
	h3.keeptrackofit {
		font-size: 28pt
	}
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
	.contenttext {
		max-width: 600px;
		font-size: 12pt;
	}
		.contenttext strong {
		font-size: 18pt;
	}
	h3.keeptrackofit {
		font-size: 24pt
	}
}
/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
	.contenttext {
		max-width: 500px;
		font-size: 12pt;
	}
	h3.keeptrackofit {
		font-size: 22pt
	}
}
/* Phablets (portrait) | <640px */
@media only screen and (max-width: 40em) {
	.contenttext {
		max-width: 400px;
		font-size: 10pt;
	}
	.contenttext strong {
		font-size: 18pt;
	}
	h3.keeptrackofit {
		font-size: 18pt
	}
}
/* Smartphones | <480px */
@media only screen and (max-width: 30em) {
	.contenttext {
		max-width: 300px;
		font-size: 10pt;
	}
	.contenttext strong {
		font-size: 16pt;
	}
	h3.keeptrackofit {
		font-size: 16pt
	}
}
/* Smartphones | <320px */
@media only screen and (max-width: 20em) {
	.contenttext {
		max-width: 200px;
		font-size: 8pt;
	}
	.contenttext strong {
		font-size: 14pt;
	}
	h3.keeptrackofit {
		font-size: 16pt
	}
}