
.header-img{
    width: 100%;
}

.bg {
    /* The image used */
    
    /* background-image: url("/images/Backgrounds/checkered-flag.jpg"); */
    background-color:  black;

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

/* Customized NAVBAR Settings */
.navbar-custom {
    background-color: #fc0000;
    margin: 0;
    border-top: 1px solid black;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: white;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: white;
    font-weight: bold;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: white;
    font-weight: 900;
}

/* for dropdown only - change the color of drowdown */
.navbar-custom .dropdown-menu {
    background-color: #fc0000;
}
.navbar-custom .dropdown-item {
    color: white;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #333333;
    background-color: rgba(252,252,252,1);
}

.mlol-footer{
    background-image:  url("/images/Backgrounds/MLOL_Footer_Background.png");
    background-size: cover;
    background-position: center;
}

.text-red{
    color: #fc0000;
    font-weight: bold;
}

/* Customized CARD Settings */
.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-bottom: 5px;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: 300px;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.sponsor-text{
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .9);
}
.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .9);
}

.card-text-scroll{
    max-height: 200px;
    overflow-y: scroll;
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.btn {
    border: 1px solid rgba(0, 0, 0, .05);
    background-color: #fc0000;
}

.profile {
    position: absolute;
    top: -20px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: white;
}

.meta a {
    text-decoration: none;
    color: white;
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}

.table-responsive {
    max-height:750px;
}

.partnerlogos {
    margin-top:  5px;
    margin-bottom: 5px;
    margin-left:  5px;
    margin-right: 5px;
    max-height: 75px;
    max-width: 175px !important;
}

@media (max-width: 600px) {
    .partnerlogos {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        margin:auto;
        max-width: 100px !important ;
    }
}

.sponsorlogo {
    display: inline-block;
    height: auto;
    width: 30%;
    overflow: hidden;
    margin: 0;
}

.sponsorlogo3 {
    display: inline-block;
    height: auto;
    width: 30%;
    max-width: 200px;
    overflow: hidden;
    margin: 0;
}

.sponsorlogo2 {
    display: inline-block;
    height: auto;
    width: 45%;
    max-width: 200px;
    overflow: hidden;
    margin: 0;
}

.sponsorlogo1 {
    display: inline-block;
    height: auto;
    width: 90%;
    max-width: 200px;
    overflow: hidden;
    margin: 0;
}

.sponsorbar{
    font-size: .75rem;
    text-transform: uppercase;
    text-align: center;
    text-decoration: dotted;
    font-style: oblique;
    font-weight: 900;
}

#partners {
    white-space: nowrap;
    background-color: rgba(73,70,63,.6);
    text-align: center;
}

td .img-responsive{
    background-color:  white;
}




