/* XS Style*/
#services h1 {
    font-family: var(--font-secondary);
    font-size: 70px;
    font-weight: 700;
    line-height: 67.2px;
    text-align: center;
}

#more-info h1 {
    font-family: var(--font-secondary);
    font-size: 70px;
    font-weight: 400;
    line-height: 67.2px;
    text-align: left;
    letter-spacing: 2px;
}

#specialties h1 {
    font-family: var(--font-secondary);
    font-size: 70px;
    font-weight: 500;
    line-height: 78.4px;
    text-align: left;
    letter-spacing: 2px;
    color: var(--blue-dark);
}
.bg-header-cover {
    background-image: url("../images/xs/brands/xs-brand-cover-bradfords-auction.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#stats h1, #explore h1 {
    font-family: var(--font-secondary);
    font-size: 70px;
    font-weight: 500;
    line-height: 67.2px;
    text-align: center;
}

#stats .number {
    font-family: var(--font-secondary);
    font-size: 70px;
    font-weight: 500;
    line-height: 78.4px;
    text-align: center;
}
#stats .subtitle {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.12px;
    text-align: center;
}


/* SM Style */
@media only screen and (min-width: 426px) {
    
}
/* MD Style */
@media only screen and (min-width: 768px) {
    
    .bg-header-cover {
        background-image: url("../images/m/brands/m-brand-cover-bradfords-auction.jpg");
    }
    #stats .number { font-size: 70px; }
    #stats .subtitle { font-size: 22px; }

}
/* LG Style */
@media only screen and (min-width: 992px) {
    #services h1 {
        font-family: var(--font-secondary);
        font-size: 85px;
        font-weight: 700;
        line-height: 95.2px;
        text-align: left;
    }
    #more-info h1 {
        font-size: 80px;
        line-height: 76.2px;
    }
    .img-auction {
        position: absolute;
        right: 0;
    }
    .bg-header-cover {
        background-image: url("../images/l/brands/l-brand-cover-bradfords-auction.jpg");
    }
    
       
}
/* XL Style */
@media only screen and (min-width: 1200px) {
    #services h1 {
        font-family: var(--font-secondary);
        font-size: 100px;
        font-weight: 700;
        line-height: 96px;
        text-align: left;
    }

    #more-info h1 {
        font-size: 100px;
        line-height: 96px;
    }
    .bg-header-cover {
        background-image: url("../images/xl/brands/xl-brand-cover-bradfords-auction.jpg");
    }
    #stats h1, #explore h1 {
        font-family: var(--font-secondary);
        font-size: 80px;
        font-weight: 500;
        line-height: 67.2px;
        text-align: center;
    }
    #stats .number { font-size: 85px; }
    #stats .subtitle { font-size: 22px; }
    
}
/* XXL Style */
@media only screen and (min-width: 1401px) {
    .bg-header-cover {
        background-image: url("../images/xxl/brands/xxl-brand-cover-bradfords-auction.jpg");
    }
    #stats h1, #explore h1 {
        font-family: var(--font-secondary);
        font-size: 100px;
        font-weight: 500;
        line-height: 67.2px;
        text-align: center;
    }
    #stats .number { font-size: 100px; }
    #stats .subtitle { font-size: 25px; }
}