	

	@font-face {
		font-family: "Nunito Sans";
		font-style: normal;
		font-weight: normal;
		src: url(/custom_fsearch_pages/custom_content_blocks/kta_custom_assets/fonts/nutino-bold.woff2?ccid=x4adde534) format("woff2");
	}

	@font-face {
		font-family: "Nunito Sans";
		font-style: normal;
		font-weight: bold;
		src: url(/custom_fsearch_pages/custom_content_blocks/kta_custom_assets/fonts/nutino-normal.woff2?ccid=x4adde534) format("woff2");
	}

	main section{ font-family: "Nunito Sans", sans-serif !important; }
	main section h1, main section h2, main section h3{ font-weight:bold; font-family: "Nunito Sans", sans-serif !important; line-height: 1.1; color:black !important; }
	main section p{ margin-bottom:10px; font-family: "Nunito Sans", sans-serif !important; font-weight:300; }
	main section a{ color:inherit !important; font-family: "Nunito Sans", sans-serif !important; }
	main section a:hover{ text-decoration: none; }

	.text-white{ color:white !important; }
	.bg-black{ background-color:black; }
	.text-brand{ color: #c30f2d !important; }
	.bg-gray-lighter{ background-color:#f0f0f0; }
	.brand-logo{ display:block; height:auto; width:100%; max-width:200px; }
	.overflow-x-scroll{ overflow-x: auto; }
	.fs-7{ font-size:14px; }
	@media(min-width:768px){
	.border-between > *:first-child{ border-right:1px solid lightgray; }
	}

	main section .btn { display: inline-block; text-transform:uppercase; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: #fff0; border: 2px solid #fff0; padding: .5em 1.5em; font-style:normal; font-size: 14px; border-radius: 30px; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; line-height:1.1; white-space: normal; }
	.btn.btn-brand{ background-color: #c30f2d !important; border-color: #c30f2d !important; color: white !important; }
	.btn.btn-brand:hover, .btn.btn-brand:active, .btn.btn-brand:focus{ background-color:#c30f2d !important; color:white !important; border-color:#c30f2d !important; }

	.kta-header-logo{ display:inline-block; width:100%; max-width:250px; }
	.bg-kta-hero{ background-image:linear-gradient(0deg, rgba(0,0,0,.25)), url(/custom_fsearch_pages/custom_content_blocks/kta_custom_assets/images/kta-hero.jpg?ccid=x4adde534); background-size:cover; background-position:center; background-repeat: no-repeat; min-height:600px; display:flex; justify-content: center; align-items: center; }

	/* Features */
	.kta-finishes-img{ width:100%; aspect-ratio: 15 / 10; object-fit: cover; }

	/* Finishes */
	.bg-kta-black-ore{ background-image:url(/custom_fsearch_pages/custom_content_blocks/kta_custom_assets/images/bg-blackore.jpg?ccid=x4adde534); }
	.bg-kta-stainless-steel{ background-image:url(/custom_fsearch_pages/custom_content_blocks/kta_custom_assets/images/bg-stainless.png?ccid=x4adde534); }
	.bg-kta-juniper{ background-image:url(/custom_fsearch_pages/custom_content_blocks/kta_custom_assets/images/bg-juniper.png?ccid=x4adde534); }
	.bg-kta-finish{ background-size:cover; background-position: center; background-repeat: no-repeat; }
	@media(max-width:768px){
		.bg-kta-finish{ background-size:auto 100%; background-position: left; }
		.bg-kta-stainless-steel.bg-kta-finish{ background-position: right; }
	}

	/* Innovations Section */
	.img-fill-space{ position: absolute; height: 100%; width: 100%; object-fit: cover; }
	.min-height-400 { min-height: 400px; }
	.btn.btn-outline.btn-white { background-color: transparent; border-color: white; color: white; }
	.btn.btn-outline.btn-white:hover, .btn.btn-outline.btn-white:active, .btn.btn-outline.btn-white:focus { background-color: white; color: black; border-color: white; }
	.bg-brand { background-color: #192537; }
	.max-width-50ch{ max-width:50ch; }

	.bg-black-kitchen{ background-image: url(/custom_fsearch_pages/custom_content_blocks/kta_custom_assets/images/black-kitchen.jpg?ccid=x4adde534); background-size:cover; background-position: center; background-repeat: no-repeat; }

	/* navigation */
	.nav-item{ display:block; text-decoration: none; text-align: center; }
	.nav-item-img{ display:inline-block; width:100%; max-width:100px; aspect-ratio: 1 / 1; object-fit: contain; }
	.nav-item-title{ margin-bottom:0; margin-top:1rem; text-decoration: none; font-weight:400; }
	#kta-nav .row > *{ flex:0 0 auto; }

	/* Bootstrap5 Classes */
	.fs-1 { font-size: 40px !important; }
	.fs-2 { font-size: 32px !important; }
	.fs-3 { font-size: 28px !important; }
	.fs-4 { font-size: 24px !important; }
	.fs-5 { font-size: 20px !important; }
	.fs-6 { font-size: 16px !important; }
	.lh-1{ line-height: 1; }
	.w-100{ width:100%; }