body {
    --nav-height: 50px;
    background-image:
        /*linear-gradient(rgba(102, 52, 240, 0.9), rgba(98, 49, 237, 0.3)),*/
        url("imgs/IMG_5528-3rd.png");
    /*background-color: rgb(131, 159, 172);*/
    padding-top: var(--nav-height);
    background-size: cover;
    height: 100vh;
    /*width: auto;*/
    font-family: "Merienda", sans-serif;
    overflow-x: hidden;
}

#mainNavbar {
    /*font-size: 0 rem;*/
    font-weight: 700;
    height: var(--nav-height);
    opacity: 0.5;
    transition: transform 500ms;
}

.nav-hidden {
    transform: translateY(calc(-1 * var(--nav-height)));
    box-shadow: none;
}

#mainNavbar .nav-link {
    padding-top: 0.65rem;
    padding-right: 0.65rem;
    padding-left: 0.65rem;
    color: white;
    border-bottom: 0.25rem solid transparent;
}

#mainNavbar .nav-link:hover {
    border-bottom-color: #f9f7fc;
}

#mainNavbar .navbar-brand {
    font-family: "Merienda", sans-serif;
    color: rgb(251, 251, 253);
    font-weight: 1000;
}

.SiteLogo {
    margin-right: 1em;
    width: 1.5em;
    height: 1.5em;
}

#jumbotron {
    margin-top: 70px;
    margin-bottom: 170px;
    /* padding-bottom: 100px;*/
    height: auto;
    width: auto;
}

#suitPics .desCard-img {
    margin-top: 1.5em;
    width: 3.2em;
    height: 3.2em;
    margin-left: 75px;
    margin-right: 10px;
}


#headingGroup .WYD {
    margin-top: 100px;
    margin-left: 100px;
    margin-bottom: 80px;

}

#headingGroup h1 {
    font-weight: 300;
    font-size: 40px;
    color: rgb(248, 247, 250);

}

#headingGroup2 h4 {
    font-weight: 400;
    font-size: 25px;
    color: rgb(248, 247, 250);
    margin-left: 150px;
}

#headingGroup2 .HTH2 {
    font-weight: 400;
    font-size: 25px;
    color: rgb(249, 248, 252);
    margin-left: 120px;

}

#headingGroup2 .HTH3 {
    font-weight: 400;
    font-size: 25px;
    color: rgb(255, 255, 255);
    margin-left: 50px;

}

.take-action {
    /*color: white;
    font-weight: 500;*/
    background-color: #348efe;
    margin-top: 25px;
    margin-left: 175px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #9dd1ff;
    color: #f2f4f7;
    display: inline-block;
    padding: 15px 33px;
    text-decoration: none;
    /*margin: 20px 0; */
    transition: background-color 200ms ease-in-out;
}

#featuresSec {
    margin-top: -400px
}

.featuresHeading {
    padding-top: 10px;
    margin-right: 115px;
    text-decoration: none;
    color: rgb(252, 251, 253);

}

.instaSocial {
    width: 75px;
    height: auto;
    border-radius: 30%;
    margin-right: 250px;
    margin-top: 75px;
    /*padding: 5px;*/
}

ol,
ul {
    list-style: none;
}


#aboutSection {
    background-image: url("imgs/Wallpaper5.PNG");
    background-color: #1c4d8d;
    background-size: cover;
    color: rgb(250, 249, 249);
    font-size: 17.5px;
    margin-top: 70px;
    padding-bottom: 100px;
    text-align: center;
    height: auto;
    width: auto;
}

.aboutHeader {
    font-size: 40px;
    padding-top: 20px;
    margin-bottom: -20px;
}

.DestinyDes {
    font-size: 1.2rem;
    margin-top: 100px;
    padding-left: 50px;
    /*padding-right: 100px;*/
    float: left;
    position: relative;
    /*text-align: center;*/
    letter-spacing: 1px;
    line-height: 1.9;
}


.SysSym img {
    width: 15rem;
    height: auto;
    border: 5px solid silver;
    margin-top: 50px;
    /*margin-right: -150px;
    /* position: relative;
    text-align: center;*/
}

.aboutMe {
    font-size: 1.2rem;
    padding-left: 50px;
    padding-right: 50px;
    /*text-align: center;*/
    letter-spacing: 1px;
    line-height: 2;

}

.aboutMe img {
    width: 12rem;
    height: auto;
    margin-left: 50px;
    margin-right: 100px;
    /*padding-right: 50px;*/
    border: 5px solid silver;
    margin-top: 15px;
    padding-bottom: -10px;

}

.aboutIcon .fa-star {
    color: white;
    font-weight: 1.9rem;
    width: 100px;
    height: auto;
    padding-left: 5px;
}

.panel {
    background-image:
        /*linear-gradient(rgba(102, 52, 240, 0.9), rgba(98, 49, 237, 0.3)),*/
        url("imgs/IMG_5164.png");
    background-size: cover;
    font-family: "Nunito", sans-serif;
    margin-top: -200px;
    margin-bottom: -100px;
    background-color: #85a9d6;
    border-radius: 10px;
    padding: 15px 25px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    /*border-bottom: 50px solid #e1f1ff;*/
}

.panelHeader {
    text-align: center;
    text-decoration: dotted;
    font-size: 40px;
    /* padding-top: -100px;*/
    padding-bottom: 70px;
    margin-bottom: -70px;
    /*margin-top: 50px;*/
}


.pricing-plan {
    padding: 15px 25px;
    margin: 200px 7px 150px;
    background-color: white;
    border-radius: 10px;
    border: 7px solid silver;
    width: 300px;
    height: 700px;
}

.pricing-img {
    max-width: 7.5em;
    border-radius: 50%;

}

.pricing-header {
    color: #888;
    font-weight: 600;
    font-size: medium;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

/*.featuresIcon {
    margin: 50px 0px 25px -40px;
    color: red
}*/

.pricing-features {
    margin: 40px 0px 25px -40px;
    color: #0c0c0c;

}

.pricing-features-time {
    color: #016ff9;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
    padding: 10px 10px 0px 10px;

}


.pricing-features-item {
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 1.5;
    margin-top: 10px;
    padding: 5px 10px 5px 10px;
    /*border-top: 1px solid #0e6dc0;*/

}

.pricing-price {
    color: #016ff9;
    display: block;
    font-size: 32px;
    font-weight: 700;

}

.pricing-button {
    border: 1px solid #9dd1ff;
    border-radius: 10px;
    color: #348efe;
    display: inline-block;
    padding: 15px 33px;
    text-decoration: none;
    margin: 20px 0;
    transition: background-color 200ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
    background-color: #e1f1ff;
}

.pricing-button.is-featured {
    background-color: #48aaff;
    color: white;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:focus {
    background-color: #269aff;
    color: white;
}



.leftQuote {
    color: white;
    width: 25px;
    padding-right: 5px;
    height: auto;
}

.rightQuote {
    color: white;
    width: 25px;
    padding-left: 5px;
    height: auto;

}


.SiteLogo2 {
    margin-right: 12px;
    width: 1.5em;
    height: 1.5em;
    margin-top: 25px;
}

.brand {
    color: white;
    /*font-family:Nunito;*/
    margin-left: 35px;
    position: relative;
    top: -27px;
    font-weight: 1000;
    font-size: 1.5em;

}

.fa-brands {
    color: #f8f7fa;
    font-weight: 200;
    font-size: 60px;
    padding: 0px 20px 20px 20px;
    margin-top: -200px;
    text-decoration: none;
}

.fa-brands:first-child {
    padding-left: 0px;
}

.contactInfo {
    background-color: #6d8493;
    background-size: cover;
    background-image:
        linear-gradient(rgba(13, 13, 14, 0.9), rgba(8, 7, 10, 0.3)),
        url("imgs/Contact\BG.PNG");
    margin-top: -10px;
    margin-bottom: auto;
}

.contHead {
    margin-top: -70px;
    color: white;
    font-size: 25px;
    padding-bottom: 50px
}

.contactUs {
    color: white;
    font-size: 15px;
    top: -300px
}

.btn {
    color: white;
    background-color: #348efe;
    border: 1px solid #9dd1ff;
    border-radius: 10px;
    /*color: #348efe;*/
    display: inline-block;
    padding: 15px 33px;
    text-decoration: none;
    margin: 20px 0;
    transition: background-color 200ms ease-in-out;
}

.btn:hover {
    color: #fe3499;
    background-color: white;
}



.leftFooter {
    width: 500px;
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 80px;
    float: right;
}

.scheduleappointment {
    margin-left: 55px;
    margin-bottom: 20px;
}

.rightFooter {
    width: 500px;
    float: left;
    margin-top: -50px;
    margin-left: 50px;
    padding-top: 100px;

}

.footer-nav1 {
    list-style-type: none;
}

.footer-nav2 {
    float: right;
    position: relative;
    top: -190px;
    list-style-type: none;
}

.foot-item {
    font-size: 17px;
    text-align: left;
    /* margin-left: -100px;*/
}

.foot-item .foot-link {
    color: white;
    text-decoration: none;
    line-height: 3.5rem;

}

.foot-item .foot-font {
    color: whitesmoke;
    text-decoration: none;
    line-height: 3.5rem;
    padding-right: 5px;

}

.foot-link:hover {
    color: white;
    border-bottom: 0.25rem solid transparent;
    border-bottom-color: #85a9d6;
}



.copy {
    color: white;
    background-color: black;
    text-align: center;
    font-size: small;
    padding: 20px;
    margin-top: auto;
    margin-bottom: auto;
}


@media screen and (max-width:900px) {

    /*body {
        padding-right: -600px;
    }*/


    #mainNavbar .navbar-brand {

        font-family: "Merienda", sans-serif;
        color: rgb(251, 251, 253);
        font-size: 1em;
        text-align: center;
    }


    .SiteLogo {
        margin-left: -1.5em;
        width: 1.5em;
        height: 1.5em;
    }

    #mainNavbar .navbar-toggler {
        font-size: 0.8rem;
        /*margin-right: -115px;*/


    }

    #mainNavbar .nav-link {
        font-size: 0.8rem;
        text-align: right;
        color: rgb(250, 247, 247);
        border-bottom: none;
    }


    #suitPics .desCard-img {
        margin-top: 1.5em;
        width: 2.2em;
        height: 2.2em;
        margin-left: 50px;
        margin-right: 5px;
    }

    #headingGroup .WYD {
        font-size: -1.5rem;
        text-align: center;
        margin-left: 40px;
        margin-right: 20px;

    }

    #headingGroup2 .HTH {
        text-align: center;
        font-size: 1.2rem;
        margin-top: -40px;
        margin-left: 30px;

    }

    #headingGroup2 .HTH2 {
        text-align: center;
        font-size: 1.2rem;
        margin-left: 50px;
        margin-right: 50px;

    }

    #headingGroup2 .HTH3 {
        text-align: center;
        font-size: 1.2rem;
        margin-top: -10px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .take-action {
        font-size: .5rem;
        margin-top: 25px;
        margin-left: 125px;
    }



}


/*@media screen and (min-width:900px) and (max-width:1200px) {}

/*@media (max-width: 900px) {
    #headingGroup2 {
        font-weight: 500;
        font-size: 1rem;
        /*margin-top: 50px;
        margin-left: 80px;
    }

    #headingGroup2 {
        padding-top: 50px;
    }


}*/




@media screen and (max-width: 900px) {



    .panel {
        flex-direction: column;
        /*height: 75.5rem;*/
        padding-bottom: 225px;

    }

    .panelHeader {
        font-size: 1.5em;
        padding-top: -250px;

    }

    .pricing-plan {
        margin-bottom: -175px;
        border-radius: 50%;
        padding: 25px 50px;
        height: 14em;
        width: 15em;
    }

    .pricing-img {
        max-width: 3.5em;
        /*border-radius: 50%;*/

    }


    .pricing-features {
        visibility: hidden;

    }

    .pricing-price {
        visibility: hidden;

    }

    .pricing-button {
        visibility: hidden;

    }

    /*.pricing-plan:last-child {
        border-right: none;
    }

    .contactInfo {
        flex-direction: column;
    }*/

}


@media screen and (max-width: 900px) {

    /*#aboutSection {
        background-image: url("imgs/Wallpaper5.PNG");
        background-color: #1c4d8d;
        background-size: cover;
        color: rgb(250, 249, 249);
        font-size: 17.5px;
        margin-top: 70px;
        padding-bottom: 100px;
        text-align: center;
        height: auto;
        width: auto;
    }*/

    .aboutHeader {
        font-size: 1.5rem;
        padding-top: 20px;
        margin-bottom: -20px;
    }

    .DestinyDes {
        font-size: 1rem;
        text-align: justify;
        padding-right: 50px;
        letter-spacing: 0.5px;
    }


    .SysSym img {
        width: 10rem;
        /*height: auto;
        border: 5px solid silver;*/
        margin-top: 5px;
        /*margin-right: -150px;
        position: relative;
        text-align: center;*/
    }

    .aboutMe {
        font-size: 1rem;
        text-align: justify;
        padding-top: 20px;
        padding-right: 50px;
        letter-spacing: 0.5px;
    }

    .SiteLogo2 {
        /*margin-right: 12px;*/
        width: 2.5em;
        height: 2.5em;
        /*margin-top: 25px;*/
    }



    .brand {
        padding-left: -15px;
        font-size: 1.2em;
        text-align: center;

    }

    .foot-item {
        font-size: 0.8em;
        margin-left: 20px;
        text-align: justify;

    }

    .foot-item .fa-hand-point-right {
        font-size: 1em;
        margin-left: -25px;
        /*text-align: left;*/

    }

    .scheduleappointment {
        text-align: center;
        margin-left: -20px;

    }

    .rightFooter {
        /*width: 450px;
        /*float: left;*/
        /*margin-top: -50px;*/
        margin-left: 5px;
        /*margin-right: 200px;*/
        /*padding-top: 100px;*/
    }


    .fa-brands {
        /*text-align: center;*/
        margin-left: 170px;
        font-size: 2.5em;
        /*padding: 0px 1px 1px 1px;
        margin-top: -200px;
        text-decoration: none;*/

    }

    /*.fa-brands .fa-tiktok {
        padding-left: 10px;
    }*/

    .contHead {
        margin-top: -20px;
        margin-left: -5px;
        font-size: 1.5em;
        padding-bottom: 50px;
        text-align: center;
    }






}

@media screen and (max-width: 670px) {

    #suitPics .desCard-img {
        margin-top: 1.5em;
        width: 2em;
        height: 2em;
        margin-left: 45px;
        margin-right: 5px;
    }
}
