



/*--------------------------------------------------------------
	Typography general
--------------------------------------------------------------*/

html,
body {
	font-size: 16px;
	/*font-weight: 300;*/
	line-height: 1.6;
	font-family: 'Poppins', sans-serif;
	word-wrap: break-word;
	word-break: keep-all;
	font-weight: 400;
}

@media only screen and (min-width: 1024px) {
	html,
	body {
		font-size: 18px;
	}
}

p {
	margin-bottom: 20px;
	display: block;
	width: 100%;
	word-wrap: break-word;
	word-break: keep-all;
}

a,
a:visited {
	color: #999;
	transition: all .3s;
}

a:hover,
a:active,
a:focus {
	transition: all .3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

h3,
h4,
h5,
h6 {
	font-weight: 400;
}

.home h1 {
	margin-bottom: 60px;
	text-align: center !important;
	font-weight: 600;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
	h1 {
		font-size: 36px;
	}
}

@media only screen and (min-width: 1920px) {
	h1 {
		font-size: 52px;
	}
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 28px;
	font-family: 'knewave', cursive;
	font-weight: 400;
}

h5,
h6,
.widget-title {
	font-size: 20px;
}

@media only screen and (min-width: 1024px) {

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 52px;
	}

	h5,
	h6,
	.widget-title {
		font-size: 24px;
	}
}



