:root {
    --primary-color: #3E9B8B;
    --secondary-color: #5ba;
    --tertiary-color: #3b6e6b;
}

html {
    overflow-x: hidden;
    }
    body {
        background: url("/static/app/img/footprints2.a614d8b473d6.png") no-repeat top left fixed;
        background-position: 20%;
        font-family: 'Ysabeau', cursive;
        background-size: cover;
        overflow-x: hidden;
        
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}
.bg-tertiary {
    background-color: var(--tertiary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-shadowed {
    text-shadow: 2px 2px black; 
}

.text-tertiary {
    color: var(--tertiary-color) !important;
}

.btn-primary {
    background: radial-gradient(circle, rgb(103 ,211,198) 0%, rgb(16, 75, 71) 100%);
    border-color: var(--primary-color) !important;
}

.btn-secondary {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important; 
}

.btn-tertiary {
    background-color: var(--tertiary-color) !important;
    border-color: var(--tertiary-color) !important;
}

.btn-primary:hover {
    background-color: var(--tertiary-color) !important;
    border-color: var(--tertiary-color) !important;
}

.great-vibes {
    font-family: 'Great Vibes', cursive;
}

.dancing-script {
    font-family: 'Dancing Script', cursive !important;
}

.bold {
    font-weight: bold;
}

.blue {
    color: darkblue !important;
}


.bg-blue {
    background: url("/static/app/img/footprints2.a614d8b473d6.png") no-repeat top left fixed;
    background-position: 20%;
    background-size: cover;
    border-radius: 5px;
}
.bg-blue h1 {
backdrop-filter: blur(10px);
backdrop-filter: brightness(60%);
padding: 20px;

}

.bg-whiteish {
    padding: 50px 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255,255,255, .6) 4%,rgba(255,255,255, .9) 20%, rgba(255,255,255, .9) 50%, rgba(255,255,255, .8) 80%, rgba(255,255,255, .5) 95%, rgba(255,255,255,0) 100%);

}
.white {
    color: white !important;
}

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
  }

.grecaptcha-badge {
    display: none !important;
}
  .navbar {
    position: fixed;
    top: 0;
    z-index: 1000;
  }

  .navbar-brand .logo {
    width: 100px;
  }

  @media (max-width: 992px) {
    .navbar-brand .logo {
        width: 80px;
    }
  }

  .navbar-collapse {
    text-align: center;
    width: 100%;
    border-radius: 0 0 5px 5px;
  }

  
  .nav-item, .nav-link {
      font-size: 1.8rem;
      margin-right: 20px;
      color: rgb(255, 255, 255) !important;
      font-weight: bold;
      text-shadow: 1px 1px 1px #444;
    }
    
    .navbar-collapse .nav-link:hover {
        color: rgb(225, 225, 225) !important;
  }

  @media (max-width: 992px) {
    .navbar-brand {
      margin-right: 0 !important;
    }
    .navbar-brand img {
        width: 160px;
        max-width: 80%;
    }
 
    .nav-item, .nav-link {
        margin-right: 20px;
        color: white !important;
        font-weight: bold;
    }
    .navbar-collapse {
        /* background-color: rgba(91, 187, 170, 0.8); */
        background-color: rgba(0, 90, 100, 0.8);
    }
    .navbar-collapse .nav-item:not(:last-of-type) {
        border-bottom: 1px solid rgba(255, 255, 255, .4)
    }
  }

  html:not([data-scroll='0']) {
  
    .navbar {
        /* background-color: rgba(255,255,255, .5) !important; */
        background: linear-gradient(5deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255,.95) 100%) !important;
        transition: all 1s ease-in-out;
    }
    .navbar .nav-item .nav-link {
        color: darkblue !important;
        /* color: white !important; */
        transition: all .2s ease-in-out;
        text-shadow: none;
    }

    /* .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        text-align: right;
        transition: all 1s ease-in-out;
    } */
    
  }

@media (max-width: 992px) {
    html:not([data-scroll='0']) {
        .navbar .nav-item .nav-link {
            color: white !important;
            transition: all 1s ease-in-out;
        }
    }
}

.errorlist li {
    color: red;
    font-weight: bold;
}

.content-header img {
    filter: drop-shadow(10px 10px 5px #666666);
}

.content-header {
    width: 100%;
    /* height: 60vh; */
    padding-top: 120px;
    padding-bottom: 100px;
    text-align: center;
    background-size: cover;
    position: relative;
}

.content-header:not(.home-content-header) {
    padding-top: 100px;
}

@media (max-width: 992px) {
    .content-header {
        background: url("/static/app/img/footprints2.a614d8b473d6.png") no-repeat top left fixed;
        background-position: 20%;
        background-size: cover;
    }
    .content-header:not(.home-content-header) {
        padding-top: 0;
    }
}


@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    body, .content-header {
        background: none;
    }
    .home-content-header {
        background: url("/static/app/img/footprints2.a614d8b473d6.png") no-repeat top left fixed;
        background-position: 20%;
        background-size: cover;
       overflow-x: hidden;
    }
  }

.header-content {
    position: relative;
    z-index: 2;
}

.header-content img {
    width: 300px;
    /* margin-bottom: 20px; */
}

.header-content h1 {
    /* padding-top: 22vh; */
    font-size: 8em;
    color: var(--primary-color);
    text-shadow: 2px -2px 3px #fff;
    font-family: 'Great Vibes', cursive;
}

.about-me-section p {
    font-size: 1.75rem;
}

@media(max-width: 992px) {
    /* .content-header {
        height: 100vh;
    } */
    .header-content h1 {
    padding-top: 5vh;
    font-size: 4rem;
    }

}

@media(max-width: 768px) {
    /* .content-header {
        height: 100vh;
    } */
    .header-content h1 {
    padding-top: 5vh;
    font-size: 2.5rem;
    }

}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    }
    50% {
        transform: scale(1.025);
        box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    }
}

.pulsing {
    animation: pulse 1s infinite;
}

.four-strategies-banner {
    z-index: 200;
    background: radial-gradient(circle, rgb(103, 198, 198) 0%, rgb(16, 75, 71) 100%);
    height: 70px;
    text-shadow: 2px 2px 3px #666;
    bottom: 20px;
    transition: all 0.2s ease-in-out;
    
}
.four-strategies-banner:hover {
        transform: scale(1.05);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    filter: blur(50px);
    z-index: 1;
}

@media(max-width: 768px) {
    .by-mk {
        display: block;
    }
}

.about-content-header .overlay {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255,255,255,.8) 25%);
    filter: blur(50px);
}

.curvy-underline {
    height: 15px;
    width: 180px;
    margin-top: -25px;
}

@media (max-width: 992px) {
    .curvy-underline {
        width: 120px;
        height: 10px;
    }
}

.article-detail-header .overlay {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255,255,255,.95) 15%);
    filter: blur(50px);
}



@supports (-webkit-touch-callout: none) {
    .testimonials-section {
        background: url("/static/app/img/footprints2.a614d8b473d6.png") no-repeat top left;
        background-position: 20%;
        background-size: cover;
    }
    .testimonials-section .overlay {
        background-color: initial;
        filter: initial;
    }
}


#fourStrategiesBtn {
    background: radial-gradient(circle, rgb(103, 211, 198) 0%, rgb(16, 75, 71) 100%);
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    box-shadow: 5px 5px 5px #666666;
}

@media (max-width: 992px) {
    #fourStrategiesBtn {
        font-size: 1.3rem;
        margin-top: 10px;
        max-width: 90vw;
    }

    .services {
        flex-direction: column;
    }

    .service {
        margin-bottom: 30px;
    }
}

.service {
    transition: all 0.2s ease-in-out;
}

.service:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.coming-soon {
    font-family: sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: red;
    position: relative;
    top: 75px;
    /* left: -50px; */
    transform: rotate(-20deg);
    z-index: 10;
}

.about-section {
    padding: 50px;
    padding-top: 100px;
    /* padding-bottom: 50px; */

    position: relative;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255,255,255, .5) 5%,rgba(255,255,255, .9) 20%, rgba(255,255,255, .8) 100%);
    /* background: white; */
}

.services-section {
    /* make background color --secondary-color, converted to rgba with 0.8 opacity */
    background: linear-gradient(rgba(255,255,255, .8) 0%, rgba(91, 187, 170, 0.8) 25%);
    color: #fff;
    /* padding: 50px; */
    padding-top: 150px;
    text-align: center;
}

.services-section h1 {
    font-size: 3.25rem;
}

.services-section h2 {
    font-size: 2.5rem;
    font-family: "Dancing Script", cursive;
    color: darkblue;
}

.about-section, .services-section p {
    font-size: 1.5rem;
}
.about-section p {
    font-size: 1.7rem;
    position: relative;
    z-index: 2;
}

.services-section img {
    filter: invert(1);
    width: 150px;
}


.testimonials-section {
    font-style: italic;
    background-color: var(--primary-color);
    background: linear-gradient(rgba(91, 187, 170, 0.8) 0%, rgba(255,255,255, .7) 25%);
    padding: 50px;
    padding-top: 250px;
    color: var(--primary-color);
    color: var(--tertiary-color);

}

.testimonials-section h1 {
    font-size: 4rem;
    z-index: 2;
    position: relative;
}

.testimonials-section h4 {
    font-size: 2rem;
    z-index: 2;
    position: relative;
}

@media (max-width: 992px) {
    .about-section {
        padding: 20px;
        padding-bottom: 50px;
        padding-top: 80px;
        background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255,255,255, .8) 5%);
    }
    .about-section p {
        text-align: justify;
    }

    .testimonials-section {
        background: linear-gradient(rgba(91, 187, 170, 0.8) 0%, rgba(255,255,255, .7) 5%);
        padding: 25px;
        padding-top: 150px;

    }
}

.speech-bubble {
    font-size: 1.5rem;
    padding: 20px 20px 90px 20px;
    background: url("/static/app/img/speech-bubble.170c33d0abcc.png") no-repeat;
    background-size: 92% 100%;
    z-index: 2;
    margin: 40px calc(10% / 6);
    width: 30%;
    color: darkblue;
    filter: drop-shadow(10px 10px 5px #999) !important;
    
}
@media (max-width: 992px) {
    .speech-bubble {
        width: 100%;
    }
}
.speech-bubble p {
    width: 90%;
}
.speech-bubble:nth-child(2) {
    font-size: 2.2rem;
}

.contact-section {
    min-height: 100vh;
    background: linear-gradient(rgba(255,255,255, .5) 0%, rgba(255,255,255, .7) 15%, white 100%);
    padding-top: 150px;
    button {
        background: radial-gradient(circle, rgb(103, 211, 198) 0%, rgb(16, 75, 71) 100%);
        box-shadow: 7px 7px 7px #666666;
        /* transition: all 0.2s ease-in-out; */
    }
    button:hover {
        box-shadow: none;
    }
}

@media (max-width: 992px) {
    .contact-section {
        padding-top: 50px;
        background: linear-gradient(rgba(255,255,255, .7) 0%, rgba(255,255,255, .9) 15%, white 100%);
    }
}

.parent input {
margin-bottom: 10px;
}

.home-footer {
    /* background: white */
}

footer img {
    width: 200px;
}

.about-me-section .header-content {
    padding-top: 80px;
    h1 {
        color: darkblue;
    }
}


.about-me-section .overlay {
    background-color: white;
    z-index: -1;
    
}

.about-me-section .container {
    font-size: 1.5rem; 
    text-align: justify;
    padding: 30px;
}

@media (min-width: 992px) {
    .about-me-section .overlay {
        width: 90%;
        margin-left: 5%;
    }
    
    .about-me-section .container {
        padding: 0 0 100px 0;
    }
}

.article-card {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.article-card:hover {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 1);
    /* transition: all 0.2s ease-in-out; */
}

.article-detail-section h1 {
    font-size: 5rem;
    margin-bottom: 20px;
}

.fourStrategiesEmailFormContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 100px; */
    height: 100vh;
    /* padding: 50px 0; */
    /* height: 70vh; */
   
    
}

.fourStrategiesEmailFormContainer .formContainer {
    padding: 50px 0;
    background: rgba(230,250,250, .8);
    border-radius: 15px;
    width: 450px;
    /* height: 100%; */
    
}

.strategiesContainer {
    /* background-color:   rgba(30, 60, 90, 0.7); */
    padding: 70px 0;
    margin: 0 auto;
    font-family: 'Montserrat';
}
.strategiesContainer h1 {
        font-size: 3rem;
        margin-bottom: 50px;
    }
    .strategiesContainer .strategies {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 1400px;
        margin: 0 auto;

    }
    .strategiesContainer .strategy {
        height: 400px;
        width: 600px;
        color: white;
        background: radial-gradient(circle, rgb(103, 211, 198) 0%, rgb(16, 75, 71) 100%);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
        padding: 20px;
        margin: 10px;
        margin-top: 80px;
        transition: all 0.2s ease-in-out;
        border-radius: 5px;
    }
    .strategiesContainer .strategy:nth-of-type(even) {
        margin-top: -80px;
        background: white;
        color: rgb(100, 100, 100);
        
    }
    

    .strategiesContainer .strategy:hover {
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
        transform: scale(1.05);
    }

     .strategy-icon {
        font-size: 50px;
        color: var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: white;
        width: 80px;
        aspect-ratio: 1/1;
        margin: 0 auto 20px auto;
      }

      .strategy:nth-of-type(even) .strategy-icon {
        background: radial-gradient(circle, rgb(103, 211, 198) 0%, rgb(16, 75, 71) 100%);
        color: white;
    }

      /* .strategy-icon {
        background: radial-gradient(circle, rgb(103, 211, 198) 0%, rgb(16, 75, 71) 100%);
        color: white;
      } */


.strategyDetailContainer {
    padding: 20px 100px;
    background: rgba(230,250,250, .9);
    margin-top: -100px;
    border-radius: 15px;
    width: 50%;
    min-width: 500px;
    text-align: center;

    
}

.strategyDetailContainer img {
    width: 400px;
    margin: 0 auto;
    border-radius: 15px;
    position: absolute;
    top: 60px;
    left: 100px;

}
.strategyDetailContainer p {
    font-size: 1.75rem;
}

.strategyDetailHeader {
    height: 50vh;
}
.strategyDetailHeader h1 {
    font-size: 2.75rem;
}

.bg-image {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100vw;
    z-index: -1;
    filter: brightness(0.7) blur(1px);
    
    
}
.bg-image img {
    width: 700px;
    max-width: 100vw;
}

.title {
    padding-top: 100px;
}

.strategyDetailContainer .btn:hover {
    box-shadow: 0 10px 10px gray;
    transform: scale(1.05);
    transition: all 0.3s;
}

@media (max-width: 1200px) {
    .strategiesContainer {
        padding: 80px 0;
        text-align: center;
    }
    .strategiesContainer h1 {
        font-size: 2rem;
        width: 90%;
        margin: 0 auto;
    }
    .strategiesContainer .strategies {
        width: 90%;
    }

    .strategiesContainer .strategy {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.2);
        height: 350px;
        margin-top: 20px !important;
    }
    

    .strategyDetailHeader {
        height: 40vh;
    }
    .strategyDetailHeader .title {
        padding-top: 50px;
    }
    .strategyDetailHeader h1 {
        font-size: 2.25rem;
    }

    .strategyDetailContainer {
        padding: 20px;
        margin-top: -50px;
        min-width: 90%;
        max-width: 100vw;
        
    }
    .strategyDetailContainer img {
        width: 100%;
        top: 20px;
        left: 0;
    }
    .strategyDetailContainer p {
        font-size: 1.5rem;
    }
}

.workshops-registration-section {
    h1,h2 {
        text-shadow: 2px 2px 3px black;
    }
    padding: 100px 0 50px 0;
    .workshop-title {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
}


.workshops-registration-section h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.workshops-registration-section h1 {
    font-size: 3.5rem;
}

.workshop-card {
    /* box-shadow: 10px 10px 10px rgb(50,50,50); */
    transition: all 0.2s ease-in-out;
    cursor: pointer;

    width: 250px;
    left: 0;
    top: 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 2;
    /* width: 300px; */
    /* position: relative; */
    /* height: auto; */
}

.workshop-card:hover {
    box-shadow: 15px 15px 15px rgb(50,50,50);
    transform: scale(1.05);
}


@media (max-width: 992px) {
    .workshops-registration-section {
        padding: 60px 0 20px 0;
        .workshop-title {
            font-size: 1.5rem;
        }
    }

    .workshop-card {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 10px;
        background: rgba(255, 255, 255, 0.9);
    }
}


.subscriber-list-container {
    max-width: 700px;
    min-width: fit-content;
}