body {
	font-family: Roboto;
	font-size: 14pt;
}

h1 {
	color: #014A99;
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 2em;
}

h2 {
	color: #014A99;
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 1.6em;
}

h3 {
	color: #014A99;
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 1.4em;
}

h4 {
	color: #014A99;
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 1.2em;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #1F9C3E;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #1F9C3E;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #1F9C3E;
}

a:hover {
	font-weight: bold;
	color: #1F9C3E;
}

.bg-ebt-tertiary {
	background-color: #1F9C3E;
}

a:link.nav-link.active {
	font-family: Oswald;
	font-size: 14pt;
	font-weight: normal;
	color: #ffffff;
}

a:link.nav-link {
	font-family: Oswald;
	font-size: 14pt;
	font-weight: normal;
	color: #ffffff;
}

a:visited.nav-link {
	font-family: Oswald;
	font-size: 14pt;
	font-weight: normal;
	color: #ffffff;
}

a:active.nav-link {
	font-family: Oswald;
	font-size: 14pt;
	font-weight: normal;
	color: #ffffff;
}

a:hover.nav-link {
	font-family: Oswald;
	font-size: 14pt;
	font-weight: normal;
	color: #ffffff;
}

a:link.dropdown-item {
	font-family: Oswald;
	font-size: 14pt;
	font-weight: normal;
	color: #1F9C3E;
}

a:hover.dropdown-item {
	font-family: Oswald;
	font-size: 14pt;
	background-color: #1F9C3E; 
	font-weight: normal;
	color: #ffffff;
}

.dropdown-divider {
	color: #1F9C3E;
}

.bg-ebt-green {
	background-color: #1F9C3E;
}