@media (min-width:700px) and (max-width:1200px){
    .logo {
        max-height: none !important;
    }


    .Myjourney {
        width: 100%;
    }

    .footerUL { 
        width: 85% !important;
    }
    .Mjspeaker { 
        margin-right: 0px;
        margin-left: 30%;
    }

    .onlyDesktop{
        display: none !important;
    }
    .onlyMobile{
        display: block !important;
    }

    #main-section{
        margin-top: 230px;
    }

    .Myjourney {
        margin-top: 0rem;
        width: 100%;
    }

    .cd-img2 { 
        margin-top: -78px;
    }

    .aboutme { 
        margin-top: 1px; 
        width: 100%; 
    }
}
 

@media (min-width: 800px){
    .journey-title {
        margin-top: 6rem;
    }

    .journey-text {
        display: none;
    }
    .face-logo {
        top: -59px;
    }
    #one-section {
        margin-top: 3rem !important;
    }
    #first-section .container { 
        padding-top: 0rem;
    }
    #program-section {
        margin-top: 3rem!important;
    }
}

#app{
    overflow: hidden;
}
#header {
     height: auto !important; 
}
#journey-section .container { 
    padding-top: 15px;
}
.face-logo {
    top: -158px;
}
.journey-title {
    margin-top: 0px;
}
@media (max-width: 700px){
    .face-logo {
        display: none !important;
    }
    .footerUL {
        margin-left: 10px !important;
    }
    #journey-section .container { 
        padding-top: 0px !important; 
    }
    .journey-title {
        font-size: 2.5rem !important; 
        text-align: center !important; 
        line-height: 2.5rem !important; 
    }
    .journey-create-account {
        margin-top: 1rem;
    }
}


@font-face {
    font-family: "AvenirLTStd";
    src: url('../fonts/AvenirLTStd.ttf');
}

div,p,h1,h2,h3,h4,h5,h6,a,span,li,ul{
    font-family: "AvenirLTStd" !important;
}

.thm-btn.bg-thm-color-two{
    text-transform: capitalize;
}

.slider-link {

display: block;
    z-index: 10;
    text-decoration: none; /* Remove underline */
    color: inherit; /* Ensure the color is not changed */
}

#journey-section{
    margin: 0;
}
.termsConditions{
margin-bottom: 5%;
}
.model-more{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px !important;
}
.model-more {
    background-color: #B69558 !important;
    border-radius: 0.5rem !important; 
    color: white !important;
    font-weight:600 !important;
    margin: auto;
    margin-top: 1rem !important;
    padding: 1rem 1.5rem !important;
    text-align: center !important;
}