/* Add here all your CSS customizations */

.blacktext {
	color:#FFFFFF !important;
}


.yellowhoversmalltwo {
	color:#1a1c2b;
	text-transform:uppercase;
	font-size:2.0rem;
	font-weight:400;
}
a.yellowhoversmalltwo:hover 
{
	text-decoration: none;
	color: #4F4F4F; }	


.whitehoversmalltwo {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:2.0rem;
	font-weight:400;
}
a.whitehoversmalltwo:hover 
{
	text-decoration: none;
	color: #faed26; }	




@media only screen and (max-width: 991px) {
label {
	margin-bottom:30px !important;
}
}


