html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.bg-main-background { background-color: #000000; } /* Main background */

.bg-disc-golf {
  background-image: url("/img/aleksander-saks-unsplash.jpeg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 250px;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  z-index: -1;
}

.bg-full-page {
  background-image: url("/img/priscilla-unsplash.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  min-height: auto;
  /*background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: darken;*/
  z-index: -2;
}

.dt-container {
  background-color: rgba(32, 32, 32, 0.0);
  color: white;
  padding-left: 0px;
  padding-right: 0px;
 /* border-radius: 10px;
  padding: 2px 10px 2px 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.45), 0 1px 0 rgba(255,255,255,0.02) inset;*/
}

table tr, table th, table td {
  color: white !important;
  background-color: transparent !important;
}

table{
  overflow: scroll;
}

/*
table {
  background-color: transparent !important;
    --bs-table-bg: transparent;
}


table tbody {
  background-color: transparent !important; 
    --bs-table-bg: transparent;
}

table tbody tr {
  background-color: transparent !important; 
      --bs-table-bg: transparent;
}

table thead {
  background-color: transparent !important; 
      --bs-table-bg: transparent;
}

table th, 
table td {
  color: white !important;
      --bs-table-bg: transparent;
}
*/
:root {
  --bs-heading-color: white;
}

p {
  color: white;
}

dl {
  color: white !important;
}

dt {
  color: white !important;
}

dd {
  color: white !important;
}

ul {
  color: white !important;
} 

li {
  color: white !important;
}

label {
  color: white !important;
}

.hero-heading-margin {
  margin-top: -170px;
}

.table-header-hero {
  margin-top: -200px;
}

.absolute-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header-hero {
  margin-top: -170px;
}
