/**********************************
 * Header Section
 *********************************/
.MainHeader {
	min-height: 700px;
    /*background-size: cover !important;
    background-repeat: no-repeat;
    /*background: linear-gradient(rgba(72,0,72,0.4), rgba(192,72,72,0.4)), url("https://lifecoachsoftware.com/images/Home_1.png");  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("https://lifecoachsoftware.com/images/Home_Hero_New.png");  /* Chrome 10-25, Safari 5.1-6 */
    background-size: cover;
    background-repeat: no-repeat;
    /*background-color: #994000;*/
    /*background-color: #5D3FD3;*/
}
.create-account-button-top {
    padding: 10px 30px;
    background-color: #F68914;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}
.create-account-button-top:hover {
    background-color: #f69414;
    cursor: pointer;
}
.HeaderLogo {
    width: 350px;
}
.dm-sans {
    font-family: 'DM Sans'; 
}
.bask {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif; 
}

.header-text-row {
    margin-top: 12%;
}
.header-main-text {
    font-family: 'Kaushan Script', cursive;
    /*font-family: 'Pacifico', cursive;*/
    color: #fff;
    font-size: 60px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 600; 
    line-height: 62px;
}
.header-sub-text {
    color: #fff;
    font-size: 22px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 500; 
    line-height: 38px;
    max-width: 1000px;
    margin: 0 auto;
}
.create-account-button {
    padding: 10px 30px;
    background-color: #8cff98;
    color: #07211b !important;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    width: 250px;
    text-decoration: none;
}
.create-account-button-new {
    padding: 10px 30px;
    background-color: #Ff7459;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    width: 250px;
    text-decoration: none;
}
.create-account-button:hover {
    background-color: #a6ffaf;
    cursor: pointer;
}
.create-account-button-new:hover {
    background-color: #2cefbd;
    cursor: pointer;
}
.section-header {
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    color: #333333
}
.section-sub-text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #333333CC;
}

#logoText {
    font-family: 'Better Saturday', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}
#logoTextNew {
    font-family: 'Better Saturday', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #000;
}
.headline {
    font-family: 'Varela Round', sans-serif;
    letter-spacing: .01em;
    letter-spacing: .07em;
    color: #0C7387;
    font-style: normal;
    font-weight: 400;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 2.5rem;
}
.home-text {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 1.75rem;
    line-height: 2.25rem;
    color: #2d4950;
}
.home-text-small-headline {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 2.25rem;
    color: #0C7387;
}
/**********************************
 * First Section
 *********************************/
.text-section {
    margin-left: 30px;
}
.big-image img {
    width: 100%;

}







/**********************************
 * Features Section
 *********************************/
.light-orange-bg {
    background-color: #FFF2EA82;
}
.dark-orange-bg {
    background-color: #994000;
}
.feature {
    margin-top: 75px;
}
.icon-image-orange {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FEE1CF;
}
.icon-image-orange img {
    width: 50px;
    height: 50px;
}
.icon-text {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #373F43;
    width: 400px;
    margin-left: 30px;
}







/**********************************
 * Reviews Section
 *********************************/
.material-symbols-rounded {
    font-variation-settings:
    'FILL' 1,
    'wght' 500,
    'GRAD' 0,
    'opsz' 48
}









/**********************************
 * Meet Us Section
 *********************************/
.coach-image {
    width: 45%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.coach-jordan {
    background-image: url('https://lifecoachsoftware.com/images/Jordan_headshot.JPG');
}
.coach-frances {
    background-image: url('https://lifecoachsoftware.com/images/Frances_Headshot.jpeg');
}







/**********************************
 * Features 2 Section
 *********************************/
.feature-item {
    margin-bottom: 50px;
}
.feature-orange-dot {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #FEE1CF;
}
.feature-orange-dot img {
    width: 50px;
    height: 50px;
}
.feature-text {
    font-size: 24px;
    font-weight: 500;
    color: #2E3538;
}



/**********************************
 * FAQ Section
 *********************************/
.faq-sub-text {
    font-size: 16px;
    color: #515050;
}
.faq-header {
    font-weight: 700;
    font-size: 16px;
    color: #515050;
}
.faq-card:hover {
    cursor: pointer;
}
.faq-answer {
}







/**********************************
 * Fourth Section
 *********************************/





/**********************************
 * Pricing Section
 *********************************/
.big-pricing {
    font-weight: 700;
    color: #000;
    font-size: 50px;
}
.big-pricing:after {
    content: "per month";
    font-weight: 400;
    color: #FB9813;
    font-size: 22px;
}
.big-pricing-new {
    font-weight: 700;
    color: #2d4950;
    font-size: 50px;
}
.big-pricing-new:after {
    font-weight: 400;
    color: #ff845e;
    font-size: 22px;
}
.big-pricing span {
    font-weight: 400;
    color: #FB9813;
    font-size: 22px;
}
.pricing-feature {
    font-weight: 400;
    color: #333333CC;
    font-size: 22px;
}
.price-item {
    width: 300px;
}
.price-feature-list ul {
    list-style-type: none;
    width: 300px;
}
.price-feature-list ul li {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #333333CC;
    font-family: 'DM Sans';
    margin-bottom: 10px;
}
.price-feature-list ul li span {
    color: #000;
    margin-right: 10px;
}





/**********************************
 * Box Section
 *********************************/







/**********************************
 * Last Section
 *********************************/
.SecondaryHeader {
    min-height: 500px;
    /*background-size: cover !important;
    background-repeat: no-repeat;*/
    /*background: linear-gradient(rgba(72,0,72,0.4), rgba(192,72,72,0.4)), url("https://lifecoachsoftware.com/images/Home_1.png");  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("https://lifecoachsoftware.com/images/Home_5.png");  /* Chrome 10-25, Safari 5.1-6 */
    background-color: #0c7387;
}










/**********************************
 * Media Queries
 * *******************************/

/*lg*/
@media (max-width: 992px) {
    #logoTextNew {
        font-size: 30px;
    }
    .headline {
        font-size: 1.7rem;
        width: 100% !important;
    }
    .home-text {
        font-size: 1.5rem;
        width: 100% !important;
    }
    .create-account-button {
        font-size: 16px;
        width: 230px;
    }
    .coach-image {
        height: 250px;
    }
    .text-section {
        width: 100% !important;
    }



}


/*md*/
@media (max-width: 768px) {




}


/*sm*/
@media (max-width: 576px) {




}









