body {
font-size: .875rem!important;
font-family: Roboto, sans-serif!important;
}


a {
	color: #C00;
}

h1 {
	font-size: 2rem!important;
font-family: Roboto, sans-serif!important;
	/*font-size:24px;*/
}

h2 {
font-size: 2rem!important;
font-family: Roboto, sans-serif!important;
font-weight:bold;
}
h3 {
font-family: Roboto, sans-serif!important;
}
h4 {
	font-size:18px;
}

.grey {
	background-color: #EBEBEB;
}

/*.card a.white ,
.card a.white:hover {
  color: #FFF;
  text-decoration: none;
}

.card a.grey ,
.card a.grey:hover {
  color: #888;
  text-decoration: none;
}*/

/* Boostrap over-rides */
.navbar-brand {
	text-transform: none;
	font-size:3rem;
}
.navbar {
	text-transform: uppercase;
	font-size:14px;
}
.card h2 {
	margin-bottom:0px;
}
.dropdown-item {
	text-transform:none;
	font-size:0.9em;
}
@media (min-width: 1201px) { 
.container-fluid {
	width:80%;
}
 }
 
 @media (min-width: 800px) { 
.dropdown-wide {
	width:780px;
}
 }