/*@charset "utf-8";*/
/* CSS Document */

/*
Project: ACS Reclamation & Recovery
Created By: Bill Bice - PCPal Computer Services
Date: October 30, 2025
*/

/*@font-face {
    font-family: 'Humnst777 Blk BT';
    src: url('../fonts/Humanist777BT-BlackB.woff2') format('woff2'),
        url('../fonts/Humanist777BT-BlackB.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
  font-family: 'Open Sans Variable';
  src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 900; /* Range of supported weights */
  font-stretch: 75% 125%; /* Range of supported widths */
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 88%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #3d77ff !important;
/*	background-image: url("../img/backgrounds/pmc-hero.jpg")*/
}

.bluecopy {
    color: #3d77ff !important;
}

h1, .h2, h1, h2 {
    letter-spacing: -.032rem;
}

h1 {
    font-family: 'Open Sans Variable', sans-serif;
	margin-bottom: 0rem;
    font-size: 3.2rem;
	color: #2F5496;
	font-weight: 700;
}

/*.your-style {
    font-family: 'Humnst777 Blk BT';
    font-weight: 900;
    font-style: normal;
}*/



.blue-h1 {
	color: #3d77ff;
}

.menu-h1 {
	font-size: 1.3rem;
	margin-bottom: 0px;
	margin-top: -11px;
	line-height: 1.5rem;
}

.lilbolder {
	font-weight: 600;
	color: #a7a4a4;
}

.str-h1 {
	font-size: 1.4rem;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.5rem;
	color: #3d77ff;
}

.str-h1-sub {
	font-size: 1.4rem;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.5rem;
	color: #3d77ff;
	font-weight: 500;
}


h1a {
  font-family: DressCode-SemiBoldRound;
    font-size: 1.8rem;
	color: #a7a4a4;
    margin-bottom: .15rem;
	display:block;
	line-height: 1.2;
}

h1b {
  font-family: DressCode-SemiBoldRound;
    font-size: 1.4rem;
	color: #a7a4a4;
    margin-bottom: .15rem;
	display:block;
	line-height: 1.2;
}

h2 {
    font-family: 'Open Sans Variable', sans-serif;
	font-size: 2.6rem;
	font-weight: 600;
    margin-bottom: .15rem;
	color: rgb(47, 84, 150);
}

.menu-h2 {
	letter-spacing: 4px;
	font-size: .9rem;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: .70rem;
}

@media (max-width: 768px) {
	h2 {
		font-size: 2.1rem;
	}
}

.str-h2 {
	letter-spacing: 2px;
	font-size: .8rem;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: .70rem;
}

h3 {
	margin-bottom: .6rem;
	font-size: 1.60rem;
	color: rgb(47, 84, 150);

}

.str-h3 {
	font-size: 1.1rem;
	margin-bottom: .75rem;
	margin-top: 0px;
/*	line-height: .70rem;*/
	font-weight: 500;
	color: #a7a4a4;	
}

.grey-type {
	color: #a7a4a4;	
}

h4 {
	margin-bottom: 5px;
	font-size: 1.30rem;
}

.h5, h5 {
    font-size: 1.35rem;
}

h6 {
	margin-bottom: 0rem;
}

.extlink {
	font-size: 1.50rem;
}

.wildh1 {
	margin-bottom: -.8rem;
}

.body-copy h3{
	margin-top: 1.8rem;
/*	margin-bottom: .25rem;*/
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
p.terms {
    font-size: 14px;
}

.terms h1 {
    font-family:  "PT Sans", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0px;
	font-weight: 600;
	color: #888888;
}
.terms h2 {
    font-family:  "PT Sans", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0px;
	font-weight: 600;
	color: #888888;
}

.terms h3 {
    font-family:  "PT Sans", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #888888;
}



.terms h4 {
    font-family:  "PT Sans", sans-serif;
	font-size: 1.1rem;
	letter-spacing: 0px;
	font-weight: 600;
	color: #888888;
}

.terms h6 {
    font-family:  "PT Sans", sans-serif;
	font-weight: 600;
	color: #888888;
}

.terms p {
    font-size: 14px;
}

.terms ul {
    font-size: 14px;	
}

.body-copy p{
	margin-top: .25rem;
}

a {
    color: #888;
    text-decoration: none;
    background-color: transparent;
}

body {
    font-family:  "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
	letter-spacing: -.1px;
    line-height: 1.5;
    background-color: #fff;
    color: #696969;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

header.header-transparent.sticky-fixed.is-fixed .navbar-light .navbar-fixed-bg {
    background-color: #ffffff;
}

@media (min-width: 992px) {
    header:not(.scroll-up):not(.is-sticky):not(.is-fixed) .navbar-light.navbar-link-white .navbar-nav .nav-link {
        color: rgb(255 255 255);
		text-shadow: 1px 1px 5px #252525;
    }
}

.navbar-brand .navbar-brand-sticky, .navbar-brand .navbar-brand-transparent {
    position: absolute;
    top: 50%;
    max-width: 75px;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
	.navbar-brand .navbar-brand-sticky, .navbar-brand .navbar-brand-transparent {
		max-width: 60px;
	}
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #6257ff;
    line-height: 1.1;
}

.btn-group-sm>.btn, .btn-sm {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-border-radius: 0.375rem;
}
.btn125 {
	width:125px;
}

.navbar .navbar-nav .nav-link {
    text-transform: capitalize;
    font-weight: 600;
    font-size: .95rem;
    font-family: var(--bs-font-sans-serif);
    letter-spacing: -.011rem;
	line-height: 1.2;
	text-align: center;
}

@media (max-width: 992px) {
	.nav-link {
		text-align: start !important;
	}
}

.rounded-pill {
    border-radius: 0.375rem !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3d77ff;
    --bs-btn-border-color: #3d77ff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #534ad9;
    --bs-btn-hover-border-color: #4e46cc;
    --bs-btn-focus-shadow-rgb: 122, 112, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4e46cc;
    --bs-btn-active-border-color: #4a41bf;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6257ff;
    --bs-btn-disabled-border-color: #6257ff;
}

.btn {
    text-transform: uppercase;
    letter-spacing: -.011rem;
    font-weight: 500;
	margin-top: 1.5rem;
/*	margin-bottom: 2.25rem;*/
	min-width: 125px;
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 14rem;
    --bs-dropdown-padding-x: 0.5rem;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.5rem;
    --bs-dropdown-border-width: 0px;
    --bs-dropdown-inner-border-radius: calc(0.5rem - 0px);
    --bs-dropdown-divider-bg: var(--bs-border-color);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.05);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: #CFCFF7;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #6257ff;
    --bs-dropdown-link-disabled-color: #B5B4C3;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.3rem;
    --bs-dropdown-header-color: #B5B4C3;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}


.display-2 {
    font-size: calc(1.2rem + 2.6vw);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 5px;
    text-shadow: 1px 1px 5px #252525;
}
/*--------------------------------------- find other media queries and change accord.*/
@media (min-width: 1200px) {
    .display-2 {
        font-size: 3.0rem;
		color: #FFF;
    }
}
/*-------------------------------------*/

.hero-logo {
	Margin-bottom: 0px;
}

.hero-text {
	margin-top: 10px;
}

.only1100wide {
	max-width: 1100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.only900wide {
	max-width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------*/
.containermod {
    display: flex;
    flex-wrap: wrap;
	width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.column {
    flex: 1;
/*    background-color: lightgray;*/
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
    padding-bottom: 0px;
    margin: 0px;
    box-sizing: border-box; /* Ensure padding doesn't affect width */
    width: 24%; /* Each column takes 25% of the container width */
	min-width: 260px;
}

@media (min-width:992px) { 
    .column {
        width: 50%; /* On smaller screens, each column takes 50% of the container width */
    }
}

@media (min-width:768px) {
    .column {
        width: 100%; /* On smaller screens, each column takes 100% of the container width */
    }
}
.item1 {
    text-align: left;
/*    background-color: #49C0B7;*/
    color: #888;
	z-index: 1;
}

.item2 {
    text-align: left;
/*    background-color: #5CA4D5;*/
    color: #888;
	z-index: 1;
}

.item3 {
    text-align: left;
/*    background-color: #5053A1;*/
    color: #888;
	z-index: 1;
}

.item4 {
    text-align: left;
/*    background-color: #1C1E71;*/
    color: #888;
	z-index: 1;
}

.item5 {
    text-align: left;
/*    background-color: #1C1E71;*/
    color: #888;
	z-index: 1;
}

.column a {
	color: #4e73df;
}

.column a:hover {
	color: #4e46cc;
}

.text-light, .text-white {
    --bs-body-color: #fff;
    --bs-body-color-rgb: 255, 255, 255;
    text-shadow: 1px 1px 5px #000;
}

.text-white-more {
    --bs-body-color: #fff;
    --bs-body-color-rgb: 255, 255, 255;
	color: #fff;
    text-shadow: 2px 2px 3px #000;
}

.img-responsive {
    display: block;
/*    margin-top: 30px;*/
    margin-left: auto;
    margin-right: auto;
    /* width: 100%; */
    /* padding-bottom: 50%; */
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.yt-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    filter: drop-shadow(2px 2px 5px #888);
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 95%;
    height: auto;
}

section {
    scroll-margin-top: 0px;
}

@media (max-width:991px) { 
	section {
		scroll-margin-top: 30px;
	}
}


.beigebg {
	background-color: #F2EEE4;
	
}

.footer-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 27px;
}

.forest-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 25px;
}

.listing-logo {
	margin-top: 60px;
	margin-bottom: -15px;
}

/*Footer Styles*/

#footer h1 {
	
}

footer h2 {
	font-family: DressCode-SemiBoldRound;
	padding-top: 25px;
	margin-bottom: 3px;
    letter-spacing: 0rem;
    font-size: 1.3rem;
	color: #a7a4a4;
	font-weight: 500;
}

#footer h3 {
	
}

footer p a {
	margin: 0px;
	color: #FFF
/*	text-transform: uppercase;*/
}

footer {
	background-color: #2f5496;
/*
	margin-top: 1rem;
	margin-bottom: 1rem;
*/
}

footer .social-links a i {
    line-height: 42px;
    color: #3d77ff;
}

footer .social-links a {
    display: inline-block;
    margin: 4px 2px;
    font-size: 36px;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-bottom {
	margin-top: 35px;
/*	margin-bottom: 35px;*/
}

.footer-bottom p {
	font-size: .80rem;
	padding-bottom: 30px;
	color: #FFF;
}

.footercontent {
	display: block; 
	text-align: left;	
	color: #FFF;
}

@media (max-width:767px) {
	.footercontent {
		text-align: center;
		padding-left: 0px;
/*		margin-bottom: 3rem;*/
	}
}

a:hover {
	color: #BCBCBC;
}

.nav-link:focus, .nav-link:hover {
    color: #BCBCBC;
}

.py-15xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
}

.py-15x2 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
}

.only900wide ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-top: 5px;
	margin-bottom: 10px;
}

.only900wide ul {
    list-style-type: square;
    list-style-position: outside;
    margin-top: 15px;
	margin-bottom: 20px;
}

.only900wide li {
    padding-left: .5rem;
}

.only1100wide ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-top: 5px;
	margin-bottom: 10px;
}

.only1100wide ul {
    list-style-type: square;
    list-style-position: outside;
    margin-top: 15px;
	margin-bottom: 20px;
}

.only1100wide li {
    padding-left: .5rem;
}

.bus ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-top: 5px;
	margin-bottom: 10px;
}

.bus ul {
    list-style-type: square;
    list-style-position: outside;
    margin-top: 10px;
	margin-bottom: 0px;
}

.bus li {
    padding-left: 0rem;
	font-size: 1rem;
	line-height: 1.2;
}

.pic800px {
	max-width: 700px;
	margin-bottom: 1.5rem;
}

@media (max-width:992px) {
.pic800px {
	max-width: 90%; }
}

.pic800pxvert {
	max-height: 600px;
	margin-bottom: 1.5rem;
}

figure {

  padding: 4px;
  margin: auto;
}

figcaption {
  font-family: DressCode-SemiBoldRound;
  color: #a7a4a4;
  font-size: .8rem;
  margin-top: -30px;
  text-align: center;
}

figcaptionbus {
  font-family: DressCode-SemiBoldRound;
  color: #a7a4a4;
  font-size: .8rem;
  margin-top: -5px;
  text-align: center;
	display:block;
}

#listings h1 {
    font-family: DressCode-SemiBoldRound;
    font-size: 1.8rem;
    color: #a7a4a4;
    margin-top: 5rem;
/*    margin-bottom: -1.25rem;*/
}

#listings h3 {
    margin-top: 2.0rem;
    margin-bottom: .25rem;
}

.travelh3 {
	margin-bottom: -1rem;
}

#contact {
	background-color: #FBFBFB;
}

.bus-image {
	display: block;
	margin-left:auto;
	margin-right:auto;
}

.card-padding {
	padding: 30px;
}

.card-button {
	margin: 0px;
}

.card-bus-name {
  	font-family: DressCode-SemiBoldRound;
    font-size: 1.5rem;
	color: #a7a4a4;
    margin-bottom: 0rem;
	display:block;	
	line-height: 1.2;
	margin-top: 0px;
}

header.header-transparent.sticky-fixed .navbar {
    padding: 1.2rem 0;
    transition: transform .5s cubic-bezier(.55,.04,.43,1);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #3d77ff;
}

.nav-link.active {
        font-weight: 600;
}

.multi-column-list {
  column-count: 1;
  column-gap: 30px;
}

@media (min-width: 768px) {
  .multi-column-list {
    column-count: 2;
  }
  .secondfooter {
/*	padding-top: 0px; not necc unless at top of 2nd column*/
  }
	.thirdfooter {
		padding-top: 27px; /*not necc unless at top of 2nd column*/
	}	
}

@media (min-width: 1200px) {
  .multi-column-list {
    column-count: 3;
  }
  .secondfooter {
	padding-top: 27px;
  }
	.thirdfooter {
		padding-top: 2px; /*not necc unless at top of 2nd column*/
	}	

}

.group {
	break-inside: avoid;
}

.firstfooter {
	padding-top: 0px;
}

.wide-3 {
	max-width: 675px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
    font-size: 18px;
}

.ilightbox-holder.metro-black .ilightbox-container .ilightbox-caption {
    text-align: center;
}

.hover-shadow-lg {
	    box-shadow: 1px 1px 2px #000; !important;
}

.shadow-sm {
    box-shadow: 2px 2px 7px rgb(0 0 0 / 16%) !important;
}

.hover-shadow-lg:hover {
    box-shadow: .3rem .3rem .65rem rgba(var(--bs-body-color-rgb), 20%) !important;
}

.b-btn{
    color: #3d76ff;
    background-color: #ffffff;
/*    font-weight: 400;*/
    border-color: #dadce0;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0px;
/*    margin-bottom: 11px;*/
    border-radius: 1.0rem;
    border: 1px solid transparent;
	text-align: center;
    text-transform: uppercase;	
}

.image-menu {
	background-image:url("../img/pine-mountain-club-explore-menu.jpg") ;
  	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
}

.image-menu-2 {
	background-image:url("../img/pine-mountain-club-discover-menu.jpg") ;
  	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
}

.image-menu-3 {
	background-image:url("../img/resident-connect.png") ;
  	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
}
.dropdown-item {
    padding: 0px 7px;
	font-size: .9rem;
}

@media (min-width: 992px) {
	.pbt-0 {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.pbt-20 {
		padding-bottom: 20px;
		padding-top: 20px;
		padding-left: 18px;
	}
	.menu900wide {
		max-width: 900px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		
	}
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}
.no-shad {
	    text-shadow: none;
}

.dropdown-item {
    width: 110%;
}
.no-lr-pad {
	padding-right: 0px;
    padding-left: 0px;
}
.h-350px {
	min-height: 350px;
}

.h-500px {
	min-height: 500px;
}

.buscard-col-1 {
	padding: 1.5rem;
}

.buscard-col-2 {
	padding-left: .5rem;
/*	padding-bottom: 2.0rem;*/
}

.buscard-col-3 {
		padding-left: .5rem;
		padding-right: 1.5rem;
		padding-top: 2.0rem;
		padding-bottom: 2.0rem;
}

@media (max-width:991px) { 
	.buscard-col-2 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
		padding-top: 1.5rem;
		padding-bottom: 0rem;
	}
	.buscard-col-3 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
		padding-top: .5rem;
		padding-bottom: 1rem;
	}
	.w-538px {
		max-width: 850px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.only560wide {
	max-width: 520px;
	container-type: inline-size; /* Enables container queries */
}

/* Apply styles when the container is at least 560px wide */
@container (min-width: 520px) {
	.buscard-col-2 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
		padding-top: 1.5rem;
		padding-bottom: 0rem;
	}
	.buscard-col-3 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
		padding-top: .5rem;
		padding-bottom: 3.5rem;
	}
	.w-538px {
		max-width: 850px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.headleading {
	line-height: 1.85rem;
}

.bus-hs {
/*
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
*/
	border-radius: 15px;
	box-shadow: 3px 3px 9px #B0B0B0;
}

.bus-text {
	font-size: 1.0rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
	line-height: 1.4;
}

.social-links-bus a i {
    line-height: 30px;
    color: #3d77ff;
}

.social-links-bus a {
    display: inline-block;
    margin: 4px 2px;
    font-size: 26px;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-links-bus-md a i {
    line-height: 50px;
    color: #3d77ff;
}

.social-links-bus-md a {
    display: inline-block;
    margin: 4px 2px;
    font-size: 36px;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-links-bus-md a i {
    line-height: 50px;
    color: #3d77ff;
}

.social-links-bus-lg a {
    display: inline-block;
    margin: 4px 2px;
    font-size: 46px;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	color: #3d77ff;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(80px, 1fr)); /* Set min and max width per column */
  grid-template-rows: repeat(4, minmax(80px, 1fr));    /* Set min and max height per row */
  width: 100%;   /* Full width of the container */
  height: 100%;   /* Full height of the container */
  /*max-width: 640px;  Restrict maximum width for larger screens */
  /*aspect-ratio: 640 / 502;  Maintain aspect ratio for height */
  gap: 8px; /* Small gap for responsiveness */
}

.large-image {
  grid-column: 1 / span 3; /* Occupies columns 1 to 3 */
  grid-row: 1 / span 3;    /* Occupies rows 1 to 3 */
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#coloring-nav {
	font-family:  "PT Sans", sans-serif;
	font-weight: 600;
}

#business-nav {
	font-family:  "PT Sans", sans-serif;
	font-weight: 600;
}

ol ul {
    list-style-type: disc;
	font-size: 14px;
}
/*ol { counter-reset: item }*/
/*li{ display: block }*/
/*ol.li:before { content: counters(item, ".") " "; counter-increment: item }
ol.ol.li:before { content: counters(item, ".") " "; counter-increment: item }*/

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
/*  margin: 0;*/
	font-size: 14px;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

.terms.li {
	font-size: 14px;
	
}

.more-right-padding {
	padding-right: 2.25rem;
/*	used on soul to sole ad*/
}

.our-blue {
	color: #3d77ff !important;
}

.our-grey {
	color: #a7a4a4 !important;
}

.starlink-blue {
	color: #263D69 !important;
}

.starlink-button {
	background-color: #263D69 !important;
}

.tejon-red {
	color: #E83338 !important;
}

.northface-color {
	color: #FFCE28 !important;
}

.cuddycreek-color {
	color: #0f7620 !important;
}

.sawmill-color, .sawmill-color a {
	color: #CB7246 !important;
}
.sogge-blue {
	color: #003399 !important;
}

.lindawilke {
	color: #CBA26D !important;
}

.valmassy {
	color: #995470 !important;
}
.havener { 
	color: #415D79 !important;
}

.alpine {
	color: #F2BB23 !important;
}

.hair {
	color: #626BB0 !important;
}

.evercalm {
	color: #68BAB6 !important;
}

.chiro-green {
	color: #538135 !important;
}

.text-tight {
	line-height: 1.2rem;

}
.overlay-text-logo {
    background: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 10px;
    color: white;
}

table {
    width: 100%; /* Makes the table expand to full container width */
    border-collapse: collapse; /* Removes double borders */
    margin-bottom: 20px; /* Adds spacing between tables */
    font-family: Arial, sans-serif;
}

th, td {
    border: 1px solid #ddd; /* Light gray border */
    padding: 10px;
    text-align: left;
    font-size: 14px;
}

th {
    background-color: #f4f4f4; /* Light gray background for headers */
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f9f9f9; /* Zebra striping for rows */
}

tr:hover {
    background-color: #f1f1f1; /* Highlight row on hover */
}

caption {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.sig-space {
	margin-left: 50%;
}

.slogan {
	margin-bottom: .6rem;
	font-size: 1.80rem;
	line-height: 1.1;
}

.nomargintopbottom {
	margin-top: 0px;
	margin-bottom: 0px;
}

.overimage a {
    color: #FFF !important;
    text-shadow: 1px 1px 5px #000;
}
.overimage a:hover {
	color: #E0E0E0  !important;
}
.steps {
  	font-family: DressCode-SemiBoldRound;
	color: #a7a4a4;
}

b, strong {
    font-weight: 600;
}

  input[type="radio"] {
    transform: scale(1.5); /* Increase size by 1.5x */
    margin: 7px;           /* Optional: give it some spacing */
  }

.leftright10 {
	margin-left: 10px;
	margin-right: 10px;
}

.hero-logo {
	width: 550px;
}

@media (max-width: 768px) {
	.hero-logo {
		width: 100%;
	}
}

.privacypolicy {
	color: #FFF !important;
}