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: 14px;
    letter-spacing: 1.05px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

section {
    padding: 15px 15px 5px 15px;
}

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 #hamburger-input{
    display: none;
}

header #top-mobile-navbar {
    display: none;
}

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

header nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    text-transform: uppercase;
    font-size: 14px;
    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;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;

}

main section#TopLogo .BHlogo {
    width: 550px;
    padding: 20px;
}

main section#TopLogo .spacer {
    display: none;
}

main section#TopLogo .topPromoGraphic {
    width: 500px;
    border-radius: 20px;
    margin-left: 75px;
}

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

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

main section#AboutMe .AboutMeBG {
    /*background-color: #fbdce4;*/
    background-color: rgb(246, 246, 246);
    /*background-image: url("/images/cherry_blossoms.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    width: 1820px;
    border-radius: 10px;
    padding: 50px;
}

main section#AboutMe .AboutMeContent {
    background-color: -moz-default-background-color;
    border-radius: 30px;
    padding: 0px 50px 0px 50px;
    min-width: 250px;

}

main section#AboutMe .AboutMeText {
    font-size: 1.35em;
    text-align: left;
    line-height: 30px;
    color: #d35b81;
    min-width: 250px;
    padding: 50px 100px 0px 100px;
}

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 {
    border-radius: 10px;
    box-shadow: 3px 3px 10px 1px rgb(125, 125, 125);
    width: 100%;
    min-width: 500px;
    max-width: 650px;
}


main section#aboutTHM {
    padding: 20px 20px 0px 20px;
}

main section#aboutTHM .AboutTHM {
    width: 50%;
    min-width: 500px;
    max-width: 650px;
    background-color: #fbdce4;
    padding: 50px 20px 50px 20px;
    border-radius: 50px;
    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 {
    display: flex;
    align-items: center;
    justify-content: center;
}

main section .membershipBG {
    background-image: url("/images/cherry_blossoms.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 1920px;
    border-radius: 10px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main section .membershipFrame {
    padding: 20px;
    background-color: #fbdce4;
    max-width: 1720px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}

main section .membershipGraphic {
    width: 550px;
    border-radius: 0px 20px 20px 0px;
}

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

main section .membershipSignUp {
    width: 90%;
    min-width: 450px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: center;
}

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

#Membership #pricing {

}

#Membership #pricing-mobile {
    display: none;
}

main section .manageSubscription {
    font-size: 14px;
    font-weight: bold;
}

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

main section .groupCoachingBG {
    /*
    background-image: url("/images/cherry_blossoms.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 1920px;
    border-radius: 10px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
     */

    background-color: rgb(246, 246, 246);
    width: 100%;
    max-width: 1920px;
    border-radius: 10px;
    padding: 0px;
}

main section .groupCoachingFrame {
    /*
    padding: 20px;
    background-color: #fbdce4;
    max-width: 1720px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
     */

    padding: 20px;

    /*width: 100%;*/
    /*max-width: 1800px;*/
    display: flex;
    align-items: center;
    justify-content: center;

}

main section .groupCoachingGraphic {
    width: 550px;
    border-radius: 0px 20px 20px 0px;
}

main section .groupCoachingText {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom:  40px;
    font-size: 18px;
    color: #d35b81;
    letter-spacing: 1.15px;
    line-height: 35px;
}

main section .groupCoachingSignUp {
    /*
    width: 90%;
    min-width: 450px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: center;
    */

    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: center;

}

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

#GroupCoaching #pricing h2 {
    color: #d35b81;
}

#GroupCoaching #pricing h3 {
    color: #d35b81;
}


#GroupCoaching #pricing-mobile {
    display: none;
}


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

main section .CoachingBG {
    background-color: rgb(246, 246, 246);
    width: 100%;
    max-width: 1920px;
    border-radius: 10px;
    padding: 0px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*border: solid 3px #fbdce4;*/
}

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

main section .CoachingFrame {
    padding: 20px;

    /*width: 100%;*/
    /*max-width: 1800px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

main section .CoachingGraphic {
    width: 400px;
    border-radius: 0px 20px 20px 0px;
}

main section .CoachingText {
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom:  40px;
    font-size: 18px;
    color: #d35b81;
    letter-spacing: 1.15px;
    line-height: 35px;
}

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

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

#Coaching #pricing h2 {
    color: #d35b81;
}

#Coaching #pricing h2#basics {
    padding-bottom: 20px;
}

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

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

main section .contactBG {
    background-image: url("/images/cherry_blossoms.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 1920px;
    border-radius: 10px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main section .contactFrame {
    padding: 20px;
    background-color: #fbdce4;
    max-width: 1720px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50%;

}

main section .contactFrame #contact-form {
    width: 80%;
    padding: 0px 40px 0px 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#ContactThankYou {
    display: flex;
    align-items: center;
    justify-content: center;
}

main section .ContactThankYouBG {
    background-image: url("/images/cherry_blossoms.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 1920px;
    border-radius: 10px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main section .ContactThankYouFrame {
    padding: 20px;
    background-color: #fbdce4;
    max-width: 1720px;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 75%;
    min-width: 500px;
    color: #d35b81;
}

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

main section#ContactThankYou .BHlogo {
    width: 400px;
    padding: 20px;
}

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

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

main section .GenMessageBG {
    /*background-image: url("/images/cherry_blossoms.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    width: 100%;
    max-width: 1920px;
    /*border-radius: 10px;*/
    padding: 10px 50px 10px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main section .GenMessageFrame {
    padding: 20px;
    background-color: #fbdce4;
    max-width: 1720px;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 75%;
    min-width: 500px;
    color: #d35b81;
}

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

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

main section#GenMessage .BHlogo {
    width: 250px;
    padding: 20px;
}

.signature {
    font-weight: bold;
}

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

footer div {
    text-align: center;
}

.centered {
    text-align: center;
}

