.splash {
    min-height: 400px;
    background: url(../images/bkgnd.jpg) no-repeat #000;
    background-size: cover;
}

.jbs-date {
    color: yellow;
    font-size: 3rem;
    font-family: sans-serif;
    text-align: center;
    margin: 1rem 0;
    font-weight: bold;
}

.rules {
    background-color: #7c878d;
}

#sponsors {
    background-color: #fff;
    padding: 50px 0;
}

#tickets {
    color: #fff !important;
    background-color: #050608;
}
#schedule, 
#news {
    background-color: #fff;
}


/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    
    .intro{
        font-size:1.8rem;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    
}

#live-stream iframe {
    width: 100%;
    min-height: 100%;
}