#main-content {
    margin-top: 0;
}

section#hero {
    background: url(../../img/rider/hero.jpg);
    background-size: cover;
    margin-top: var(--box-nav-bar-lg-height);
}

    section#hero h1 {
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    section#hero .col:last-child {
        max-width: 400px;
        background-color: white;
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }

    section#hero .col:last-child input {
        border: 0;
        border-bottom: 1px solid #f3f3f3;
        padding: 10px 0;
        margin-top: 7px;
    }

    section#hero #form select {
        border: 0;
        border-bottom: 1px solid #f3f3f3;
        padding: 10px 0;
        margin-top: 7px;
        border-radius: 0;
        transform: translateX(-4px);
    }

    section#hero #form button[type=file] {
        width: 150px;
        padding: 14px;
        margin-top: 20px;
        background-color: white;
        color: var(--blue-dark);
        font-size: 0.8rem;
        font-weight: 500;
        border: 2px solid var(--blue-dark);
    }

    section#hero #form small {
        color: #989696;
        font-size: 0.6rem;
    }

    section#hero #form a {
        font-size: 0.7rem;
    }

section#feature img {
    height: 80px;
}

@media (max-width: 900px) {
    section#hero {
        margin-top: var(--box-nav-bar-xs-height);
        background-size: 200%;
        background-repeat: no-repeat;
    }
}

.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;
    }
}
