.goldtext{
    color: #e6d00a;
}
   
.goldtext-bold{
    color: #e6d00a;
    font-weight: 700;
}

.bluetext{
    color: var(--h1_color);
}

.whitetext{
    color: white;
}

.bpearltext{
    color: var(--b-pearl);
}

.centertext{
    text-align: center;
}

.shadowtext{
    text-shadow: 0.3px 0.3px 0.3px var(--h1_color);
}

.goldBorder{
    border: 7px solid #e6d00a;
}

.bannerImage{
    max-width: 120%;
}

.customImage{
    width: 75%;
}


@media (max-width: 768px) {
    .hideMobile{
        display: none;
    }
    .noBottomPadding{
        padding-bottom: 0;
    }
    .customImage{
        width: 100%;
    }
    .bannerImage{
        max-width: 100%;
    }
}

b{
    color: var(--h1_color);
    font-weight: 600;
}