p {
    font-size: 1.3rem;
}

.p-library {
    font-size: 1.5vw;
}

.single-product-button-text {
    font-size: 18px;
}

.h1,h1 {
    color: white;
    text-align: center;
    font-size: calc(1.875rem + 1.5vw);
}

@media (min-width: 1200px) {
    .h1,h1 {
        font-size:3.0rem;
    }
}

.h2,h2 {
    color: white;
    text-align: center;
    font-size: calc(1.825rem + .9vw);
}

@media (min-width: 1200px) {
    .h2,h2 {
        font-size:2.5rem;
    }
}

.h3,h3 {
    color: white;
    text-align: center;
    font-size: calc(1.8rem + .6vw);
}

@media (min-width: 1200px) {
    .h3,h3 {
        font-size:2.25rem;
    }
}

.h4,h4 {
    color: white;
    text-align: center;
    font-size: calc(1.775rem + .3vw);
}

@media (min-width: 1200px) {
    .h4,h4 {
        font-size:2.0rem;
    }
}

.h5,h5 {
    color: white;
    text-align: center;
    font-size: 1.75rem;
}

.h6,h6 {
    color: white;
    text-align: center;
    font-size: 1.5rem;
}

.main-welcome-h1 {
    font-size: 5.0rem;;
}

.black-text {
    color: black;
}