/*====================================================
                DEFAULT VALUES:

                Font Family                 : Roboto Condensed
             a   
                Greenish Blue               : #34c6d3       (Buttons, Icons, Links, Lines & Backgrounds)
                Steel Gray                  : #41464b       (Headings)
                Blue Bayoux                 : #4b4a4a       (Paragraphs)
                White                       : #fff          (Text With Black Backgrounds)
                Steel blue                  : #2f6184
                Soft Mauve                  : rgba(192, 176, 211, 0.92)
                Solid Mauve                 : rgba(146, 90, 214, 0.92)


======================================================*/


html,
body {
    height: 100%;
}

body {
    font-family: 'Lato';

}

p {
    color: rgba(146, 90, 214, 0.92);
    font-size: 28px;
    font-weight: 300;
    font-family: 'Lato';
}

h1 {
    color: rgba(146, 90, 214, 0.92);
    text-transform: uppercase;
    font-family: 'Lato';
}

h3 {
    color: rgba(146, 90, 214, 0.92);
    text-transform: uppercase;
    font-family: 'Lato';
}


h4 {
    color: rgba(146, 90, 214, 0.92);
    text-transform: uppercase;
    font-family: 'Lato';
}



.primary-color-background {
    background-color: #fff;

}

h3 {
    color: rgba(146, 90, 214, 0.92);
    text-transform: uppercase;
    font-family: 'Lato';
}



.height {
    min-height: 100vh;
    overflow: hidden;
}


.height-max {

    background: url("../img/webdesign.jpg");
    min-height: calc(100vh - 76px);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-animation-name: zoom;
    animation-name: zoom;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

}


/*====================================================
                       HEADER
======================================================*/

header.header {
    padding-top: 80px; /* Adjust based on navbar height */
}

@media (max-width: 991px) {
    header.header {
        padding-top: 70px; /* Adjust for smaller screens */
    }
}

#header {
    scroll-margin-top: 80px; /* Ensure anchor links account for navbar height */
}

.header {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
}



#header {

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 222, 222, 0.6)), to(rgba(39, 60, 222, 0.8))), url("../img/cover.jpg");
    background: linear-gradient(rgba(235, 222, 222, 0.6), rgba(39, 60, 222, 0.8)), url("../img/cover.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;

}


#header p {

    color: #fff;
    font-family: 'Lato';
    font-size: 20px;
    margin-left: 20px;
    text-align: left;

}





/*====================================================
                       TITLE
======================================================*/



.title-heading {
    border-left: 0.2rem solid rgba(146, 90, 214, 0.92);
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    font-family: 'Lato';
}


.title {
    font-weight: 500;
    font-size: 1.9rem;
    color: #fff;
    font-family: 'Lato';
}





/*====================================================
                       NAVIGATION
======================================================*/

.navbar {

    background-color: rgba(192, 176, 211, 0.92);
}



.nav-link {
    color: White;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Lato';
}

.nav-link:hover {

    color: rgba(146, 90, 214, 0.92);
}

.navbar-toggler {
    background-color: rgba(146, 90, 214, 0.92);
    border: 1px solid Black;
    border-radius: 50px;
    padding: 10px 5px 10px 5px;
}


.navbar-collapse {
    max-height: none !important;
}

.nav-icon {
    color: rgb(255, 128, 0);
    text-decoration: none !important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font-size: 1rem;
    letter-spacing: 1rem;
}

.nav-icon:hover {
    color: rgba(146, 90, 214, 0.92);
}

.logo {

    border-radius: 50%;
    height: 65px;
    width: 65px;
}



/*====================================================
                       WHY COACHING 
======================================================*/


#whycoaching p {

    color: #0e3855;
    font-size: 21px;
    font-weight: 300;
    font-family: 'Lato';

}




/*====================================================
                       BIO COACH 
======================================================*/


#biocoach p {

    color: #0e3855;
    font-size: 21px;
    font-weight: 300;
    font-family: 'Lato';
}

#biocoach img {

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 470px;
    border-radius: 50%;
    padding-top: 20px;
}



/*====================================================
                       INVESTMENT OPTIONS
======================================================*/


#pricing-cards {
    background: #fff;
}

#pricing-cards .dollar-sign {
    font-size: 2em;
    color: rgba(146, 90, 214, 0.92);
}



#pricing-cards .first {
    border-top: none !important;
}




#pricing-cards h3 {
    color: rgba(146, 90, 214, 0.92);
    text-transform: uppercase;
    font-family: 'Lato';

}

#pricing-cards p {
    color: rgba(146, 90, 214, 0.92);
    text-transform: uppercase;
    font-family: 'Lato';
    font-size: 48px;
    padding-top: 10px;

}

.card-text h4 {
    color: rgba(146, 90, 214, 0.92);
    text-transform: uppercase;
    font-family: 'Lato';
    font-size: 18px;

}



/*====================================================
                       SERVICES
======================================================*/

#coachbio {

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 5, 5, 6)), to(rgba(5, 5, 5, 0.3))), url("../img/bio1.jpg");
    background: linear-gradient(rgba(5, 5, 5, 6), rgba(5, 5, 5, 0.3)), url("../img/bio1.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}



#coachbio h1 {

    color: white;
}

#coachbio h4 {

    color: white;
    font-family: 'Lato';
    font-size: 20px;


}


#coachbio ul {

    color: white;
    font-family: 'Lato';
    font-size: 18px;
    margin: auto;
    text-align: left;
    padding: 5px 0px 25px 35px;
}




/*====================================================
                       CONTACT
======================================================*/

#footer-cover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/strand.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/strand.jpg");
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-bottom: 9%;
    padding-top: 7%;

}


#contact-left h3,
#contact-right h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-left: 20px;
    text-transform: uppercase;
    font-family: 'Lato';
    padding-top: 30px;
}

#contact-right {
    color: #fff;
    margin: 0 auto;

}

#contact-left {
    color: #fff;
    padding: 35px 5px 5px 35px;
    margin: 0 auto;

}


#contact-right p {
    color: #fff;
    display: inline-block;
    font-family: 'Lato';
    font-size: 23px;
    margin: 0 auto;

}


address {
    color: #fff;
    margin-top: 50px;
    font-family: 'Lato';

}



#phone-fax-email {
    float: right;
    margin: 0 auto;
}




/*====================================================
                      FOOTER BOTTOM
======================================================*/




#footer-bottom {
    padding: 20px 0;
    background-color: rgba(192, 176, 211, 0.92);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-family: 'Lato';
    text-align: center;
}


#footer-copyrights p {
    margin: 0;
    color: #fff;
    font-family: 'Lato';
    font-size: 16px;
}

#footer-menu {
    float: left;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato';

}

#footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu ul li {
    display: inline-block;
    font-size: 16px;
}

#footer-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
    font-family: 'Lato';
}

#footer-menu a:hover {
    color: #841d80;
}


/*====================================================
                       FOOTER BOTTOM 2
======================================================*/



#footer-bottom2 {
    padding: 20px 0;
    background-color: rgba(192, 176, 211, 0.92);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-family: 'Lato';
    text-align: center;

}



/*====================================================
                       SOCIAL
======================================================*/

.social-list {
    padding-left: 10;
}

.social-list li {
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 26px;
    margin-top: 10px;

}


.social-icon1 {
    color: #e84e6d
}


.social-list img {

    width: 42px;
    margin-right: 26px;
    padding-bottom: 30px;

}



/*====================================================
                       APPLICATIONS
======================================================*/


#headerb {

    background-color: rgba(192, 176, 211, 0.92);


}


#headerb img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;

}



#applications p {

    color: #fff;
    font-family: 'Lato';
    font-size: 20px;
    margin-left: 20px;
    text-align: left;

}


#applications {
    background-color: rgba(192, 176, 211, 0.92);
    padding-bottom: 70px;
}

#application-form {
    width: 100%;
}



#application-contact h3 {
    color: Black;
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;

}



.form-group {
    padding: 5px;
    margin: auto;
    width: auto;

}



.form-inline {
    width: auto;
    padding: 8px;
    margin: auto;


}


label {

    color: Black;
    font-weight: 200;
    font-size: 17px;
    padding-right: 10px;

}


.parent {
    width: auto;
    padding: 10px;
    margin: auto;

}


/*====================================================
                      BUTTONS 
======================================================*/

.white__btn {

    color: #fff;
    border: 0.1rem solid rgba(136, 65, 219, 0.92);
    background: transparent;
}

.white__btn:hover {

    color: white;
    background: rgba(175, 137, 221, 0.92);
}

.btn-lg {

    color: #fff;
    border: 0.1rem solid rgba(136, 65, 219, 0.92);
}


#back .btn-lg {

    color: White;
    margin: 15px 50px 25px 50px;
}


.btn-lg2:hover {

    color: white;
    background: rgba(175, 137, 221, 0.92);
}

.btn-lg2 {

    color: rgba(175, 137, 221, 0.92);
    border: 0.1rem solid rgba(136, 65, 219, 0.92);
}


#back .btn-lg2 {

    color: White;
    margin: 15px 50px 25px 50px;
}


.btn-lg:hover {

    color: white;
    background: rgba(175, 137, 221, 0.92);
}