/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) { 
	.tmplBannerSlider .entry h1.headline {
		font-size: 35px;
	}
	.tmplBannerSlider .entry .subline {
		font-size: 21px;
	}
	.fs-70 {
		font-size: 28px !important;
	}
	.fs-60 {
		font-size: 21px !important;
	}
	.fs-50 {
		font-size: 20px !important;
	}
	.tmplCategorySelect .imgEntry:not(.subEntry) {
		height: 270px !important;
	}
	.fs-20 {
		font-size: 13px !important;
	}
	.tmplCategorySelect .text {
		line-height: normal;
	}
	.tmplBannerSlider .entry .button {
		font-size: 20px;
	}
}

/* Small devices (tablets, 576px and up) */
/* sm */
@media (min-width: 576px) and (max-width: 767.98px) { 
	.tmplBannerSlider .entry h1.headline {
		font-size: 54px;
	}
	.tmplBannerSlider .entry .subline {
		font-size: 30px;
	}
	.fs-70 {
		font-size: 40px !important;
	}
	.fs-60 {
		font-size: 30px !important;
	}
	.fs-50 {
		font-size: 25px !important;
	}
	.fs-20 {
		font-size: 16px !important;
	}
	.tmplCategorySelect .imgEntry:not(.subEntry) {
		height: 270px !important;
	}
	.tmplCategorySelect .text {
		line-height: normal;
	}
	.tmplBannerSlider .entry .button {
		font-size: 24px;
	}
}

/* Medium devices (desktops, 768px and up) */
/* md */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.fs-70 {
		font-size: 60px !important;
	}
	.fs-60 {
		font-size: 50px !important;
	}
	.fs-20 {
		font-size: 16px !important;
	}
	.tmplCategorySelect .text {
		line-height: normal;
	}
}

/* Large devices (large desktops, 992px and up) */
/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) { 
	.fs-70 {
		font-size: 60px !important;
	}
	.fs-60 {
		font-size: 50px !important;
	}
}

/* Extra large devices (larger desktops, 1200px and up) */
/* xl */
@media (min-width: 1200px) { 
}