#Mobile-Logo {
    display: none;
}

.textInput {
    margin-top: 10%;
    width: 300px;
    background: transparent;
    outline: none;
    border: none;
    box-shadow: 0px 3px #4829B2, 0px 0px;
    color: #4829B2;
}

.footer {
    background-color: #4829B2 !important;
}

#dark-logo {
    width: 100px !important;
}

#light-logo {
    width: 100px !important;
}

@media (max-width:1200px) {

    .navbar {
        background-color: transparent;
        justify-content: center !important;
    }

    .navbar-brand {
        margin: auto !important;
    }

    #dark-logo {
        display: none !important;
    }

    #light-logo {
        width:  350px !important;     
        height: 350px !important;
        display: block !important;
        margin: auto !important;   
    }

    #Nav-Container {
        background-color: transparent;
    }

    .tab-pane {
        text-align: center;
        padding: 15px;
    }

    #Submit-Button {
        text-align: center;
        justify-content: center;
    }

    #demo-6 {
        padding-top: 10%;
    }

}

/*
Diff Mobile Look for Nav-Bar
 @media (max-width:1200px) {
    .navbar {
        background-color: transparent;
        justify-content: center !important;
    }

    .navbar-brand
    {
        margin: auto !important;
    }

    #dark-logo
    {
        display: none !important;
    }

    #light-logo
    {
        display: block !important;
        margin: auto !important;
    }

    #Nav-Container {
        background-color: transparent;
    }

    .tab-pane {
        text-align: center;
        padding: 15px;
    }

    #Submit-Button {
        text-align: center;
        justify-content: center;
    }
} 
*/