@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    font-family: 'Noto Sans KR', sans-serif;
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (max-width: 1000px) {
    html {
        font-size: 45%;
    }
}

@media only screen and (max-width: 800px) {
    html {
        font-size: 42%;
    }
}

@media only screen and (max-width: 600px) {
    html {
        font-size: 40%;
    }
}

body {
    margin: 0;
    padding: 0;
}

.background-blue {
    background-color: lightblue;

}

nav {
    display: flex;
    height: 8vh;
    background-color: lightblue;
    align-items: center;
    justify-content: space-around;
    font-size: 2rem;
    z-index: 1;
}

nav ul {
    display: flex;
    justify-content: space-around;
}

nav a {
    text-decoration: none;
    transition: all .5s;

    margin-right: 40px;
}

nav a:hover {
    color: #fff;
}

.navbar-custom .navbar-nav .nav-link {
    color: blue;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

#navbarNavDropdown {
    background-color: rgba(173, 216, 230, .6);
    padding-left: 10px;

}

#navbarNavDropdown.dropdown-white {
    background-color: rgba(241, 244, 252, .6);
}

.custom-toggler {
    background-color: white;
    padding: 3px;
    margin-right: 20px;
}

@media only screen and (min-width: 1200px) {
    .custom-toggler {
        padding: .5px;
    }
}

@media only screen and (min-width: 1000px) {
    .custom-toggler {
        padding: .5px;
    }
}

@media only screen and (min-width: 800px) {
    .custom-toggler {
        padding: 3px;
    }
}

@media only screen and (min-width: 600px) {
    .custom-toggler {
        padding: 4px;
    }
}

@media only screen and (max-width: 599px) {
    .custom-toggler {
        padding: 5px;
    }
}

.dropdown-menu {
    font-size: 2rem;
}

.section1 {
    height: 98vh;
    display: flex;

}

/* @media only screen and (max-width: 700px) {
     .section1-home {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
} */

/* .section1-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */

@media only screen and (max-width: 700px) {
    .section1-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 701px) {
    .section1-mobile {
        display: none;
        /* flex-direction: column;
       align-items: center;
       justify-content: center; */
    }
}

.section1-fullscreen {
    display: flex;
}

@media only screen and (max-width: 700px) {
    .section1-fullscreen {
        display: none;
    }
}

@media only screen and (min-width: 701px) {
    .section1-fullscreen {
        display: flex;
    }
}


.section1left {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* @media only screen and (max-width: 700px) {
    .section1-left {
       /* width: 100%;
       height: 100%; */
/* display: flex;
       align-items: center;
       justify-content: center; */

/* display: none;
       width: 0%; */


/* .lynettePhoto {
       display: none;
   } */
/* } */
*/
/* } */

/* .section1-right {
       width: 0%;
       height: 0%;
   } */

.home-h1 {
    /* margin-top: 40%;
       margin-bottom: 5%; */
    text-align: center;
}

.home-h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    /* margin: 1% 0 10% 0; */
}

.lynettePhoto1 {
    width: 40%;
    border-radius: 5px;
    border: lightblue 2rem solid;
    /* margin-top: 5%; */

}

/* } */

/* @media only screen and (max-width: 550px) {
    .home-h1 {
        margin-top: 70%;
    }
} */


.section1right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* @media only screen and (max-width: 700px) {
    .section1-right {
       display: none;
       width: 0%;
   } */

/* .lynettePhoto {
       display: none;
   } */
/* } */

/* @media only screen and (min-width: 701px) {
    
   .lynettePhoto1 {
       display: none;
   }

   .landing-page-button:link,
.landing-page-button:visited {
  display: none;
}

.landing-page-button:hover {
  display: none;
}

.landing-page-button:active {
  display: none;
}
}

@media only screen and (min-width: 701px) {
  
    .landing-page-button-div {
        display: none;
    } */

/* .landing-page-button:link,
 .landing-page-button:visited {
   display: none;
 }
 
 .landing-page-button:hover {
   display: none;
 }
 
 .landing-page-button:active {
   display: none;
 } */
/* } */

h1 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: .1rem;
    text-align: center;
}

.mobile-h1 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 3rem;
    margin-top: 10rem;
    letter-spacing: .1rem;
    text-align: center;
}

h2 {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1rem;
    text-align: center;
}

.mobile-h2 {
    font-size: 2.6rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1rem;
    text-align: center;
    margin-bottom: 5rem;
}

.lynettePhoto {
    width: 40%;
    border-radius: 5px;
    border: lightblue 2rem solid;
    margin-top: 5%;
}

.landing-page-button:link,
.landing-page-button:visited {
    text-decoration: none;
    font-weight: 400;
    letter-spacing: .2rem;
    color: #393e46;
    text-transform: uppercase;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 5px;
    font-size: 1.8rem;
    background-color: #eee;
    transition: all .2s;
    margin-top: 5rem;
    animation: fadeIn 2.5s ease-in;
    /* margin-bottom: 10%; */
    text-align: center;
}

.landing-page-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 10px rgba(0, 0, 0, .2);
}

.landing-page-button:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}


/* About */



.fixed-nav {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.section1about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.about-headings-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 7%;
    /* background-color: rgb(173, 216, 230, .3); */
}

.about-h1 {
    margin: 3%;
    font-size: 5rem;
}

@media only screen and (max-width: 800px) {
    .about-h1 {
        margin: 3%;
        font-size: 5rem;
        padding-top: 40px;
    }

}

.h2-about {
    font-size: 1.7rem;
    text-transform: none;
    letter-spacing: .1rem;
    font-weight: 400;
    margin-bottom: -30px;
    padding-bottom: 0;
    text-align: center;

}

@media only screen and (max-width: 1000px) {
    .h2-about {
        font-size: 1.7rem;
        text-transform: none;
        letter-spacing: .1rem;
        font-weight: 400;
        margin-bottom: -30px;
        padding: 0 20px 20px 20px;
    }

}

@media only screen and (max-width: 800px) {
    .h2-about {
        font-size: 1.7rem;
        text-transform: none;
        letter-spacing: .1rem;
        font-weight: 400;
        margin-bottom: -30px;
        padding: 0px 40px 30px 40px;
    }

}

.small-screen-row {
    margin-top: 50px;
}

.health-care-image {
    width: 30%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 2%;
}

@media only screen and (max-width: 1000px) {
    .health-care-image {
        width: 50%;
        height: auto;
        display: block;
        margin: auto;
        margin-bottom: 2%;
    }

}

.lynettePhotoAbout {
    display: block;
    margin: auto;
    /* margin: 3%; */
    /* box-shadow: inset 0 0 20px 20px white; */
    border-radius: 80px;
    width: 70%;

}

@media only screen and (max-width: 800px) {
    .lynettePhotoAbout {
        margin-top: -30px;

    }
}

.lavender-image {
    /* margin: 3% 5% 3% 10%; */
    width: 90%;

}

@media only screen and (max-width: 800px) {
    .lavender-image {
        width: 80%;
        margin-top: -30px;
    }
}

.about-column-1 {
    padding: 0 3% 0 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 900px) {
    .about-column-1 {
        margin-top: 3%;
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    .about-column-1 {
        padding: 0 3% 0 5%;
        margin-top: 3%;
        width: 90%;
    }
}

.about-column-3 {
    /* padding: 1% 3% 1% 3%; */
    padding: 0 3% 0 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 900px) {
    .about-column-3 {
        margin-top: 3%;
        width: 95%;
    }
}

@media only screen and (max-width: 600px) {
    .about-column-3 {
        padding: 0 3% 0 5%;
        margin-top: 3%;
        width: 90%;
    }
}

.about-column-4 {
    /* padding: 0 3% 0 7%; */
    padding: 0 3% 0 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 900px) {
    .about-column-4 {
        margin-top: 3%;
        width: 95%;
    }
}

@media only screen and (max-width: 600px) {
    .about-column-4 {
        padding: 0 3% 0 5%;
        margin-top: 3%;
        width: 90%;
    }
}

.about-main-content {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding-top: 5%;
}

/* .about-main-content-left {
    margin: 5% 2% 2% 7%;
    background-color: rgb(173, 216, 230, .15);
    padding: 3% 5% 5% 5%;
    border-radius: 5px;
    border: 7px solid lightblue;
    width: 50%;
}

.about-main-content-right {
    margin: 5% 7% 2% 2%;
    background-color: rgb(173, 216, 230, .15);
    padding: 3% 5% 5% 5%;
    border-radius: 5px;
    border: 7px solid lightblue;
    width: 50%;
} */


/* Resources */

.section1resources {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 92vh;
}


/* Therapies */

#therapies-page {
    height: auto;
}

.section1therapies {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #7F7FD5;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.therapies-section {
    background-color: palegoldenrod;

}

@media only screen and (max-width: 325px) {
    .therapies-h1 {
        margin-top: 25%;
    }

    /* .section1therapies {
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 120vh; */
    /* flex-direction: column; */
}


.therapies-h1 {
    margin-top: 10%;
    color: #fff;
}

/* @media only screen and (max-width: 300px) {
    .therapies-h1 {
        margin-top: 55%;
    }
} */

@media only screen and (max-width: 1000px) {
    .therapies-h1 {
        margin-top: 25%;
    }
}

/* @media only screen and (max-width: 300px) {
    .therapies-h1 {
        margin-top: 0%;
        padding-top: 40%;
    }
} */

.therapies-p {
    padding: 4% 10% 4% 10%;
    margin: 3% 10% 5% 10%;
    line-height: 1.7;
    text-align: left;
    color: rgb(41, 40, 40);
    font-weight: 400;
    /* border: 5px solid #eee; */
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
    background-color: rgb(241, 244, 252);
    border-radius: 5px;

}

.align-left {
    text-align: left;
}

.align-left .super-align-left {
    text-align: left;
}

.therapies-h2 {
    padding: 4% 0%;
    font-size: 3rem;
}

.list-div {
    text-align: start;
}

.landing-page-button-div .therapies-button {
    background-color: rgb(224, 224, 224);
    /* align-self: center; */
}

/* .landing-page-button-div .therapies-button-div {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 100%;
} */


/* Background and Qualifications */

.section1qualifications {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.qualifications-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 4% 7% 4% 7%;
    margin: 3% 5% 5% 5%;
    border: 5px solid #eee;
}

.qualifications-h1 {
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
    font-size: 5rem;
}

@media only screen and (max-width: 800px) {
    .qualifications-h1 {
        margin-top: 8%;
        margin-bottom: 3%;
        text-align: center;
        font-size: 5rem;
    }
}

.qualifications-h2 {
    margin-bottom: 4%;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .qualifications-h2 {
        margin-bottom: 8%;
        margin-top: 3%;
        text-align: center;
    }
}

.ul-qualifications li {
    margin-bottom: 2%;
    line-height: 1.5;
}

b {
    color: rgb(58, 58, 58);
}


/* Transforming Depression */

.section1transforming-depression {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 92vh; */
    flex-direction: column;
    background: #7F7FD5;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.nav-white {
    background-color: rgb(241, 244, 252);
}



/* .nav-white a:hover {
    color: #91EAE4;
} */

.nav-white .nav-item.active .nav-link,
.nav-white .nav-item:hover .nav-link {
    color: #25e2d6;
}

.transforming-depression-h1 {
    margin-top: 10%;
    margin-bottom: 3%;
    color: rgb(254, 254, 255);
    font-size: 5rem;
}

@media only screen and (max-width: 1200px) {
    .transforming-depression-h1 {
        margin-top: 15%;
        margin-bottom: 7%;
        color: rgb(254, 254, 255);
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .transforming-depression-h1 {
        margin-top: 25%;
        margin-bottom: 7%;
        color: rgb(254, 254, 255);
        font-size: 4.5rem;
    }
}

.CDtracks-h2 {
    margin-bottom: 8%;
}

.tracks-anchor {
    text-decoration: none;
    transition: all .2s;
}

.tracks-anchor:hover {
    text-decoration: none;
    color: #91EAE4;
}

.transforming-depression-main-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.4rem;
    line-height: 2.5rem;
}

@media only screen and (max-width: 800px) {
    .transforming-depression-main-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.transforming-depression-main-content-left {
    margin: 3% 2% 5% 7%;
    /* background-color: rgb(173, 216, 230, .15); */
    padding: 5% 5% 5% 5%;
    border-radius: 5px;
    /* border: 7px solid lightblue; */
    width: 50%;
    background-color: rgb(241, 244, 252);
}

@media only screen and (max-width: 800px) {
    .transforming-depression-main-content-left {
        margin: 3% 2% 3% 2%;
        /* background-color: rgb(173, 216, 230, .15); */
        padding: 5% 5% 5% 5%;
        border-radius: 5px;
        /* border: 7px solid lightblue; */
        width: 60%;
        background-color: rgb(241, 244, 252);
    }
}

.transforming-depression-main-content-right {
    margin: 3% 7% 9% 2%;
    /* background-color: rgb(173, 216, 230, .15); */
    padding: 5% 5% 3% 5%;
    border-radius: 5px;
    /* border: 7px solid lightblue; */
    width: 50%;
    background-color: rgb(241, 244, 252);
}

@media only screen and (max-width: 800px) {
    .transforming-depression-main-content-right {
        margin: 3% 2% 10% 2%;
        /* background-color: rgb(173, 216, 230, .15); */
        padding: 5% 5% 3% 5%;
        border-radius: 5px;
        /* border: 7px solid lightblue; */
        width: 60%;
        background-color: rgb(241, 244, 252);
    }
}

.tracks-div {
    display: flex;
    flex-direction: column;
}

.tracks-label {
    font-size: 2rem;
    margin: 2.5%;
    color: darkblue;
    font-weight: 700;
}

@media only screen and (max-width: 800px) {
    audio {
        width: 100%;
    }
}

.section2-transforming-depression {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section2-transforming-depression-h2 {
    margin-top: 4%;
    margin-bottom: 3%;
}

.tracks-main-content {
    margin: 10% 2% 10% 2%;
    /* background-color: rgb(173, 216, 230, .15); */
    padding: 5% 5% 3% 5%;
    border-radius: 5px;
    /* border: 7px solid lightblue; */
    width: 60%;
    background-color: rgb(241, 244, 252);
}

.about-the-tracks-content {
    margin-top: 5%;
}

.tracks-p {
    margin-bottom: 2%;
    font-size: 1.5rem;
    line-height: 1.5;
}

.about-tracks-a {
    text-decoration: none;
}

/* Self Healing */

.section1houseHealing {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    background: #7F7FD5;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.house-healing-h1 {
    margin: 10% 10% 0 10%;
    text-align: center;
    color: #fff;
}

/* .house-healing-h2 {

    text-align: center;
    line-height: 1.5;
    margin: 5% 7% 15% 7%;
    padding: 7% 7% 8% 7%;
    border-radius: 5px;
    width: 50%;
    color: rgb(37, 37, 37);
    font-weight: 500;
    text-transform: none;
    letter-spacing: 2px;
    font-size: 2.5rem;
    background-color: rgb(241, 244, 252);
} */


/* Background */

.background-h3 {
    text-align: center;
    margin-top: 4%;
}