a { color:#034643; } 
a:visited { color:#034643; } 
a:active { color:#5C615E; } 
a:hover { color:#B2B3B4; }

body { text-align:center; background-color:#E1DFDB; padding:0;  margin: 0; font-family:'Century Gothic', CenturyGothic, AppleGothic, sans-serif; color:#034643; }

.textstyle-home-header {text-align: left;  font-weight:bold; text-decoration:underline;}
.textstyle-links-header {text-align: left; font-weight:normal;}
.textstyle-stress {font-size:5vw; font-weight:bold;}
.textstyle-light-with-shadow { font-size:2.5vw;  color:#F8FAF9; text-shadow: 2px 2px 2px #000000; }
.textstyle-bold-graygreen { font-size:5vw; color:#627065; font-weight:bold;}
.textstyle-graygreen { font-size:3vw; color:#627065; font-weight:normal;}
.textstyle-bold-grayaqua {text-align:left; font-weight: bold; color:#3F615C}
.textstyle-listen { font-size:1.25rem; color:#3F615C; font-weight:bold;}
.textstyle-learn { font-size:0.75rem; color:#3F615C;}
.textstyle-teal-32pt-bold { font-size:2rem;  font-weight:bold;  }
.textstyle-teal-22pt { font-size:1.375rem;   }
.textstyle-teal-22pt-bold { font-size:1.375rem;  font-weight:bold;   }
.textstyle-teal-18pt-bold { font-size:1.125rem;  font-weight:bold;  }
.textstyle-teal-16pt { font-size:1rem;  }
.textstyle-teal-16pt-bold { font-size:1rem;  font-weight:bold;  }
.textstyle-teal-10pt { font-size:0.625rem; }
.textstyle-join-FB { font-size:2rem; color:#3F615C; font-weight:bold;  }
.textstyle-graygreen-20pt { font-size:1.25rem; color:#627065;  }
/* textstyle22 prob not used */
.textstyle22 { font-size:1.25rem; color:#61c732; font-weight:bold;  }
.textstyle-teal-phone {font-size:2vw}
.textstyle-graygreen-copyright { font-size:0.625rem; color:#627065;}
.textstyle-SD { font-size:1rem; color:#3F615C;}
.textstyle-bold-freebie { font-size:2.5vw; color:#3F615C; font-weight:bold;}
.textstyle-escape { font-size:1.5rem; color:#3F615C; font-weight:bold;}




.button {
    padding: 16px 32px;
    font-weight:bold;
    display:inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;}
.button-dark {
    background-color: #B9C1BB;
    color:#034643;
    border: 2px solid #034643}
    .button-dark:hover {
        background-color: #E1DFDB;
        color: #047671;}
.button-light {
    background-color: #E1DFDB; 
    color: #034643; 
    border: 2px solid #034643;}
    .button-light:hover {
        background-color: #B9C1BB;
        color: #047671;}


/* FLEX ROWS & COLUMNS */
.container-flex-row1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;}
    .container-flex-row1 div {
        width: 300px;
        margin: 10px;
        padding: 10px;}
.container-flex-row2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;}
    .container-flex-row2 div {
        width: 500px;
        align-content: center;
        margin: 10px;
        padding: 10px;}
.container-flex-row-reversewrap {
    display: flex;
    flex-wrap: wrap-reverse;}
    .container-flex-row-reversewrap div {
        width: 500px;
        margin: 10px;
        padding: 10px;}
/* Figure out max width to start Flexbox wrap */

/* Flex Boxes Horizontal Spacing */
.flex-space-around {
    display:flex;
    justify-content: space-around;
    margin:20px;}
    @media (max-width: 769px) {
        .flex-space-around {
	        justify-content:center;
            flex-wrap: wrap;
            padding:20px}}
.flex-space-between {
    display:flex;
    justify-content: space-between;
    margin:20px;
    padding:20px}
    @media (max-width: 1200px) {
    .flex-space-between {
	    justify-content:center;
        flex-wrap: wrap;
        padding:20px}}
.flex-space-evenly {
    display:flex;
    justify-content: space-evenly;
    margin:20px;}
    @media (max-width: 769px) {
    .flex-space-evenly {
	    justify-content:center;
        flex-wrap: wrap;
        padding:20px}} 
.flex-space-center {
    display:flex;
    justify-content: center;}   

/* Flex Boxes Vertical Spacing*/
.flex-align-bottom {
    display: flex;
    align-items: flex-end;}
.flex-align-top {
	display: flex;
    align-items: flex-start;}
.flex-align-center {
    display: flex;
    align-items:center;}
.flex-align-stretch {
    display: flex;
    align-items:stretch;}    

/* Flex Container Contents Spacing*/
.logo {
	display: flex;
    justify-content:flex-start;}
    @media (max-width: 769px) {
    .logo {
    	display: flex;
        justify-content: center;}}



/* Flex Container Contents Text Justification */
.flex-right-text-justify {
    text-align: right;
    width:100%; }
    @media (max-width: 769px) {
    .flex-right-text-justify {
        text-align: center;
        width:100%; }}
.flex-right-text-justify-always {
    text-align: right;
    width:100%; }
.flex-left-text-justify {
    text-align: left;
    width:100%; }
    @media (max-width: 769px) {
    .flex-left-text-justify {
        text-align: center;
        width:100%; }}
.flex-left-text-justify-always {
    text-align: left;
    width:100%; }
.flex-center-text-justify {
    text-align: center;
    width:100%; }



#video_sand-header {
    vertical-align: bottom; 
    position:relative; 
    display: inline-block; 
    width:100%; 
    background-color:#D1D1D1;}



/* AI hamburger Menu */
  /* Hide the checkbox */
  #menu-toggle {
    display: none;  }
  /* Hamburger icon style */
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
    cursor: pointer;  }
  .hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    margin-left: auto;
    margin-right: 0;
    background: #3F615C;  }
    @media (max-width: 769px) {
    .hamburger span {
	    display: block;
        width: 25px;
        height: 3px;
        margin-left: 5;
        margin-right: auto;
        background: #3F615C;  }}
  /* Menu items container */
  .menu {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #627065 ;  }
  .menu a {
    padding: 12px 20px;
    color: #E1DFDB;
    text-decoration: none;  }
  .menu a:hover {
    background: #B9C1BB;
    color:#034643; 
    font-weight: bold; }
  /* Open state: expands max-height to push content down */
  #menu-toggle:checked ~ .menu {
    max-height: 200px; /* Adjust based on content height */  }
  /* Main content style */
  .content {
    padding: 20px;
    transition: transform 0.3s ease-out; /* Optional smooth feel */  }
/* END AI HAMBURGER MENU */

/* MENU 2 for darker page bkg */
/* AI hamburger Menu */
  /* Hide the checkbox */
  #menu2-toggle {
    display: none;  }
  /* Hamburger icon style */
  .hamburger2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
    cursor: pointer;  }
  .hamburger2 span {
    display: block;
    width: 25px;
    height: 3px;
    margin-left: auto;
    margin-right: 0;
    background: #3F615C;  }
    @media (max-width: 769px) {
    .hamburger2 span {
	    display: block;
        width: 25px;
        height: 3px;
        margin-left: 5;
        margin-right: auto;
        background: #3F615C;  }}
  /* Menu items container */
  .menu2 {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #627065 ;  }
  .menu2 a {
    padding: 12px 20px;
    color: #E1DFDB;
    text-decoration: none;  }
  .menu2 a:hover {
    background: #E1DFDB;
    color:#034643; 
    font-weight: bold; }
  /* Open state: expands max-height to push content down */
  #menu2-toggle:checked ~ .menu2 {
    max-height: 200px; /* Adjust based on content height */  }
  /* Main content style */
  .content {
    padding: 20px;
    transition: transform 0.3s ease-out; /* Optional smooth feel */  }



/* START AI family photo config */
/* Remove default browser gaps */
body {
  margin: 0;
  padding: 0; }
/* 1. Relative container to bound the absolute text */
.hero-container {
  position: relative;
  width: 85vw;
  margin: 0 auto;
  overflow: hidden; }
/* 2. Make the image span the full screen width */
.full-width-img {
  width: 100%;
  height: auto;
  display: block; /* Removes baseline spacing gap */ }
/* 3. Position text at the exact bottom center */
.bottom-center-text {
  width: 95%;
  position: absolute;
  bottom: 20px;            /* Distance from the bottom edge */
  left: 50%;               /* Move to the horizontal middle */
  transform: translateX(-50%); /* Perfect centering offset */}
/* END AI family photo config */





#container_1 { vertical-align: top; position:relative; display: inline-block; width:80%; background-color:#B9C1BB;  }
#container_1_padding { margin: 20px; display: block;  }
#container_2 { vertical-align: top; border-radius: 9px; position:relative; display: inline-block; width:100%; min-height:65px; background-color:#E1DFDB; background: linear-gradient(to bottom, #BDBDBD, #E1DFDB);  }
#container_2_padding { margin: 10px; display: block;  }
#container_3 { vertical-align: top; position:relative; display: inline-block; width:100%; background-color:#B9C1BB;  }
#container_4 { vertical-align: top; position:relative; display: inline-block; width:100%; min-height:150px; background:none;  }
#container_4_padding { margin: 10px; display: block;  }
#container_5 { vertical-align: top; border-radius: 9px; position:relative; display: inline-block; width:100%; min-height:50px; background-color:#E1DFDB; background: linear-gradient(to bottom, #C5B8AE, #E1DFDB);  }
#container_5_padding { margin: 10px; display: block;  }
#container_6 { vertical-align: top; position:relative; display: inline-block; width:100%; min-height:151px; background-color:#FFFFFF; background-image: url(images/collage_background_muted1.jpg); background-position:top center; background-size:cover;  }
#container_6_padding { margin: 20px; display: block;  }
#container_7 { vertical-align: top; position:relative; display: inline-block; width:100%; min-height:110px; background-color:rgba(225, 223, 219, 0.698039);  }
#container_7_padding { margin: 10px; display: block;  }
#container_8 { vertical-align: top; position:relative; display: inline-block; width:100%; min-height:89px; background:none;  }
#container_8_padding { margin: 10px; display: block;  }
#container_9 { vertical-align: top; position:relative; display: inline-block; width:100%; min-height:32px; background:none;  }
#container_9_padding { margin: 10px; display: block;  }
#container_10 { vertical-align: top; border-radius: 9px; position:relative; display: inline-block; width:100%; min-height:65px; background-color:#E1DFDB; background: linear-gradient(to bottom, #919e94, #B9C1BB);  }
#container_10_padding { margin: 10px; display: block;  }




/* GEMINI */
/* Parent Container */
    .flex-row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center; /* Vertically centers the image in the container */
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      gap: 20px;     }

    /* Item 1: Image Wrapper */
    .item-image {
      flex: 1 1 50%; /* Takes up 50% width in row mode */
      max-width: 100%;
      display: flex;
      justify-content: center;     }
        .item-image img {
            width: 100%;
            height: auto; /* Maintains original aspect ratio */
            object-fit: contain;
            display: block;     }

    /* Item 2: Content Column */
    .item-column {
      flex: 1 1 calc(50% - 20px);
      display: flex;
      flex-direction: column;
      gap: 5px;
      min-width: 0; /* Prevents text overflow outside container */     }
    /* Column Child 1: Left-aligned in row mode, centered on wrap */
        .col-child-1 {
            text-align: left;
            word-wrap: break-word;
            overflow-wrap: break-word;     }
    /* Column Child 2: Always left-aligned */
        .col-child-2 {
            text-align: left;
            word-wrap: break-word;
            overflow-wrap: break-word;     }
    /* Column Child 3: Always centered button */
        .col-child-3 {
            display: flex;
            justify-content: center;     }

    

    /* Breakpoint: Mobile/Wrapped Mode (< 768px) */
    @media (max-width: 768px) {
      .flex-row {
        flex-direction: column; /* Stacked: Image stays on top */       }

      .item-image {
        flex: 1 1 100%;
        width: 100%;       }

      .item-column {
        flex: 1 1 100%;
        width: 100%;       }

      /* Dynamic switch for Child 1 on wrap */
      .col-child-1 {
        text-align: center;  }     }
/* end GEMINI */


/* How I Work Logos redO */
/* Parent Container */
    .flex-row-how {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center; /* Vertically centers the image in the container */
      width: 60%;
      max-width: 1200px;
      margin: 0 auto;
      gap: 20px;     }
      @media (max-width: 768px) {
      .flex-row-how {
        flex-direction: column; /* Stacked: Image stays on top */       }}
/* Item 1: Content Column */
    .item-column-how {
      flex: 1 1 calc(33% - 20px);
      display: flex;
      flex-direction: column;
      gap: 5px;
      justify-content: center;
      min-width: 0; /* Prevents text overflow outside container */     }
/* How I Work Logos redO END*/

/* PRINTABLES */
/* Parent Container */
    .flex-row-print {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
      width: 80%;
      max-width: 1200px;
      margin: 0 auto;
      gap: 20px;     }
      @media (max-width: 998px) {
      .flex-row-print {
        flex-direction: column; /* Stacked: Image stays on top */
  justify-items: center;
  align-items: center;       }}
/* Item 1: Content Column */
    .item-column-print {
      flex: 1 1 calc(33% - 20px);
      display: flex;
      flex-direction: column;
      gap: 5px;
      align-items: center;
      justify-content: center;
      min-width: 0; /* Prevents text overflow outside container */     }
/* PRINTABLES  END*/



/*CAROUSEL*/
#carousel_2ba0dbc0 { overflow:hidden; vertical-align: bottom; position:relative; display: inline-block; width:50%; aspect-ratio: 1.503386; background:none;  }
#carousel_2ba0dbc0_page1 { position:absolute; left:0px; top:0px; width:100%; height:100%; background:none;  }
#carousel_2ba0dbc0_page2 { position:absolute; left:0px; top:0px; width:100%; height:100%; background:none;  }
#carousel_2ba0dbc0_page3 { position:absolute; left:0px; top:0px; width:100%; height:100%; background:none;  }
#carousel_2ba0dbc0_page4 { position:absolute; left:0px; top:0px; width:100%; height:100%; background:none;  }
#carousel_2ba0dbc0_page5 { position:absolute; left:0px; top:0px; width:100%; height:100%; background:none;  }
#carousel_2ba0dbc0_page6 { position:absolute; left:0px; top:0px; width:100%; height:100%; background:none;  }
#carousel_2ba0dbc0_page7 { position:absolute; left:0px; top:0px; width:100%; height:100%; background:none;  }
#carousel_2ba0dbc0_page8 { position:absolute; left:0px; top:0px; width:100%; height:100%; background:none;  }
#carousel_2ba0dbc0_page9 { position:absolute; left:0px; top:0px; width:100%; height:100%; background:none;  }
#carousel_2ba0dbc0_page10 { position:absolute; left:0px; top:0px; width:100%; height:100%; background:none;  }
#carousel_2ba0dbc0_page11 { position:absolute; left:0px; top:0px; width:100%; height:100%; background:none;  }
#carousel_2ba0dbc0_page12 { position:absolute; left:0px; top:0px; width:100%; height:100%; background:none;  }


/* contact info & buttons */
/* Parent Container */
    .flex-row-contact {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center; /* Vertically centers the image in the container */
      width: 80%;
      max-width: 1200px;
      margin: 0 auto;
      gap: 20px;     }
      @media (max-width: 768px) {
      .flex-row-contact {
        flex-direction: column; /* Stacked: Image stays on top */       }}
/* Item 1: Content Column */
    .item-column-contact {
      flex: 1 1 calc(50% - 20px);
      display: flex;
      flex-direction: column;
      gap: 5px;
      justify-content: center;
      min-width: 0; /* Prevents text overflow outside container */     }
/* button width */
    .button-column {
        display: inline-flex;
        flex-direction: column; }
/* Optional: Ensures buttons stretch cleanly if they are link tags or have defaults */
        .button-column button {
            width: 100%;  }

.item-image-contact {
      flex: 1 1 calc(50% - 20px); /* Takes up 50% width in row mode */
      max-width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;     }
        .item-image-contact img {
            width: 100%;
            height: auto; /* Maintains original aspect ratio */
            object-fit: contain;
            display: block;     }
        /* Breakpoint: Mobile/Wrapped Mode (< 768px) */
        @media (max-width: 768px) {
          .item-image-contact {
            flex: 1 1 100%;
            width: 100%;       } }

.item-contact-phone {
        font-size:1rem; 
        text-align: left;
        width:100%; }
         @media (max-width: 768px) {
            .item-contact-phone {
                font-size: 2.5vw } }


.privacy-layout {
  width: 80%;         
  margin: 0 auto;
  text-align: left; }   


/*BULLETED LIST*/
ul.bullet-list {
  list-style-position: outside; /* Keeps bullet to the left of the text block */
  list-style-type: square;
  padding-left: 50px;           /* Sets the buffer zone from the left wall */
}

ul.bullet-list li {
  margin-bottom: 8px;           /* Adds clean spacing between items */
}
/*END BULLETED LIST*/

.privacy-paragraphs {
  padding-left: 15px;
}