html {
    height: 100%;

}

body {
    background-image: url(../images/content/ml-app/ml_app_landing_bg.jpg);
    background-position: center; /*Positioning*/
    background-repeat: no-repeat; /*Prevent showing multiple background images*/

    background-size: cover;
    height: 100%;

    font-family: 'Montserrat',sans-serif !important;
    font-weight: 300 !important;
    scroll-behavior: smooth;
}

.background-faded-black {
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
}

.background-faded-white{
    background-color: rgba(255, 255, 255, 0.5);
}

.top-menu {
    top: 0;
}

.text-black {
    color: black !important;
}

.nav-link.active {
   border-bottom: 1px solid black !important;
    border-bottom-color: black !important;
    background-color: inherit !important;
    border: 1px solid transparent;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}


@media (max-width: 992px) {

    .lead {
        font-size: 1.0rem;
    }

    .h1, h1 {
        font-size: 1.5rem;
    }

    .h2, h2, .h3, h3 {
        font-size: 1.25rem;
    }

}

@media (max-width: 768px) {

    .store-link {
        width: 170px !important;
    }

    .about-ml, .advantages {
        height: 125px;
        overflow: auto;
    }

    .advantages {
        padding-left: 15px !important;
    }

    .store-buttons a, .store-buttons span {
        font-size: .75rem;
    }
}

@media (max-width: 768px) and (min-height: 820px)  {

    .about-ml, .advantages {
        height: auto;
        overflow: auto;
    }
}


@media (min-width: 992px) and (max-height: 800px)  {

    .phone-images {
        max-width: 25% !important;
        flex: 0 0 25% !important;
    }

    .tab-content-container {
        max-width: 75% !important;
        flex: 0 0 75% !important;
    }

    .lead {
        font-size: 1.0rem;
    }

    .h1, h1 {
        font-size: 1.5rem;
    }

    .h2, h2, .h3, h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 280px) {


    .nav-link {
        font-size: .85rem;
        padding: 0.5rem 0.5rem;
    }

    /*.store-link {*/
    /*    width: 120px !important;*/
    /*}*/
}


.fade:not(.show) {
    display: none !important;
}

.bg-none {
    background: none !important;
}

.text-shadow {
    text-shadow: 1px 2px 3px #202020;
}

.store-link {
    /* background: #2BC49C; */
    color: white;
    width: 180px;
    padding: 0;
}

.store-buttons {
    bottom: 0;
}

.store-buttons a {
    text-decoration: none;
    color: white;
}

