﻿.bg {
    /* The image used */
    background-image: url("../img/field-black-white-sm.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-info-bg {
    /* The image used */
    /*background-image: url("../img/ball-and-glove-background-sm.jpg");*/
    /* Full height */
    /*height: 100%;*/
    /* Center and scale the image nicely */
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    padding: 4em;
}


    .about-info-bg:after {
        content: "";
        display: block;
        width: 100%;
        text-align: center;
        margin: 1rem 0 1.5rem;
        border-top: 2px solid #3C8B33;
    }

.about-info-bg > h4, .about-info-bg > h5 {
    max-width: 768px;
    margin: auto;
    padding-bottom: .75em;
}

.league-list {
    list-style-type: none;
    text-align: left
}

.league-list li {
    margin: .75rem 0;
}
@media(max-width:767px) {
    .league-list {
        padding: 0;
        text-align: center;
    }
}

.about-info-container {
    font-size: .85rem;
    padding-top: 2rem;
}

.about-row {
    padding-bottom: 3rem;
}

.about-info {
    width: 100%;
    height: 100%;
    max-height: 75vh;
    padding: 15px;
    padding-bottom: 40px;
    margin: auto;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.about-info::-webkit-scrollbar {
    display: none;
}
