.big-bold{
    font-size: 25px;
    font-weight: bold;
}


.sm-bold{
    
    font-weight: 450 
}

.md-bold{
    font-size:20px;
    font-weight:bold
}

html,
body{
    min-height: 100vh;
    

}
.container{
    min-height: 100%;
}

.basker{
    font-family: 'Libre Baskerville', serif;
}
.slabo{
    font-family: 'Slabo 27px', serif;
}

.apta-thanks{
    font-style: italic;
    font-size: small;
}

.news-article{
    font-family: 'Slabo 27px', serif;
    font-weight:bold ;

}

.footer-holder{
    border-top: 1px solid teal
}
.footer-content{
    display: flex;
    /* height: 350px; */
    height: 100%;
}

.footer{
    background: #3d3f42 ;
    color: azure;
    height: 400px;
    position: relative;
}
.footer .footer-bottom{
    background:#2f2f30;
    color:#565659;
    height: 50px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-top: 20px;
    font-size: small;
    /* border-top: 1px solid teal; */

}
.footer-section{
    flex: 1;
    padding: 25px;
    /* border: 1px solid white; */
}
.logo{
    align-content: center;
    margin: auto;
}

.logo-text{
    
    color: black;
}

.sponsors{
    font-size: 50px;
    color: rgb(100, 99, 99);
    font-weight: bold;
}

.list-item{
    font-family: 'Slabo 31px', serif;
    font-weight: bold;
}

.opener{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Slabo 27px', serif;
}

.openertwo{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Slabo 24px', serif;
    font-style:italic ;
}
.match-up{
    font-size:17px;
    font-family: 'Slabo 27px', serif;
    
    
}