@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}

@media (max-width: 813px) {
	.container, .contentProducts {
		flex-direction: column !important;
		padding-left: 1em !important;
		padding-right: 1em !important;
		text-align: center !important;
	}
	.boxDescription {
		width: 90% !important;
		margin: 0 auto !important;
	}
	.boxImage {
		width: 90%! important;
		margin: 0 auto !important;
	}
	.boxImage img {
		margin: 0 auto !important;
		max-width: 80% !important;
		height: auto !important;
		box-sizing: border-box !important;
	}
	.headerNav {
		flex-direction: column !important;
	}
}


body {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 0.05em;
}
.header {
	width: 100%;
	padding: 1em 2em;
	background-color: #442A7A;
	box-sizing: border-box;


}
.contentMain {
	width: 100%;
	text-align: center;
	background-image: url("images/KKBG.png");
	background: cover;
}
.contentProducts {
	padding: 4em 0;
	box-sizing: border-box;
}
.container {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
}
.headerLogo {
	width: 120px;
	margin: 0 auto;
}
.headerNav {
	color: #fff;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding: 0 1em;
	margin: 0 auto;
	letter-spacing: 0.05px;
	display: flex;
	flex-direction: row;
}
.headerNav ul {
	list-style: none;
	padding-right: 2em;
}
.headerNav ul li {
	padding-right: 2.75em;
	display: inline-flex;
	text-align: left;
}
.content {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: #ffffff66;
	box-sizing: border-box;
	overflow: hidden;
}
.hero {
	margin: 0 auto;
	text-align: center;
}
.hero > img {
	display: block;
	max-width: 410px;
	height: auto;
	margin: 4em auto;
}
.heroSlogan {
	margin: 0em auto 2em auto;
}
.heroSlogan h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	font-size: 26px;
}
.boxDescription {
	width: 50%;
	line-height: 1.634em;
	padding: 0 2em;
	box-sizing: border-box;
}
.contentProducts .container {
		padding: 2em 0;
}
.boxDescription .sectionTitle h2{
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.25em;
	font-weight: 700;
}
.container .sectionTitle h1, h2{
	font-size: 2.675em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.25em;
}
.about .container h1 {
	font-size: 2.675em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.25em;
	
}
.container h2 {
	font-size: 1.675em;
}
.sectionTitle {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 300;
	width: 100%;
	padding: 0.5em 0 2em;
	letter-spacing: 0.15em;
}
.sectionTitle p{
	text-transform: none;
	font-size: 19px;
	line-height: 1.65em;
	letter-spacing: 0.05em;
}
.boxImage {
	width: 50%;
	display: flex;
}
.boxImage img {
	display: block;
	align-self: flex-start;
width: 590px;
	height: auto;
}
.navigation a, a:visited {
	color: #ccc;
	text-decoration: none;
}
.navigation a:hover {
	color: #fff;
}
.intro {
	max-width: 80%;
	font-size: larger;
	padding: 0em 2em 2em;
	text-align: center;
	margin: 0 auto;
}

.about {
	width: 100%;
	background-color: #E6E6E6;
	padding: 3em 0;
}
.contact {
	padding: 3em 0;
	
}
.footer {
	background-color: #442A7A;
	color: #fff;
	padding: 1.25em 0;
	text-align: center;
}
.footer .container {
	text-align: center !important;
	margin: 0 auto;
}