@charset "utf-8";
/* CSS Document */
body,td,th {
	font-size: 12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #868686;
	font-size: small;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
	font-size: 14px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #05007A;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: medium;
}

/* CUSTOM LIST MARKERS */
::marker {
	color: var(--primary);
	font-size: 1em;
	font-weight: bold;

	content: "\2714";	
}

li::marker {
	padding-left: .5em;
}

.bgBl {
	background-color: black;
	color: white;
}
.bgRd {
	background-color: #FF0004;
	color: white;
}
.bgWh {
	background-color: white;
	color: black;
}
.menuIt {
	letter-spacing: 4px;
	font-size: 18px;
	font-weight: bold;
	align-items: center;
}
.menuIt-M {
	letter-spacing: 4px;
	font-weight: bold;
}
.tag {
	letter-spacing: 3px;
	font-size: 18px;
}
.tag-sm {
	letter-spacing: 1px;
	font-size: 18px;
}
.imgH {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.imgH:hover {
	-webkit-filter: invert(100%);
}
.imgN {
	-webkit-filter: invert(100%);
}
.imgN:hover {
	-webkit-filter: invert(100%);
}

.conTop {
	letter-spacing: 4px;
	font-size: 12px;
	font-weight: bold;
	display: flex;
  	align-items: center;
	justify-content: center;
}

.conTop A {
	letter-spacing: 4px;
	font-size: 12px;
	font-weight: bold;
	display: flex;
  	align-items: center;
	justify-content: center;
}

h2 {
	display: flex;
	position: absolute;
	text-align: right;
	right: 5px;
	letter-spacing: 4px;
	font-size: 18px;
	font-weight: bold;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
}

.conPage {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	letter-spacing: 4px;
	font-size: 18px;
	font-weight: bold;
}