.red-text {
	font-weight: 600;
	color: #CB0D34;
}


.black-hero-text{
    color: black;
}

.red-hero-text{
    color: #CB0D34;
}

.dark-red-hero-tex{
	color: #8B0A26;
}

.tan-hero-text{
    color: #9a8863;
}

.blue-hero-text{
    color: #071D3C;
}

.fancy-white-text-header{
    font-family: "Cinzel Decorative", serif;

}

.fancy-red-text-header{
    font-family: "Cinzel Decorative", serif;
    color: #CB0D34;
}

.fancy-dark-red-text-header{
	   font-family: "Cinzel Decorative", serif;
    color: #8B0A26;
}


.fancy-tan-text-header{
    font-family: "Cinzel Decorative", serif;
    color: #9a8863;
}

.fancy-black-text-header{
    font-family: "Cinzel Decorative", serif;
    color: black;
}

.fancy-blue-text-header{
    font-family: "Cinzel Decorative", serif;
    color: #071D3C;
}
