@charset "utf-8";
.astoundNavTextOverlay h1.mega {
    color: #fff;
    text-align: center;
}
.astoundNavTextOverlay h1.mega {
    font-family: var(--astound-h1-font-family);
    font-weight: var(--astound-h1-font-weight);
    font-size: var(--astound-h1-font-size);
    line-height: var(--astound-h1-line-height);
    text-transform: var(--astound-h1-text-transform);
    transition: 0.5s all;
}
