a {
    color: #646464;
}

a:visited {
    color: #646464;
}

a:hover {
    color: #d35b81;
}

a:active {
    color: #ca0408;
}

ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

body {
    color: #646464;
    font-family: Lato, arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1.05px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

section {
    padding: 0;
}

section.centered {
    justify-content: center;
}

section.centeredFlex {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.centeredFlex {
    display: flex;
    align-items: center;
    justify-content: center;
}

header {
    position: sticky;
    top: 0px;
    left: 0px;
}

/*header nav {*/
/*    background-color: rgb(246, 246, 246);*/
/*    !*padding: 15px 15px 10px 10px;*!*/
/*}*/

header {
    height: 50px;
}

header .overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    background: black;
    z-index: -1;
}

#hamburger-input{
    display: none;
}

#hamburger-menu {
    position: fixed;
    top: 5px;
    left: 10px;
    width: 40px;
    height: 40px;
    display: inline;
    border: none;
    padding: 0px;
    margin: 0px;
    background: linear-gradient(
            to bottom,
            rgb(246, 246, 246), rgb(246, 246, 246) 20%,
            #d35b81 20%, #d35b81 30%,
            rgb(246, 246, 246) 30%, rgb(246, 246, 246) 50%,
            #d35b81 50%, #d35b81 60%,
            rgb(246, 246, 246) 60%, rgb(246, 246, 246) 80%,
            #d35b81 80%, #d35b81 90%,
            rgb(246, 246, 246) 90%, rgb(246, 246, 246) 100%

    );
}

header #top-mobile-navbar {
    width: 100%;
    height: 50px;
    background-color: rgb(246, 246, 246);
    position: sticky;
    top: 0px;
    left: 0px;
}

#hamburger-menu #sidebar-menu {
    visibilty: hidden;
    position: fixed;
    top: 0;
    left: -500px;
    min-width: 300px;
    max-width: 80%;
    /*height: 50%;*/
    background-color: #fbdce4;
    transition: 0.3s;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    box-shadow: 3px 3px 10px 1px rgb(125, 125, 125);
    border-radius: 0px 0px 20px 0px;
}

#hamburger-menu ul {
    padding-left: 0px;
    width: 100%;
}

#hamburger-menu li {
    list-style-type: none;
    line-height: 4rem;
    width: 100%;
}

#hamburger-menu li a {
    width: 100%;
}

#hamburger-menu a {
    color: #646464;
    font-size: 1.0rem;
    text-decoration: none;
}

#hamburger-menu a:visited {
    color: #646464;
}

#hamburger-menu a:hover {
    color: #d35b81;
}

#hamburger-menu a:active {
    color: #ca0408;
}

#hamburger-menu a.selectedListItem {
    font-weight: 550;
    color: #d35b81;
    text-decoration: underline;
    text-underline-offset: 10px
}

#hamburger-input:checked + #hamburger-menu #sidebar-menu {
    visibility: visible;
    left: 0;
}
#hamburger-input:checked ~ .overlay{
    visibility: visible;
    opacity: 0.4;
}

/*header nav ul {*/
/*    visibility: hidden;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: -250px;*/
/*    width: 200px;*/
/*    height: 100%;*/
/*    transition: 0.3s;*/

/*    !*display: flex;*!*/
/*    !*justify-content: center;*!*/
/*    !*list-style: none;*!*/
/*    !*text-transform: uppercase;*!*/
/*    !*font-size: 16px;*!*/
/*    !*font-weight: 500;*!*/
/*    !*letter-spacing: 1.25px;*!*/
/*}*/

/*header nav ul li {*/
/*    padding-left: 20px;*/
/*    padding-right: 20px;*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*}*/

/*header nav ul li a {*/
/*    text-decoration: none;*/
/*    color: #646464;*/
/*}*/

/*header nav ul li a:visited {*/
/*    color: #646464;*/
/*}*/

/*header nav ul li a:hover {*/
/*    color: #d35b81;*/
/*}*/

/*header nav ul li a:active {*/
/*    color: #ca0408;*/
/*}*/

/*header nav ul li a.selectedListItem {*/
/*    font-weight: 550;*/
/*    color: #d35b81;*/
/*    text-decoration: underline;*/
/*    text-underline-offset: 10px*/
/*}*/


main section#TopLogo {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-flow: row wrap;
}

main section#TopLogo .BHlogo {
    width: 400px;
    padding: 20px 0px 20px 0px;

    flex-basis: 600px;
    flex-grow: 2;
}

main section#TopLogo .topPromoGraphic {
    width: 400px;
    margin-bottom: 20px;
    border-radius: 20px;

    flex-basis: 600px;
    flex-grow: 2;

}

main section .motivationalBG {
    background-image: url("/images/cherry_blossoms.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 600px;
    /*box-shadow: 3px 3px 10px 1px rgb(125, 125, 125);*/
    /* border-radius: 10px; */
}

main section .motivationalText {
    padding: 40px 40px 40px 40px;
    -webkit-text-fill-color: aliceblue;
    text-shadow: #993030 1px 1px 10px;
    font-size: 20px;
    font-weight: 550;
}

main section#AboutMe .AboutMeBG {
    width: 1820px;
    background-color: rgb(246, 246, 246);
    padding: 20px 0px 0px 0px;
}

main section#AboutMe .AboutMeContent {
    padding: 0px 0px 0px 0px;

}

main section#AboutMe .AboutMeText {
    font-size: 1.15em;
    text-align: center;
    line-height: 30px;
    color: #d35b81;
    padding: 0px 20px 0px 20px;
    min-width: 250px;
}

main section#AboutMe .CertBadge {
    border-radius: 10px;
    box-shadow: 3px 3px 10px 1px rgb(125, 125, 125);
    width: 50%;
    min-width: 250px;
    max-width: 450px;
    margin: 35px;
}

main section#AboutMe .PicContainer {
    width: 100%;
    text-align: center;
}

main section#AboutMe .AboutMePic {
    /*box-shadow: 3px 3px 10px 1px rgb(125, 125, 125);*/
    width: 100%;
    max-width: 650px;
}


main section#aboutTHM .AboutTHM {
    width: 100%;
    max-width: 650px;
    background-color: #fbdce4;
    padding: 50px 20px 50px 20px;
    margin-top: 20px;
    /*box-shadow: 3px 3px 10px 1px rgb(125, 125, 125);*/
}

main section#aboutTHM ul {
    padding-inline-start: 0px;
}

main section#aboutTHM li {
    list-style-type: none;
    padding: 10px;
    font-weight: 550;
}

main section#Membership {
    width: 100%;
    padding-bottom: 20px;
}

main section .membershipBG {
}

main section .membershipFrame {
    background-color: #fbdce4;
    justify-content: center;
    text-align: center;
}

main section .membershipGraphic {
    width: 100%;
    max-width: 550px;
}

main section .membershipSignUp {
    text-align: center;
}

main section h3 {
    font-size: 16px;
    font-weight: bold;
}

main section .membershipText {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
    font-size: 16px;
    color: #d35b81;
    letter-spacing: 1.15px;
    line-height: 30px;
}

main section .membershipText h2{
    font-size: 20px;
}

#Membership #pricing {
    display: none;
}

#Membership #pricing-mobile {
    padding: 0px 30px 0px 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    column-gap: 10px;
    row-gap: 10px;
    grid-auto-flow: row;
}

#Membership .standard-price-block {

}

main section .manageSubscription {
    font-size: 16px;
    font-weight: bold;
    padding: 40px 20px 20px 20px;
}

main section#GroupCoaching {
    width: 100%;
    padding-bottom: 20px;
}

main section .groupCoaching {
}

main section .groupCoachingFrame {
    /* background-color: #fbdce4;   */
    justify-content: center;
    text-align: center;
    padding-top: 20px;
}

main section .groupCoachingGraphic {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;

}

main section .groupCoachingSignUp {
    text-align: center;
}

main section .groupCoachingText {
    text-align: left;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom:  30px;
    font-size: 16px;
    color: #d35b81;
    letter-spacing: 1.15px;
    line-height: 30px;
}

main section .groupCoachingText h2{
    font-size: 20px;
}

#GroupCoaching #pricing {
    display: none;
}

#GroupCoaching #pricing-mobile {  
    padding: 5px;
    background-color: #fbdce4;
    border-radius: 10px;
}

/* #GroupCoaching #pricing h2 {
    font-size: 18px;
    color: #d35b81;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px;
}

#GroupCoaching #pricing h3 {
    color: #d35b81;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px;
}

#GroupCoaching #pricing h3{
    color: #d35b81;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
} */

main section#Coaching {
    width: 100%;
}

main section .CoachingBG {
    /*background-color: rgb(246, 246, 246);;*/
}

main section .CoachingFrame {
    justify-content: center;
    text-align: center;
}

main section .CoachingGraphic {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
}

main section .CoachingText {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom:  30px;
    font-size: 16px;
    color: #d35b81;
    letter-spacing: 1.15px;
    line-height: 30px;
}

main section .CoachingText li {
    padding-bottom: 15px;
}

main section .CoachingText h2 {
    padding-top: 10px;
    font-size: 20px;
}

main section .CoachingText h3 {
    font-size: 16px;
}

main section .CoachingSignUp {
    /*min-width: 450px;*/
    /*max-width: 1920px;*/
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    text-align: center;
}

#Coaching #pricing {
    padding: 20px;
    background-color: #fbdce4;
}

#Coaching #pricing h2 {
    font-size: 18px;
    color: #d35b81;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px;
}

#Coaching #pricing h3{
    color: #d35b81;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

main section#Contact_ME {
    width: 100%;
}

main section .contactBG {
}

main section .contactFrame {
    background-color: #fbdce4;
    justify-content: center;
    text-align: center;
    min-width: 50%;
}

main section .contactFrame #contact-form {
    width: 80%;
    padding: 10px 40px 20px 40px;
}

main section#Contact_Me .contactField {
    color: #646464;
    font-family: Lato, arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1.05px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
}

main section#Contact_Me #txtMessage {
    height: 200px;
    overflow-scrolling: auto;
}

main section#Contact_Me #btnSend {
    min-width: 75%;
}

main section#ContactThankYou {
    width: 100%;
}

main section .ContactThankYouBG {
}

main section .ContactThankYouFrame {
    background-color: #fbdce4;
    justify-content: center;
    text-align: center;
    width: 100%;
    color: #d35b81;
    padding: 20px 10px 10px 10px;
}

main section .ContactThankYouFrame #thankYouText {
    color: #d35b81;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 40px 15px 40px;
}

main section#ContactThankYou .BHlogo {
    width: 100%;
    min-width: 250px;
    max-width: 400px;
    padding: 0px 0px 20px 0px;
}

main section#GenMessage {
    width: 100%;
}

main section#GenMessage .GenMessageLogo {
    width: 100%;
    text-align: center;
}

main section .GenMessageBG {
}

main section .GenMessageFrame {
    background-color: #fbdce4;
    justify-content: center;
    text-align: center;
    width: 100%;
    color: #d35b81;
    padding: 20px 10px 10px 10px;
}

main section .GenMessageFrame .IntroLetter {
    text-align: left;
    line-height: 1.50;
    padding: 10px 20px 0px 20px;
}

main section .GenMessageFrame .IntroLetter li {
    padding-bottom: 20px;
}

main section#GenMessage .BHlogo {
    width: 100%;
    min-width: 250px;
    max-width: 250px;
    padding: 0px 0px 20px 0px;
}

.signature {
    font-weight: bold;
}

footer {
    padding-top: 35px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.25px;
}

footer div {
    text-align: center;
}

.centered {
    text-align: center;
}

