/* privacy.css */

/* privacy */
#privacy h3 {
    margin: 20px;
    margin-bottom: 0;
    width: calc(100% - 40px);
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    background: var(--goldShine);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

#privacy h5 {
    margin: 20px;
    margin-bottom: 0;
    width: calc(100% - 40px);
    font-size: 1.15rem;
    font-weight: bold;
    color: var(--lightBlue);
}

#privacy p {
    margin: 20px;
    margin-bottom: 0;
    width: calc(100% - 40px);
    margin-top: 2px;
    font-size: 1.0rem;
    line-height: 1.35rem;
    color: white;
}

#privacy ul {
    margin: 40px;
    margin-bottom: 0;
    width: calc(100% - 80px);
    margin-top: 2px;
    font-size: 1.0rem;
    line-height: 1.35rem;
    color: white;
}

#privacy li {
    margin: 0 20px;
    width: calc(100% - 40px);
    margin-top: 2px;
    font-size: 1.0rem;
    line-height: 1.35rem;
    color: white;
}

#privacy a {
    color: var(--tan);
}

/* responsive sizing */
@media
only screen and (min-width: 300px) and (max-width: 575px){

}

@media
only screen and (min-width: 576px) and (max-width: 935px){

}