
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*
font-family: "Playfair Display", serif;
  font-family: "Dancing Script", cursive;
*/
html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}
body {
    position: relative;
    font-family: "Playfair Display", serif;
    font-size: 22px;
    color: Black;
    font-weight: 300;
    opacity: 0;
    overflow-x: hidden;
    animation-name: fadeInB;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-delay: 1;
    animation-fill-mode: forwards;
    overflow-x: hidden;
}
main {
    /* make sure to cover the screen */
    min-height: 100vh;
    background-color: #F7F7F7;
    position: relative;
    z-index: 150;
}
@keyframes fadeInB {
    l from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#Main {
    padding-top: 45px;
    padding-bottom: 45px;
}
#Main img, #homeMain img {
    max-width: 100% !important;
    height: auto !important;
}
@media(max-width:768px) {
    #Main img, #homeMain img {
        float: none !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #Main {
        width: 100%;
    }
}
img[src="https://www.paypal.com/en_US/i/scr/pixel.gif"] {
    display: none;
}
#Main .breakWidth {
    width: 90vw;
    position: relative;
    margin-left: -45vw;
    left: 50%;
}
#Main .sample img {
    border: 4px solid white;
    box-shadow: 0px 0px 2px 0px black;
    margin-bottom: 20px;
}
.pageTop {
    position: relative;
    width: 100%;
    min-height: calc(20vh + 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/tempimg/KW3_homeTop.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: inherit;
    padding-bottom: 50px;
    overflow: hidden;
    z-index: 50;
}
/*------------Home TOP --------------------*/
.homeTopHolder {
    position:relative;
    top:0px;
    height: 80vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
	background-image:url(/tempimg/homeTopPic.jpeg); 
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
    overflow: hidden;
    }
    .homeTopCover {
        position: absolute;
        background-color: rgba(255,255,255,.0);
        top:0px;
        left:0px;
        right:0px;
        bottom:0px;
          display: flex;
  align-items: center;
  justify-content: center;
        z-index:100;
        
    }
    .logoBox {
        display: inline-block;
        /*background-color: rgba(255,255,255,.5);*/
        padding: 2vw;
       /* box-shadow: 0px 0px 1px 0px rgba(0,0,0,1);*/
        
    }
    .logoBox img{
       max-height: 60vh;
		max-width: 80%;
    }
    .logoBox .btn {
        margin-top:2%;
    }
@media(min-width:768px) {
.navbar-right {
    padding-right: 1vw;
    }
}
    @media(max-width:768px) {
        .logoBox {
          max-width:90%;  
        }
    }
/*-------------------Home TOP END ------------------*/
@supports (-webkit-touch-callout: none) {
    .pageTop {
        background-attachment: inherit !important;
    }
}
.pageTop .image-cover {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
.contentBack {
  
    position: relative;
    padding-top: 8px;
    width: 100%;
    z-index: 100;
  
}
.pageLine {
    padding:80px 20px 20px 20px;
}
.displayLogo {
    width:80vw;
    max-width: 600px;

}
.pageTextTop {
    position: relative;
    margin: 10px;
    text-align: center;
    padding: 5px;
    border: 0px solid rgba(255, 255, 255, .3);
}
.pageTextTop h1 {
    font-size: 58px;
    color: #856264;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, .3);
    margin: 5px;
    line-height: 48px;
}
.logoBox h1  {
	 font-size: 24px;
    color: #856264;
    text-shadow: 0px 1px 1px black;
    margin: 5px;
	font-weight: normal;
    line-height: 30px;
	color:white;
	margin: 0px;
}
.pageTextTop h1 small {
    color: #B096C5;
    font-size: 24px;
    font-family: "Playfair Display", serif;
}
@media(max-width:768px) {
    .pageTextTop h1 {
        font-size: 36px;
        line-height: 34px;
    }
}

/*--- NVHC End----------------------*/
.mainHome {
    padding-top: 75px !important;
    padding-bottom: 80px !important;
    width:90%;
    max-width: 1200px;
    margin: auto;
}
.subHome {
    margin-top: 0px !important;
    margin-bottom: 60px !important;
    max-width: 1600px;
    margin: auto;
}
.subHomeLast {
    margin-bottom: 0px !important;
    padding-bottom: 80px;
}
@media(max-width:992px) {
    .mainHome {
        padding-top: 1vw !important;
        padding-bottom: 1vw !important;
    }
    .subHome {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .subHomeLast {
        margin-bottom: 0px !important;
        padding-bottom: 40px;
    }
}
.childFlex p, .modal-body p, .post-item p, .contentFlex *, .post-item li, .post-item h2, .post-item h3, .post-item h4, .faqcloser p, .modal-content * {
    opacity: 1 !important;
    transform: none !important;
}
@media(max-width:768px) {
    .navbar-custom li, .faAuto, .dropdown-toggle .fa {
        opacity: 1 !important;
        transform: none !important;
    }
}
.sr h1, .sr p, .sr .fa, .sr .eventRev, .sr .agecol, .sr .divider, sr. #Main li, .sr #Main .divider, .sr #Main hr {
    visibility: hidden;
}
/*.play-pause * {
	opacity: 1 !important;
	visibility: visible !important;
}*/
.sr .itemInner p, .sr .itemInner h2 {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) !important;
}
.err {
    border-color: red;
}
.imglinkres {
    /*border: 3px solid white;
	box-shadow: 0px 0px 1px 0px black;*/
}
.err {
    border-color: red;
}
#docbody {
    padding-top: 0px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: padding-top 1.0s;
    -moz-transition: padding-top 1.0s;
    transition: padding-top 1.0s;
}
.homeDisplay {
    width: 100%;
}
.homeDisplay1p {
    display: table;
    width: 100%;
}
.homeDisplay1 {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 460px;
    overflow: hidden;
    width: 100%;
    line-height: 7vw;
    margin-top: 20px;
    color: white;
    font-size: 8vw;
    text-shadow: 1px 1px 3px black;
    text-align: right;
    padding: 4vw;
}
@media(min-width:1200px) {
    .homeDisplay1 {
        text-align: left;
        line-height: 90px;
        font-size: 80px;
        padding: 10vh calc(4vh + 10px);
    }
}
.homeDisplay2 {
    text-align: right;
    padding-right: 0px;
}
.homeDisplayButton {
    filter: grayscale(0%);
    transition: all 1s;
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    border: 4px solid white;
    box-shadow: 0px 0px 2px 0px black;
}
.homeDisplayButton:hover {
    filter: grayscale(100%)
}



	.lineRow {
		display: flex;
		align-items:baseline;
		justify-content:center;
		margin: 40px 0px 60px 0px;
	}
	.lineTitle {
		padding-right: 15px;
	}
	.lineTitle h2{
		margin: 0px;
		/*text-transform: uppercase;*/
		font-size: 48px;
    	line-height: 48px;
	}
	.lineTitle i{
		margin-right: 15px;
		font-size: 48px;
		line-height: 48px;
	}
	.lineLine {
		flex-grow: 1;
		border-top:4px solid #856264;
		/*background-color: #856264;*/
		padding-bottom: 6px;
	}
	
	
h1 {
    font-family: "Dancing Script", cursive;
    color: #856264;
    margin-top: 25px;
    font-weight: bold;
    /* text-shadow: 1px 1px 0px white, 2px 2px 0px black;*/
    font-size: 50px;
}
small{
	color:#99CC00;
}
h2, h3, h4 {
 
    margin: 25px 0px 25px 0px;
    font-weight: normal;
	line-height: 1;
}

h2 {
	font-family: "Dancing Script", cursive;
  font-size: 48px;
	color: #856264;
}
h3 {
    font-size: 36px;
	color: #856264;
}
h3 small {
	color: #856264;
}
h4 {
    font-size: 32px;
}
h4 small{
    font-size: 65%;
}
p {
    margin: 25px 0px 25px 0px;
}
.well {
   background-color: white;
    border-radius: 0px;
	box-shadow: 0px 0px 1px 0px #856264;
    border:0px;
    background-image: none !important;
    margin-bottom: 40px;
}
#footer {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 49;
    color: white;
    z-index: 49;
    background-color: #856264;
    color: white;
}
#footer .row{
    /*display: flex;*/
    align-items: center;
}
.footerFluid {
    width:100%;
    max-width: 1600px;
}
#footer h3 {
    
    color: white;
    line-height: 30px;
    
}
.mailForm {
  
    display: block;
    margin: auto;
      margin-top: 40px;
    width: calc(100% - 30px);
    padding: 20px;
    border-top:2px solid white;
    border-bottom:2px solid white;
    background-color: transparent;
    text-align: center;
}
#footer h3 small {
   

    color: white;
}
.footItem, .footLink {
	margin: 10px 0px 10px 30px;
	
}
.footLink a{
	color:white;
	
}
.emailItem {
      word-break: break-all;
}
.footLogo  {
	 padding:20px 0px 20px 0px; 
		text-align: center;
}
.footLogo img{
   margin:20px 0px;
	max-width: 90%;
	width:180px;
    
}
@media (max-width: 768px) {
	.footLogo{
		text-align: center;
	}
}
#footer .copyR {
    text-align: right;
     padding: 20px 30px 20px 30px;
	font-size: 18px;
}
#footer .copyL {
    text-align: left;
     padding: 20px 30px 20px 30px;
	font-size: 18px;
}
#footer .copyR p, .copyL p {
    margin-bottom: 0px;
    
}
#footer  .Maker {
  
    font-size: 16px;
    text-align: center;
}
#footer i {
 width:30px;
}
#footer  .Maker a {
    text-transform: none;
    color: white;
    font-size: 12px;

}
#footer  .ML {
    text-align:center;
	margin-top: 10px;
}
#footer  .MR {
    text-align:center;
}
@media (max-height: 400px) {
    #footer {
        position: relative;
    }

}
@media (max-width: 768px) {
    #footer .row{
    display:inherit;
 
}
.footItem, .footLink {
	margin: 10px 0px 10px 0px;
	
}
.footLogo img{
    padding:30px 0px 0px 0px; 
	max-width: 90%;
    
}
    #footer .copyR, #footer .copyL {
    text-align: center;
          padding: 20px 0px 20px 0px;
    }
      #footer {
        position: relative;
    }
    
    #footer .Maker {
        text-align: center;
    }

}
a {
    color: #B096C5;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    color: #856264;
}
hr {
    border-color: #B096C5;
}
/*----TOP-----*/
@media(min-width:768px) {
    .topCon {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}
.topLinks a {
    display: inline-block;
    padding: 0px 20px 0px 10px;
    font-size: 40px;
    color: white;
    text-shadow: -2px 2px 0px black;
}
.topLinks a:hover {
    text-decoration: underline;
}
.topLeft {
    text-align: right;
}

.topRight {
    text-align: left;
}

/* Contact Bar ----*/
.getContact {
    background-color: #3B8686;
    background-image: url('tempimg/toptexture.png');
    background-position: left center;
    padding: 8px 4vw 16px 4vw;
    color: white;
    font-size: 16px;
    text-align: right;
    box-shadow: 0px 0px 1px 1px black;
}
.getContact .break {
    margin-left: 10px;
    margin-right: 10px;
}
@media(max-width:768px) {
    .getContact {
        display: none;
    }
}

/*--------------- BLOG ----------------*/
.blogHold {
	padding: 10px 40px 40px 40px;
}
@media(max-width:768px) {
.blogHold {
	padding: 10px 4vw 40px 4vw;
}
}
.pictureBack {
	width: 100%;
    padding-bottom: 58%;
	margin: auto;
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
}
.post-item h3 {
	font-size: 34px;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 14px;
}
.fluidMax {
	width: 90%;
	max-width: 1600px;
}
.blogComment {
	text-align: justify;
	font-size: 18px;
	color: black;
}
.catName {
	background-color: #856264;
	color: white;
	text-align: center;
	padding: 4px;
}
/*------------------------------NAV-----------------------------*/
.bigLogo {
    text-align: center;
    padding: 20px 0px 20px 0px;
    
}
.bigLogo img {
    width:80%;
    max-width: 300px;
    
}
.smallLogo {
    text-align: center;
    padding: 20px 0px 20px 0px;
    
}
.smallLogo img {
    width:80%;
    max-width: 300px;
    
}

.mainMenu {
    position: sticky;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    top: 0px;
    z-index: 300;
    background-color: rgba(255,255,255, 0.85);
    box-shadow: 0px 0px 2px 0px #9D7C7C;
}

.navHeart img{
width:398px; padding:8px 16px 8px 16px;
}

@media(min-width:992px) {
    .mainMenu {
    display:flex; align-items:center;
    }
    .navbar-nav>li>a {
        padding: 5px 15px 5px 15px ;

    }

}

    .navbar-header {
    display:flex; align-items:center; justify-content: space-between; flex-wrap:wrap;
    }

@media (min-width: 768px) and (max-width: 992px) {
.mainMenu {
	text-align: center;
	
	}
.navbar-header  {
	display: block;
		margin: auto;
	width: 100%;
	text-align: center;
	}
	.navbar-nav {
		display: inline-block;
		margin: auto;
		float: none;
	}
	
}


.headSpacer {
    flex-grow: 1;
    }

   .iconItems { 
   white-space: nowrap;
   }
   .iconItems a{
    display: inline-block;
    padding:6px;
     color:#856264;
   }
   .iconItems a:hover, .iconItems a:focus, .iconItems a:active{
   color:#B096C5;
   }


.navbar-custom .navbar-inner {
    padding: 0;
}
.navbar-custom .nav:before, .navbar-custom .nav:after {
    content: none;
}
@media(min-width:768px) {
    .navbar-custom {
        margin: auto;
        width: 100%;
        max-width: 1900px;
    }
}
.navbar-custom .nav li a {

    position: relative;
    height: 100%;
    color: #856264;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 22px;
    vertical-align: middle;
  
}

.navbar-custom .nav .open a:focus {
    background: none !important;
    background-image: none !important;
}
@media(min-width:768px) {
    .navbar-custom .nav .dropdown-menu li a {
        border: none !important;
    }
}
.navbar-custom .dropdown-menu {
    min-width: 100%;
}
@media(max-width:992px) {
      .mainMenu {
        position: relative;
        
    }
}
@media(max-width:768px) {
  
    .navbar-nav {
        margin: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
     .nav-icons {
         text-align: center;
    }
    .nav-icons li{
        display: inline-block;
    }
    .navbar-header {
        padding:5px;
    }
}
.navbar-header .icon-bar {
    background-color: #856264;
}
.navbar-toggle {
    border: 2px solid #856264;
    padding: 8px;
    position: relative;
    float:right;
}


.nav>li>a:hover, .nav>li>a:focus {
    color:#B096C5;
    text-decoration: none;
   background-color: transparent;
}
.btn {
    border-radius: 3px;
    text-transform: uppercase;
}
.btn-primary {
	
	 letter-spacing: 4px;
	font-size:24px;
	font-weight: bold;
	
    border: white;
    background: #98A489;
	transition: all 1.0s;
	/*background-image: linear-gradient(to right, #B096C5 0%, #000066 20%);*/
    display: inline-block;
	border-radius: 3px;
    color: white !important;
	 
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    border: #B096C5;
    background: #B096C5;
   /* background-image: linear-gradient(to right, #B096C5 0%, #000066 60%);*/
}
.bottomMain {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    max-width:1680px;
}
.FAQquestion {
    font-size: 24px;
}
.resH3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 24px;
}

/* CONTACT SEND MESSAGE LENGTH FIX*/
 #CONTACTFORM #contact_submit {
  max-width: 105px;
}

    .phoneTop {
        display: inline-block;
        padding:10px 10px 10px 20px;

     }
     .stuffMobileItem {
         display:none;
     }
     @media(max-width:768px) {
     
        .navHeart img{
            width:80vw; padding:0px 2vw 0px 2vw;
        }
          .stuffMobileItem {
             display:inline-block;
         }
         .stuffMobileItem i {
            color:white;
            border-radius: 50%;
            padding: .5vw;
            line-height: 8vw;
            font-size: 4vw;
            text-align: center;
            width: 9vw;
            margin-right: 1vw;
            display: inline-block;
            background-color:#B096C5;
            }
            .stuffMobileItem:hover i, .stuffMobileItem:focus i, .stuffMobileItem:active i {
                background-color:#99CC00;
            }
     }

/* --- HOME EVENTS ---- */
.homeDate {
	display: flex;
	align-items: stretch;
	margin: 40px;
	background-color: white;
	box-shadow: 0px 0px 1px 0px #856264;
	
}
.homeDateImage {
position: relative;
width:33%;
background-image: url('/tempimg/eventDefault.jpeg');
background-position: center center;
background-size: cover;
}
.homeDateDate {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;

	font-weight: 700;
	font-size:200px;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	opacity: 0;
	color:rgba(255,255,255,.6);
	transition: all 0.8s;
	backdrop-filter: blur(0px) grayscale(0%);
}
.homeDate:hover .homeDateDate,  .homeDate:focus .homeDateDate, .homeDate:active .homeDateDate {
	opacity: 1;
	backdrop-filter: blur(2px) grayscale(100%);

}
.homeDateInfo {
	padding: 40px 30px 40px 30px;
	width:67%;
}
.more {
 	color:#B096C5;
}
.homeDateInfo h4{
	color:black;
	margin: 0px;
	font-size:26px;
	line-height: 26px;
	
}
.homeDateInfo h3{
	color:#B096C5;
	margin: 10px;
	font-size:38px;
	line-height: 38px;
	margin: 10px 0px 10px 0px;
	
}
.homeDateInfo small{
	color:#856264;
	margin: 0px;
	font-size:20px;
	line-height: 20px;
	
}
.homeDateInfo p{
	color:black;
	margin: 10px 0px 0px 0px;
	
}
@media(max-width:768px) {
    .homeDate {
        flex-direction: column;
        margin: 40px 2vw 40px 2vw;
    }
    .homeDateImage {
        height: 60vw;
        width:100%;
    }
    .homeDateInfo {
        width:100%;
    }
}
/*-- HOME TOP ----------------------------------*/
/*.videoHolder {
	position: relative;
}
.homeTopVideo {
	position: relative;
	width: 100%;
}*/
	.stuffBlock {
		background-color: rgba(176,150,197,0.85);
		padding:20px;
		 box-shadow: 0px 0px 2px 0px #9D7C7C;
	}
.stuffToDo {
	z-index:60; 

	color:white !important; 
	z-index: 200;
	width:100%;
	flex-wrap: wrap;
	display: flex;
	align-items:stretch;
	align-content: center;
	justify-content:center;

}


.stuffItem { 
    position: relative;
    margin: 10px 10px;
    display: flex;
	 flex: 1; 
    color: white !important;
    line-height: 26px;
    border: 2px solid white;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 24px;
    align-items: center; /* Ensure items are centered horizontally */
    text-align: center;
    justify-content:flex-start; /* Ensure items are centered vertically */
    flex-direction: column; /* Stack items vertically */
    z-index: 10;
    transition: all .5s ease;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}
@media(max-width:1300px) {
.stuffItem { 
	  min-width: 300px; 
}
}
.stuffItem i {
	/*margin-bottom: auto;*/
	padding-bottom: 12px;
	font-size: 48px;
	transition: all 1s ease;
	opacity: 1;
}
.stuffItem:before {
  content: '';
  display: block;
  padding-top: 8vh; /* 1:1 Aspect Ratio */
  /* For other ratios, use padding-top as a percentage based on (height / width * 100%) */
}
.stuffItem::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border-radius:3px;
    background-image: url('/tempimg/cat.jpg');
    background-size: cover;
    background-position: center center;
    filter: blur(1px) grayscale(80%); 
    opacity: .6; 
    z-index: -1; 
	transition: all 1s ease;
}
.stuff1::after {

    background-image: url('/tempimg/stress_s4.png');

}
.stuff2::after {

    background-image: url('/tempimg/sprinkle_s1.jpeg');

}
.stuff3::after {

    background-image: url('/tempimg/child_s1.jpeg');

}
.stuff4::after {

    background-image: url('/tempimg/Organized_s1.png');

}
.stuff5::after {

    background-image: url('/tempimg/diy_s1.png');

}

.stuffItem:hover, .stuffItem:focus, .stuffItem:active  {
	text-shadow: 0px 1px 2px rgba(0,0,0,1);
	
}
.stuffItem:hover::after, .stuffItem:focus::after, .stuffItem:active::after  {
opacity: 1;
filter: blur(0px) grayscale(1%);
}
.stuffItem:hover i, .stuffItem:focus i, .stuffItem:active i  {
	opacity: 0;
}



/*-- HOME TOP END ------------------------------------------*/
/*-- FEATURED BUISNESS -------------------------------------*/
.featuredHolder {
	position: relative;
	padding: 8vh 2vh 0vh 2vh;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.featuredBackground {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 66%;
    background-image: url(/tempimg/featBack.jpg);
	opacity: 0.6;
    background-attachment: fixed;
    background-size: cover;
	background-position: left top;
	box-shadow: inset 0px 0px 1px 0px black;

}
.featuredItem {
	position: relative;
	width: 24vw;
	height: 26vw;
    margin: 0px 2vw 0px 2vw;
	background-color: white;
	box-shadow: 0px 1px 2px 0px black;
}
.featuredItemBack {
	background-position: center center;
	background-size: cover;
	height: 14vw;
}
.featuredItemLogoPad {
	position: relative;
	
	padding: 20px;
}
.featuredItemLogo {
	position: relative;
	background-position: center center;
	background-size: contain;
	height: calc(12vw - 40px);
	background-repeat: no-repeat;

}
.featuredItemName {
	position: absolute;
	display: block;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	transition: all .5s linear;
	opacity: 0;
 	background-color: rgba(71,67,70,0.5);
	backdrop-filter: blur(0px) grayscale(0%);
	display: flex;
  	justify-content: center; /* Center horizontally */
  	align-items: center; /* Center vertically */
  	text-align: center;
}
.featuredItemName h3 {
	color:white;
	padding: 20px;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	margin: 0px;
}
.featuredItemName h3 span{
	font-size: 30px;
	color:#99CC00;
	text-decoration: underline;
}
.featuredItem:hover .featuredItemName  {

	opacity: 1;
 	background-color: rgba(71,67,70,0.6);
	backdrop-filter: blur(3px) grayscale(100%);
}
@media(min-width: 769px) and (max-width: 992px) {
        .featuredHolder {
        position: relative;
        padding: 10vw 0vh 10vw 0vh;
        display: flex;
        align-items:stretch;
        justify-content: space-around;
    }
    .featuredItem {
        position: relative;
        width: 30vw;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: 0vw 1vw 0vw 1vw;
        background-color: white;
        box-shadow: 0px 1px 2px 0px black;
    }
    .featuredItemBack {
        background-position: center center;
        background-size: cover;
        height: 16vw;
    }
    .featuredItemLogoPad {
        position: relative;
        padding: 20px;
    }
    .featuredItemLogo {
        position: relative;
        background-position: center center;
        background-size: contain;
        height: flex;
        background-repeat: no-repeat;

    }
        .featuredItemName {
        position: relative;
        display: block;
        height: auto;
        flex-grow: 1;
        top:0px;
        bottom:0px;
        right:0px;
        left:0px;
        opacity: 1;
        background-color: rgba(71,67,70,0.5);
        backdrop-filter:;
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        text-align: center;
    }
    .featuredItemName h3 {
        color:white;
        padding: 20px;
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        margin: 0px;
    }
}
@media(max-width:768px) {
    .featuredHolder {
        position: relative;
        padding: 10vw 0vh 10vw 0vh;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .featuredItem {
        position: relative;
        width: 90vw;
        height: auto;
        margin: 5vw 5vw 5vw 5vw;
        background-color: white;
        box-shadow: 0px 1px 2px 0px black;
    }
    .featuredItemBack {
        background-position: center center;
        background-size: cover;
        height: 50vh;
    }
    .featuredItemLogoPad {
        position: relative;
        padding: 20px;
    }
    .featuredItemLogo {
        position: relative;
        background-position: center center;
        background-size: contain;
        height: calc(40vh - 40px);
        background-repeat: no-repeat;

    }
    .featuredBackground {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 100%;
        background-image: url(/tempimg/featBack.jpg);
        opacity: 0.6;
        background-attachment:inherit;
        background-size: cover;
        background-position: left top;
        box-shadow: inset 0px 0px 1px 0px black;

    }
    .featuredItemName {
        position: relative;
        display: block;
        top:0px;
        bottom:0px;
        right:0px;
        left:0px;
        opacity: 1;
        background-color: rgba(71,67,70,0.5);
        backdrop-filter:;
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        text-align: center;
    }
    .featuredItemName h3 {
        color:white;
        padding: 20px;
        font-weight: 700;
        font-size: 40px;
        line-height: 40px;
        margin: 0px;
    }
}
/*-- FEATURED BUISNESS END ---------------------------------*/
/* --- HOME DONTAE BLOCK --------------*/
.craftBack {
    position: relative;
    background-image: url(/tempimg/craftback.jpeg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 6vw 0vw 6vw 0vw; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
	margin-bottom: 80px;
}

.craftBack::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(176,150,197,0.8);
    z-index: 0px;
}

.craftBack h2, .craftBack p, .craftButtons {
    position: relative;
    z-index: 10;
    max-width: 1440px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: white !important;
}
.craftButtons .btn{
	margin: 20px;
	
}
/*------------ Home Top ------------------*/
.homeTop {
		/*min-height:20vh;*/
		background: url("/tempimg/KW3_homeTop.jpg");

		background-position: center left;
		background-size: cover;
		/*padding-top: 130px;
		padding-bottom: 150px;*/
		/*margin-bottom: -130px;*/
		display: flex;
    	align-items: center;
    	justify-content: center;
	}

.homeTopContent {
   /* background: rgba(255, 255, 255, 0.85); 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
    display: flex;
    justify-content: center;
    align-items: stretch; /* Makes children fill the container */
    width: 80%; /* Adjust width as needed */
    max-width: 1200px; /* Adjust max width as needed */
}

.IntroHold	{
	 background: rgba(255, 255, 255, 0.85); 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
	padding: 40px;
	
	}
.karenImage, .IntroText {
    flex: 1; /* Each takes equal width */
    display: flex;
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
}

.karenImage {
   background: url("/tempimg/KarenHomeTop_3.png");
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	/*height: calc(100vh - 260px);*/
	min-height: 54vh;
	/*max-height: 60vh;*/
}

.IntroText {
    padding: 0px;
}

.IntroText p {
	margin: 0px;
    margin-top: 15px; /* Remove default paragraph margins */
}
.IntroText h3  {
    margin: 0px; /* Remove default paragraph margins */
}
.IntroLine {
		display: inline-block;
		height: 3px;
		background-color: #98A489;
		width: 33%;
	}
	@media (max-width: 1200px) {
		.homeTopContent {
			width: calc(100% - 45px);
		}
	}
	@media (max-width: 768px) {
        .homeTopContent {
            flex-direction: column; /* Stack .karenImage and .IntroText vertically */
        }
        .karenImage, .IntroText {
            width: 100%; /* Ensure full width within the container */
        }
		.IntroText {
    		padding-bottom: 30px;
		}
    }
/* ----------- NATION ------------*/
	.nation {
			background: white;
			padding: calc(4vw + 20px) 4vw;
			
		}
		.nationPlace {
			text-align: center;
		}
		.nation p {
			text-align: center;
			max-width:1200px;
			margin:20px auto;
		}
		.nationPlace img{
			max-height: 60px !important;
			width: auto !important;
			margin: 20px;
		}
		.nationPartner {
			text-align: center;
		}
		.nationPartner h3 {
			margin-bottom:0px;
            margin-top:40px;
		}

		.nationPartner img{
			max-height: 120px !important;
			width: auto !important;
			margin: 20px;
		}

/* -------- Heart Splitter ---------*/
	.heartSplitter {
				display: block;
				position: relative;
				align-content: center;
				text-align: center;
				justify-content: center;
				background-image: url('/tempimg/Heart_edit_6.png');
				background-size: cover;
				background-position: top center;
				padding-top:23vw;
				padding-bottom: 4vw;
				padding: 23vw 3vw 3vw 3vw;
				box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
				margin-bottom: 80px;

			}
			.heartSplitter h3{
				text-align: center;
				max-width: 1000px;
				margin:0px auto;
				text-align: center;
			}
			.awards {
				position: relative;
				margin: auto;
				max-width: 1300px;
				margin-top: 3vw;
				display: flex;
				align-items: center;
				justify-content: space-around;
				 flex-wrap: wrap;

			}
			.awardCol {
				display: flex;
				align-items: center;
				justify-content:center;
				flex: 1 1 50%;
				padding: 1vw;
			}
			.awardCol img {
				width:15vw;
				max-width: 140px;
				padding-right: 1vw;
			}
			.awardText {
				font-size: 16px;
				color:black !important;
				flex-grow: 1;
				text-align: left;
			}
			.awardText span{
					font-size: 18px;
					font-weight: bold;
					font-style: italic;
					color:black !important;
			}
			@media(max-width:992px) {
				.heartSplitter { 
						padding-top: 40vw;
				}
				.awards {
					display:inline-block;
					margin: 3vw auto;
					
				}
				.awardCol {
					justify-content: center;
					width: auto;
				}
			}
	/* --------------- Book Section ---------*/	
	.bookSection {
		margin-top: 60px;
		margin-bottom: 60px;
		text-align: center;
		
	}
	.bookSection img{
		width: 200px; 
		height: 240px;
	}
	.bookSection .books{
		text-align: center;
	}
/* -------Video ------------*/
		.intVideos {
			text-align: center;
		}
		.intVideos video{
			
			
			max-width: 60%; height: auto;
		}