/* Red Special specific styles */

body
{
	/*color: #7A0E0E;*/
}

.rs-very-dark-red-background
{
	background-color: #500 !important;
	color: #FFF !important;
}

.rs-dark-red-background
{
	background-color: #B22 !important;
}

.simple-box-shadow
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.rs-table th
{
	background-color: #B22 !important;
	color: #FFF !important;
}

.required
{
	color: #D00;
}

a.navbar-item:hover
{
	color: #500 !important;
}

@media screen and (max-width: 1024px)
{
	.navbar-brand .title
	{
		font-size: 125%;
	}
	
	.title.is-1
	{
		font-size: 2em !important;
	}
	
	.title.is-2
	{
		font-size: 1.8em !important;
	}
	
	.title.is-3
	{
		font-size: 1.6em !important;
	}
	
	.navbar-dropdown .navbar-item
	{
		color: #FFF !important;
	}
}
