#main-content {
    margin: 0;
}

section#main {
    background: rgb(227,247,255);
    background: linear-gradient(180deg, rgba(227,247,255,1) 0%, rgba(255,255,255,1) 500px);
    padding-top: calc(var(--box-nav-bar-lg-height));
}

section#main #menu {
    max-width: 320px;
}

section#main #menu-content {
    position: sticky;
    top: 150px;
}

section#main #menu-content span {
    cursor: pointer;
    display: block;
    margin: 10px 0;
    color: var(--blue-light);
}

section#main #menu-content span:first-child {
    margin-top: 0;
}

section#main #menu-content span.active {
    font-weight: 600;
}

section#main-mobile {
    margin-top: calc(var(--box-nav-bar-xs-height) + 10px);
}

.accordion-item {
    border: 0 !important;
}

.accordion-button {
    color: var(--blue-light) !important;
    font-weight: 600;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button::after {
    opacity: 0.6;
}

.accordion-button.collapsed {
    font-weight: normal;
}

.store-buttons img {
    cursor: pointer;
    height: 50px;
    transition: all 200ms;
}

    .store-buttons img:hover {
        transform: scale(1.02);
    }

    .store-buttons img:last-child {
        /*margin-left: 10px;*/
    }

.feature img {
    height: 80px;
}

.feature h6 {
    font-weight: 600;
    line-height: 25px;
    color: var(--blue-light);
}

footer {
    color: white;
    font-size: 0.8rem;
    background: var(--blue-light);
    background: linear-gradient(45deg, #063380 0%, var(--blue-light) 100%);
}

    footer a,
    footer a:hover,
    footer a:visited,
    footer a:active {
        color: white;
        margin: 0 0 15px 0;
    }

    footer span {
        line-height: 25px;
    }

@media (max-width: 992px) {
    .store-buttons img {
        cursor: pointer;
        height: 40px;
        transition: all 200ms;
    }

    section#hero #hero-image {
        max-width: 100%;
    }

    section#for .for-roles {
        overflow-y: visible;
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding-bottom: 40px;
    }

        section#for .for-roles .for-role {
            width: 80%;
            min-width: 80%;
        }

        section#for .for-roles .for-role:first-child {
            margin-left: 30px;
        }

        section#for .for-roles .for-role:last-child {
            margin-right: 30px;
        }

        section#for .for-role:hover .human {
            transform: scale(1.01);
        }
}

@media (max-width: 1200px) {
    section#download .background {
        top: 0;
        height: 100%;
    }

    section#why .why img {
        width: 50px;
        margin-right: 20px;
    }
}
