@charset "utf-8";

/* Override some Bootstrap default colors */
:root {
	--bs-primary: #990000;
	--bs-link-color: #990000;
	--bs-link-hover-color: #990000;
}

.navbar-nav {
	--bs-nav-link-font-size: 1.45rem;
	--bs-nav-link-color: #FFF;
	--bs-nav-link-font-weight: bold;
	--bs-nav-link-hover-color: #CC9933;
	text-transform: uppercase;
}

.dropdown-menu {
	--bs-dropdown-font-size: 1.45rem;
	--bs-dropdown-link-hover-bg: #CC9933;
}

.card {
	--bs-card-bg: none;
}

.list-group {
	--bs-list-group-bg: none;
}

@font-face {
    font-family: berlinSansFBRegular;
    src: url('berlinsansfb.ttf'), format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: berlinSansFBRegular, Arial, Times, Serif;
	color: #000000;
}

.whiteCheckBg {
	background-image:url(/images/system/check-white.png);
	background-repeat:repeat;
}

.blackCheckBg {
	background-image:url(/images/system/check-black.png);
	background-repeat:repeat;
}

.goldCheckBg {
	background-image:url(/images/system/check-gold.png);
	background-repeat:repeat;
}

.cell-body-black {
	background-image:url(/images/system/fade-black.png);
}

.cell-body-gold {
	background-image:url(/images/system/fade-gold.png);
}

.cell-body-white {
	background-image:url(/images/system/fade-white.png);
}

a {
	text-decoration: none;
}

/* All links should show the underline when hovering, except the navigation links */
a:hover:not(nav *) {
	text-decoration: underline;
}

/* Override the color of a navigation menu selection while user has click held down */
.nav-item.dropdown .dropdown-item:active {
	background-color: #990000;
}

.individualAd {
	padding-bottom: 10px;
}

/* Title Styles */

.title-large {
	background-color: black;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	font-family: Times, Serif;
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
}

.title-regular {
	background-image: url(/images/system/background-gold.png);
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	text-align: center;
	font-family: Times, Serif;
	font-size: 1.6em;
	font-weight: bold;
	font-variant: small-caps;
}

.title-small {
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
}

/* Text Styles */

.text-paragraph {
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	text-align: left;
	text-indent: 20px;
	font-size: 1em;
}

.requiredIndicator {
	color: #990000;
}