/*
*
* ===========================================================
*     NAVBAR
* ===========================================================
*
*/

body {
    background-color: black;
}

h2, p {
    color: white;
}

.img-fluid {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.brand {
    width: auto;
    height: 25px;
}

.color {
    box-shadow: inset 0px -8px 0 rgba(45, 148, 203, 0.6);
}

.navbar {
    border-bottom: 2px solid #eee;
    background: black;
}

.navbar {
    padding: 1rem 1rem;
}

.navbar-brand {
    width: 7.5rem;
}

.btn-primary {
    color: #fff;
    background-color: #ff8000;
    border-color: #ff8000;
    box-shadow: 0 2px 10px rgba(255, 128, 0, 0.2);
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff8000;
    border-color: #ff8000;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 128, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 128, 0, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #ff8000;
    border-color: #ff8000;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff8000;
    border-color: #ff8000;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 128, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 128, 0, 0.5);
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #ff8000 !important;
    border-color: #ff8000 !important;
}


/*
*
* ===========================================================
*     HERO
* ===========================================================
*
*/

.hero {
    padding: 6.25rem 0;
}

.lead {
    padding-top: 20px;
}

.app-store-badge {
    width: 200px;
    margin-top: 20px;
}


/*
*
* ===========================================================
*     FEATURES
* ===========================================================
*
*/

.gradient-1 {
    background: linear-gradient(150deg, white, white) !important;
    -webkit-box-shadow: 0 2px 4px rgba(36, 8, 128, 0.2);
    box-shadow: 0 2px 4px rgba(36, 8, 128, 0.1);
}

.gradient-icon {
    border-radius: 0.8rem;
    width: 3.5rem;
    height: 3.5rem;
    color: #fff;
    background: #540CFA;
    line-height: 3.5rem;
    text-align: center;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}


/*
*
* ===========================================================
*     SHOWCASE SECTION
* ===========================================================
*
*/

.app-showcase {
    padding: 6.25rem 0;
}

.showcase-image-holder {
    position: relative;
    margin: 3rem;
}

@media (max-width: 991.98px) {
    .showcase-mockup {
        display: block;
    }
}

.showcase-image {
    top: -5rem;
    right: -90%;
    z-index: -1;
    width: 250px;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.showcase-link {
    font-weight: 600;
    color: #999;
}

@media (max-width: 767.98px) {
    .showcase-link {
        font-size: 1rem !important;
    }
}

.showcase-link i {
    color: rgba(84, 12, 250, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 1.5rem;
}

.showcase-link.active,
.showcase-link:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    color: rgba(255, 128, 0, 1) !important;
}

.showcase-link.active i,
.showcase-link:hover i {
    color: #540CFA;
}

.nav-link.active {
    background-color: white !important;
    color: rgba(255, 128, 0, 0.8) !important;
}


/*
*
* ===========================================================
*     FOOTER SECTION
* ===========================================================
*
*/

.footerText {
    color: #666;
    display: block;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
}

.footerIcons {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
}

.footerLinks {
    text-align: center;
    padding-bottom: 40px;
}

.socialIconBack {
    color: rgb(230, 230, 230);
}

.socialIconTop {
    color: rgb(102, 102, 102);
}

.footerText a:link {
    color: rgba(255, 128, 0, 1) !important;
}

.footerText a {
    color: rgba(255, 128, 0, 1) !important;
}

.footerLinks a:link {
    color: rgba(255, 255, 255, 1) !important;
}

.footerLinks a {
    color: rgba(255, 255, 255, 1) !important;
}
