@charset "UTF-8";

body {
	color: white;
  background-color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
}

button.btn {
	color: white;
	font-weight: bold;
	border: 3px solid white;
}

button.btn:hover {
	background-color: #c80003;
	border: 3px solid #c80003;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ff0003;
  border: 3px solid #ff0003;
	width: 3em;
	height: 3em;
  display: none;
}

#btn-back-to-top:hover {
	border: 3px solid #c80003;
}

.container > div {
	padding: 0;
}

.container a {
	color: #45a2ff !important;
}

.tagline {
	font-family: 'Russo One', Arial, sans-serif;
	font-size: 2em;
	font-weight: 500;
	padding-bottom: 30px !important;
	margin: 0;
}

@media (max-width: 992px) {
  .tagline {
		font-size: 1.6em;
	}
}

nav {
  margin-bottom: 25px !important;
}

nav img {
  max-height:50px;
}

nav li.nav-item {
	padding: 0;
}

.navbar-dark {
	background-color: #ff0004 !important;
	margin-bottom: 25px;
}

.navbar-dark a {
	color: white;
	font-family: 'Russo One', Arial, sans-serif;
	font-size: 1.75em;
	font-weight: 500;
  margin: 0 10px;
}

@media (max-width: 992px) {
  .navbar-dark ul.navbar-nav {
		margin-top: 10px;
	}
}

.navbar-toggler {
   border-color: white !important;
   border-width: 3px;
}

div.navbar-dark {
	padding: 5px;
}

.navbar-toggler-icon {
	fill: white !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='white'%3E%3Cpath stroke='white' stroke-width='2' d='M2 7h26M2 15h26M2 23h26'/%3E%3C/svg%3E") !important;
}

#navbar {
	margin-right: 0px;
}

#navbarNav {
	padding-top: 15px;
}

.navbar-dark button.btn {
	color: white;
	font-weight: bold;
	border: 3px solid white;
}

.bg-black {
	background-color: black;
}

.card.bg-black {
	border: 3px solid white;
	transition: transform 0.2s;
}

.card.bg-black:hover {
	transform: scale(1.05);
}

.card.bg-black .card-header {
	font-family: 'Russo One', Arial, sans-serif;
	color: black;
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 3px solid rgba(255, 0, 0, 1.25);
	border-radius: 0;
}

.card-body {
	font-size: 1.25em;
}

.card-body img {
	width: 100%;
	max-width: 400px;
	margin-bottom: 20px;
}

.card path {
	fill: white;
}

.bg-white {
	background-color: white;
}

.bg-white .btn {
	background-color: red;
	border: 3px solid red;
	margin-top: 10px;
}

form .autoresize {
    width: 100%;
    min-height: 50px;
    max-height: 400px; 
    overflow-y: hidden;
    padding: 8px;
    font-size: 1rem;
    line-height: 1.4;
    resize: none;
}

.form-inline > * {
	margin: 5px;
}

#contact {
	color: black;
}

.fullpage {
	color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  text-align: center;
}
.headline {
  font-size: 5em;
}
.byline {
  font-size: 0.25em;
}

h1 {
	font-family: "Russo One", Arial, sans-serif;
	color: black;
	padding: 10px 20px;
	margin-bottom: 20px;
	background: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 3px solid red;
}

h2 {
	font-family: "Russo One", Arial, sans-serif;
	font-size: 1.5em;
	margin-top: 10px;
}

h3 {
	font-family: "Russo One", Arial, sans-serif;
	margin-top: 10px;
}

table {
	width: 100%;
  max-width: 100%; 
  table-layout: auto;
}

.list-group, table {
	background: black;
	margin: 25px 0;
}

.list-group > *, table td {
	border: 1px solid white;
	overflow-wrap: anywhere;
	background: black;
	color: white;
}

.list-group > *:nth-child(odd), table tr {
	background: #333;
}

.list-group-item {
	padding: 0.5em 0.75em;
}

.list-group-item.l1 {
	text-transform: uppercase;
	font-family: "Russo One", Arial, sans-serif;
	font-weight: 500;
	font-size:1.25em;
}

.list-group-item.l2 {
	text-transform: uppercase;
	font-family: "Russo One", Arial, sans-serif;
	font-weight: 500;
	font-size: 1.125em;
	padding-left: 1.5em;
}

.list-group-item * {
	display: inline-block;
	padding-right: 10px;
	padding-left: 0;
}

.list-group-item > span, .list-group-item > .p0 {
	display: inline-block;
	padding-bottom: 0 !important;
}

.list-group-item.p0 > * {
	padding-left: 0 !important;
}

.list-group-item button {
	float: right;
	width: 1.75em;
	height: 1.75em;
	margin: -0.15em 0;
	color: white;
	border: none;
	background-color: rgba(0,0,0,0);
}

@media (max-width: 992px) {
	.pdl {
		padding-top: 10px;
		padding-left: 20px;
		margin-top: 10px;
		border-top: 1px solid white;
	}
}

.buttdown {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%20-960%20960%20960%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22m480-320%20160-160-56-56-64%2064v-168h-80v168l-64-64-56%2056%20160%20160Zm0%20240q-83%200-156-31.5T197-197q-54-54-85.5-127T80-480q0-83%2031.5-156T197-763q54-54%20127-85.5T480-880q83%200%20156%2031.5T763-763q54%2054%2085.5%20127T880-480q0%2083-31.5%20156T763-197q-54%2054-127%2085.5T480-80Zm0-80q134%200%20227-93t93-227q0-134-93-227t-227-93q-134%200-227%2093t-93%20227q0%20134%2093%20227t227%2093Zm0-320Z%22/%3E%3C/svg%3E");
}

.buttup {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%20fill%3D%22%23FFFFFF%22%3E%3Cpath%20d%3D%22M440-320h80v-168l64%2064%2056-56-160-160-160%20160%2056%2056%2064-64v168Zm40%20240q-83%200-156-31.5T197-197q-54-54-85.5-127T80-480q0-83%2031.5-156T197-763q54-54%20127-85.5T480-880q83%200%20156%2031.5T763-763q54%2054%2085.5%20127T880-480q0%2083-31.5%20156T763-197q-54%2054-127%2085.5T480-80Zm0-80q134%200%20227-93t93-227q0-134-93-227t-227-93q-134%200-227%2093t-93%20227q0%20134%2093%20227t227%2093Zm0-320Z%22%2F%3E%3C%2Fsvg%3E");
}

ul {
	list-style-type: none;
}

li > ul {
	padding-left: 20px;
}

.list-group-item ul {
	list-style-type: none;
	padding-left: 0;
}

.list-group-item li {
	margin-top: 0.5em;
}

.main > img[data-toggle] {
	max-width: 100%;
}

.mb0 {
	margin-bottom: 0;
}

.row {
	margin-left: 0;
}

.row > ul {
	margin-top: 0;
}

text {
	fill: white !important;
}

.modal-dialog {
	width:fit-content;
	max-width: calc(100% - 20px);
}
.modal-content {
	border-color: #fff;
}
img[data-toggle=modal] {
	cursor: pointer;
}

.apexcharts-tooltip {
  color: black;
}

.apexcharts-toolbar {
	display: none !important;
}

.apexcharts-tooltip-text-x-value {
	cursor: pointer;	
}

