body{
    font-family: Blinker, Roboto, sans-serif !important;
    background-color: #666;
}

.header{
    position: sticky;
    top:0px;
    left: 0px;
    z-index: 9;
}

header{
    height: 10rem;
    background-image: url("../images/OTS-hero-banner-v02-dbe5e38fc8a172e38782b3fa9602e64d.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}

header>img{
    height: 95%;
    margin-left: 2vw;
    margin-right: 2vw;
}
header>div>*{
    font-size: 2.0em !important;
    font-weight: bold;
    text-shadow: #680505 1px 1px 20px, #680505 -1px 1px 20px, #680505 1px -1px 20px, #680505 -1px -1px 20px
}

header>div>h2{
    font-size: revert !important;
}

main{
    overflow: hidden;
}

.container{
    background-color: #fff;
}
#card-rank{
    font-size: 3em;
    transition-property: font-size;
    transition-duration: 0.5s;
}
#card-points{
    font-size: 1em;
    transition-property: font-size;
    transition-duration: 0.5s;
}

.smaller #card-rank{
    font-size: 1.5em;
}

.smaller #card-points{
    font-size: 0.8em;
}

.ots-data .wrapper>*{
    transition-property: font-size;
    transition-duration: 0.5s;
}

.smaller .ots-data{
    font-size: 0.8em;
}

.smaller .ots-data h4{
    font-size: calc((1.275rem + .3vw) * 0.8);
}

.smaller .ots-data h6{
    font-size: 0.8rem;
}

@media(min-width: 769px){
    header>img{
        position: absolute;
        top: 2.5%;
        left: 2vw;
        margin: 0;
    }
    header>div>h1{
        font-size: 5em !important;
    }
}
