/* =========== 
	Global Styles 
	========== */

	:root {
		/* ====================== 
			Colors
			===================== */
			--black-100: #000; 
			--black-200:  #222;
			--black-300: #333;
			--black-400: #444;
			--black-500: #555;
			--black-600: #666;
			--blue-100:#38B2E3;
			--blue-200: #246075;
			--orange-100: #FFCC00;
			--orange-200: #f90;
			--white-100: #fff;
			--white-200: #eee;
			--green-100: #6a9598;			
			--green-200: #343B34;
		/* ====================== 
			Btn colors
			===================== */
			--primary-btn-color: rgba(106, 149, 152, .8);
			--primary-btn-color-hov: #246075;
			--secondary-btn-color: #38B2E3;
			--secondary-btn-color-hov: #246075;
			/* ====================== 
			Typography
			===================== */
			 --primary-font-fam: 'Quicksand', sans-serif;
			 --headings-font-fam: 'Quattrocento', sans-serif;	
			--font-size-700: 3.0rem;
			 --font-size-600: 2.5rem;
			 --font-size-500: 2.0rem;
			 --font-size-400: 1.2rem;
			 --font-size-300: 1.0em;  
			 --font-size-200: 0.9rem;			 
			 --font-size-100: 0.8rem;
			 --font-weight-300: 300;
			 --font-weight-400: 400;
			 --font-weight-500: 500;
			 --font-weight-600: 600;
			 --font-weight-700: 700;
			 --font-weight-800: 800;
			 --font-weight-900:  900;
		}
		/* ====================== 
			HTML
			===================== */
		
		html {
			font-size:  100%;
			height: 100%;
			scroll-behavior: smooth;
		}

		body {
			min-height:  100%;
		}
		h1, 
		h2, 
		h3, 
		h4,
		h5,
		h6 {
			font-family: var(--headings-font-fam);    
		} 
		h1 {
			font-size: clamp(2.0rem, 5vw, 6rem);
			line-height: 1.2;
			font-weight: 400;
		}
		h2 {
			font-size: clamp(3.0rem, 3vw, 3.0rem);
			line-height: 1.3;
		}
		h3 {
			font-size: clamp(1.2rem, 1vw, 1rem);
			line-height: 1.2;
		}
		h4 {
			font-size: clamp(0.6rem, 0.7vw, 0.9rem);
			line-height: 1.2;
		}
		p {
			font-family: var(--primary-font-fam);
		}



@media  (min-width: 576px) and (max-width: 767px){
    .aboutus__caption-container {
        width: 100%;
    }
    .what-we-do__caption-container {
        width: 100%;
    }
    .top-bar {
        flex-wrap: wrap;    
        color: var(--light-txt-color);    
        display: flex;
        flex-direction: row;
        flex-grow: 1;
    }
    .top-bar__column__left {
        padding: 0.6rem 7rem;
        text-align: left;
    }
    .top-bar > * {
        flex-basis: 50%;
        flex-grow: 1;
        flex-shrink: 1;
    }
    .section-container {
        flex-wrap: wrap;
        gap: 0
    }
    .masthead__caption-container {
        width: 70%;
    }
    .section-container > * {
        flex-basis: 100%;
    }
    .section-container__left-col {
        flex-basis: 100%;
        height: auto;
    }
    .section-container__right-desc {
        padding: 3rem;
        background: #fff;
        position: relative;
        margin-top: 0rem;
    }
    .cards-container {
        flex-wrap: wrap;
        column-gap: 0rem;
    }
    .cards-container > * {
        flex-basis: 46%;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .values-container {
        flex-wrap: wrap;
        column-gap: 0rem;
    }
    .values-container > * {
        flex-basis: 46%;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .contact {
        flex-direction: column;
    }   
    .f-container__footer {
        flex-direction: column;
        gap: 0;
    }
    .mission__cap-container {
        height: 60%;
        width: 100%;
  
    }
    .masthead__cap-container {
        height: 60%;
        width: 100%;
    }
    .navbar-collapse {
        padding: 2rem;
    }
    .navbar-nav .nav-link {
        font-size: var(--font-size-400);
        font-weight: var(--font-weight-600);
        color: var(--black-300)!important;
    }
    .section-container__mission-desc {         
        position: relative;
    }
    .benefit-cards-container {
        padding: 0;
        flex-wrap: wrap;
    }
    .benefit-cards-container > * {
        margin: 0 .5rem;
        padding: 0
    }
    .feature-cards-container {
        flex-wrap: wrap;
        column-gap: 0rem;
    }
    .what-we-do__caption-container {
        width: 100%;
    }
    .videos-container iframe {
        width: 100%;
        height: 414px;
        padding-bottom: 2rem;
    }
}

@media  (min-width: 360px) and (max-width: 767px){
.section-container {
    flex-wrap: wrap;
}
.section-container > * {
    flex-basis:  100%;
}

    .contact-page {
        width: 100%;
    }
.benefit-cards-container {
    flex-wrap: wrap;
    column-gap: 0rem;
}
.benefit-cards-container > * {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}
.feature-cards-container {
    flex-wrap: wrap;
    column-gap: 0rem;
}
.feature-cards-container > * {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}
.footerCategories {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: center;
    display: inherit;
}
.footerCat i {
    font-size: 2em;
    margin-bottom: 10px;
    color: S;
}
.contact--spacer {
    padding-top: 24%;
}
.gallery--spacer {
    padding-top: 24%;
}
.blog--spacer {
    padding-top: 24%;
}
.cart--spacer {
    padding-top: 24%;
}
    .contact {
        display: block;
        height: 40%;
        width:  100%;
    }
    .contact__caption-container {
        display: block;
        height: 40%;
        width:  100%;
    }  
    .contact__cap {
    padding:  4rem;
    color: var(--light-txt-color);
    max-width:  100%;
    }

    .contact__form {
        display: block;
        width:  100%;
    }
    .f-container__footer {
        display: block;
        padding:  2rem 0;
    }
    .f-container__column {
        padding: 1rem 0;
        display: block;
    }
    .about__caption {
        padding: 0 2rem;
    }

.masthead__caption-container {
    bottom: 0;
    display: flex;
    left: 0;
    position: relative;
    flex-basis: 80%;
    margin-left: auto;
    height: 46rem;
}
    .masthead__caption-container {
        width: 100%;
        height: 32rem;
    }
    .masthead__caption {
        padding: 2rem;
        z-index: 1;
        display: flex;
        flex: 1 1 100%;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .masthead__title {
        font-size: 2rem!important;
        margin: 0;
	}	
    .masthead__heading {
		margin-bottom: 1rem;
	}
	.masthead__sub-title1 {
        font-size: 2rem!important;
        margin: 0;
	}
	.masthead__sub-title2 {
        font-size: 2rem!important;
        margin: 0;
	}
	.masthead__sub-title3 {
        font-size: 2rem!important;
        margin: 0;
	}
	.masthead__sub-title4 {
        font-size: 2rem!important;
        margin: 0;
	}
    .navbar-fixed-bottom, .navbar-fixed-top {
        position: inherit;
    }


	.top-bar {
		display: none;
	}

    .section-container__right-desc::before {
        left: 10px;
    }
    .section-container__right-desc::after {
        right: 10px;
    }
    .section-container__left-col {
        flex-basis: 100%;
        height: auto;
    }
    .section-container {
        gap: 1rem;
    }
    .section-container {
        padding: 0 2rem;
    }
    .section-container__right-desc {
        padding: 3rem;
        background: #fff;
        position: relative;
        margin-top: 0rem;
    }

    .footer-container__footer {
        display: block;
        padding: 0 4rem;
    }
    .footer-container__column {
        padding: 1rem 0;
        text-align: center;
    } 



    .welcome-container {
        padding: 0;
    }
    .welcome-container__left-col {
        flex-basis: 90%;
        padding: 3rem 1rem;
    }







    .xmas-masthead {
        margin-bottom: 0;
        padding: 0;
        position: relative;
        display: block;
    }
    .xmas-masthead__short {
        margin-bottom: 0;
        padding: 0;
        position: relative;
        display: block;
    }
    .xmas-masthead img {
        width: 100%;
        animation: none;
        position: relative;
        height: auto;
    }
    .xmas-container {
        margin: auto;
        /* max-width: 1400px; */
        padding: 0 0rem;
        position: relative;
        display: block;
        /* flex-direction: row; */
        /* flex: 1; */
        /* gap: 3rem; */
    }

    .xmas-container__left-col {
        width: 100%;
        margin: 3rem auto;
        height: 100%;
        text-align: center;
        padding: 3rem 3rem;
        background-color: #fff;
    }





















}


@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-default .mob-icon {
        display: block;
        margin: 38px 22px 0 0;
        float: right;
        position: relative;
    }
    .navbar-default .mob-icon i{
        font-size: 1.6rem;
        color: var(--green-200);
        display: inherit;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: 34px!important
    }
    .navbar-toggle .icon-bar {
        width: 32px;
        height: 2px;
        background-color: var(--black-600);
        margin-bottom: 7px
    }
    .navbar-default .navbar-toggle {
        border: 0;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent!important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        min-height: 480px;
    }
    .navbar-fixed-top {
        top: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar__brand img {
        width: 100%;
        max-width: 170px;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        padding: 1rem 1rem 2rem;
        position: absolute;
        z-index: 3;
        background: rgba(255, 255, 255,0.94);
        top: 76px;
        left: 0;
        width: 100%;
        border: 0;
         min-height: 500px;
    }
    .nav-link {
        font-family:'Quicksand', sans-serif;
        font-size: var(--font-size-400);
        font-weight: var(--font-weight-700);
        color: var(--black-400)!important;
    }
    .nav-transform li + li {
        margin-left: 0;
    }
}