/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

html, body {
	min-width: 350px !important;
	overflow-x: hidden;
}

* {
	white-space: normal;
}

h1, h2, h3, h4, h5, h6 {
	text-wrap: balance;
}

.h1, .h1 * {
	font-size: var(--h1-font-size) !important;
}

.h2, .h2 * {
	font-size: var(--h2-font-size) !important;
}

.h3, .h3 * {
	font-size: var(--h3-font-size) !important;
}

.h4, .h4 * {
	font-size: var(--h4-font-size) !important;
}

.h5, .h5 *{
	font-size: var(--h5-font-size) !important;
}

.h6, .h6 *{
	font-size: var(--h6-font-size) !important;
}

.lettl-container {
	padding-top: clamp(100px, 10vh, 120px) !important;
	padding-bottom: clamp(100px, 10vh, 120px) !important;
}

@media (max-width: 959px) {
	.lettl-container .l-section-h {
		max-width: 680px !important;
	}
}

@media (max-width: 600px) {
	.lettl-container .l-section-h {
		max-width: 420px !important;
	}
}