.brand-bg-primary{
	background-color: rgba(206,18,18,1);
}
.brand-text-primary{
	color: rgba(206,18,18,1);
}
.brand-border-primary{
	border-color: rgba(206,18,18,1);
}
.brand-bg-secondary{
	background-color: rgba(83,79,78,1);
}
.brand-text-secondary{
	color: rgba(83,79,78,1);
}
.brand-border-secondary{
	border-color: rgba(83,79,78,1);
}
.brand-animate {
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.bg-black{
	background-color: rgba(0,0,0,1);
}
.bg-light-sm{
	background-color: #f5f3f4;
}
.font-light{
	font-weight: 300;
}
.font-bold{
	font-weight: 700;
}
.letter-space-sm{
	letter-spacing: 1px;
}
.font-sm{
	font-size: 13px;
}
.font-xs{
	font-size: 12px;
}
.cover-this{
	min-height: 100vh;
}
.footer-bg{
	background-color: #0e4700;
}
.page-internal{
	padding-top: 50px;
	padding-bottom: 50px;
}