body {
    background-color: #f5f5f5;
}

#member-hero {
    background-image: url(img/members-herobg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-left: 300px;
    padding-top: 80px;
    padding-bottom: 8%;
}

@media screen and (max-width: 1390px) {
    #member-hero {
        padding-left: 40px;
    }
}

#members {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.members-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    max-height: 372px;
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 1390px;
}

@media screen and (max-width: 1421px) {
    .members-row {
        max-width: 80vw;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        max-height: none;
		height:auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.gradient-bg {
    background: rgb(227, 45, 72);
    background: -moz-linear-gradient(90deg, rgba(227, 45, 72, 1) 0%, rgba(177, 68, 110, 1) 27%, rgba(14, 146, 233, 1) 62%, rgba(0, 153, 245, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(227, 45, 72, 1) 0%, rgba(177, 68, 110, 1) 27%, rgba(14, 146, 233, 1) 62%, rgba(0, 153, 245, 1) 100%);
    background: linear-gradient(90deg, rgba(227, 45, 72, 1) 0%, rgba(177, 68, 110, 1) 27%, rgba(14, 146, 233, 1) 62%, rgba(0, 153, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e32d48", endColorstr="#0099f5", GradientType=1);
    width: 98.5%;
    height: 133px;
    position: absolute;
    top: 252px;
    z-index: 1;
}

@media screen and (max-width: 1421px) {
    .gradient-bg {
        /* background: rgb(227, 45, 72);
        background: -moz-linear-gradient(180deg, rgba(227, 45, 72, 1) 0%, rgba(177, 68, 110, 1) 30%, rgba(14, 146, 233, 1) 65%, rgba(0, 153, 245, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(227, 45, 72, 1) 0%, rgba(177, 68, 110, 1) 30%, rgba(14, 146, 233, 1) 65%, rgba(0, 153, 245, 1) 100%);
        background: linear-gradient(180deg, rgba(227, 45, 72, 1) 0%, rgba(177, 68, 110, 1) 30%, rgba(14, 146, 233, 1) 65%, rgba(0, 153, 245, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e32d48", endColorstr="#0099f5", GradientType=1);
        top: 0px;
        width: 50vw;
        height: 100%; */
        display: none;
    }
}


.member-tile {
    width: 403px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 10px;
    /* margin: 10px 10px 10px 0px; */
}

@media screen and (max-width: 1421px) {
    .member-tile {
        width: 450px;
        padding: 30px 0px;
        position: relative;
        margin: 0px 20px;
    }
}


.member-tile-img {
    width: 100%;
    height: 252px;
}

.member-tile-img img {
    width: 100%;
}

@media screen and (max-width: 1421px) {
    .member-tile-img img {
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}

@media screen and (max-width: 449px) {
    .member-tile-img {
        width: 100%;
        height: 163px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}

.member-name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: white;
    width: 100%;
}

@media screen and (max-width: 1421px) {
    .member-name {
        width: 100%;
        height: 80px;
    }
}

.score {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 60px;
    z-index: 2;
    padding-top: 20px;
}

.score img {
    padding: 0px 10px;
}

.gradient-bg-tile {
    display: none;
}

@media screen and (max-width: 1421px) {
    .gradient-bg-tile {
        display: block;
        background: rgb(227, 45, 72);
        background: -moz-linear-gradient(90deg, rgba(227, 45, 72, 1) 0%, rgba(177, 68, 110, 1) 27%, rgba(14, 146, 233, 1) 62%, rgba(0, 153, 245, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(227, 45, 72, 1) 0%, rgba(177, 68, 110, 1) 27%, rgba(14, 146, 233, 1) 62%, rgba(0, 153, 245, 1) 100%);
        background: linear-gradient(90deg, rgba(227, 45, 72, 1) 0%, rgba(177, 68, 110, 1) 27%, rgba(14, 146, 233, 1) 62%, rgba(0, 153, 245, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e32d48", endColorstr="#0099f5", GradientType=1);
        width: 100%;
        height: 100px;
        z-index: 1;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 360px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

@media screen and (max-width: 449px) {
    .gradient-bg-tile {
        height: 80px;
        top: 260px;
    }

    .score {
        padding-bottom: 20px;
    }
}