/* Home Page Specific Styles */

main {
    padding-top: 0px !important;
}

#increaseFont {
    display: none;
}

.bluetext {
    color: #19487a;
}

.sportslist {
    font-size: 1.1rem;
    list-style: none;
    columns: 2;
}

@media (max-width: 700px) {
    .sportslist {
        font-size: 1rem;
    }
}

.sportscard {
    background: transparent url("/grfx/bg66.png") repeat;
}

.infocard {
    background: transparent url("/grfx/bg20.png") repeat;
}

.homeWhiteContainer {
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url("/grfx/home1.jpg");
    background-size: contain;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.homeBlueContainer {
    background-color: #19487a;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url("/grfx/home2.jpg");
    background-size: cover;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

strong.stronger {
    font-weight: bold;
    font-size: 125%;
}
