html body {
  background: #e2cfc1;
  color: #000000;
}

/* unvisited link */
.footer a:link {
  color: rgb(255, 196, 0);
}

/* visited link */
.footer a:visited {
  color: rgb(255, 196, 0);
}

/* mouse over link */
.footer a:hover {
  color: rgb(255, 196, 0);
}

/* selected link */
.footer a:active {
  color: rgb(255, 196, 0);
}

/* .navbar {
  background: transparent;
  color: rgb(0, 0, 0);
}
.navbar-text,
.navbar-brand,
.nav-link,
.nav-link.active {
  color: rgb(0, 0, 0) !important;
  font-weight: bold !important;
}

.navbar-collapse {
  background: transparent !important;
  color: rgb(0, 0, 0);
  margin: 10px;
  padding: 20px;
}

.navbar-collapse.collapse {
  background-color: #ffffff;
  color: rgb(0, 0, 0) !important;
  margin: 10px;
  padding: 20px;
} */

/* .navbar-collapse.collapse .nav-link {
  background-color: #ffffff;
  color: rgb(0, 0, 0) !important;
} */

.h1,
h1 {
  text-align: center !important;
  width: 100%;
  margin: 0px;
  padding: 20px 0px 20px 0px !important;
  background: 40px solid rgb(67, 67, 67);
}

p {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.2;
  font-size: 1.2rem !important;
  margin: 0px !important;
  padding: 0px 0px 10px 0px !important;
}

.center {
  text-align: center !important;
}

.large-image {
  max-width: 1400px;
  max-height: 933px;
}
.mainback {
  background: #e2cfc1;
  color: #000000;
  padding: 20px;
}

.mainback > h2,
h3 {
  text-align: center;
}

.kickup {
  position: relative;
  /* top: +220px; */
}

.fullup {
  position: absolute;
  top: +220px;
}

.flexcon {
  display: flex; /* or inline-flex */
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: space-evenly;
  /* margin: 20px 20px 20px 20px; */
  padding: 40px 60px 20px 60px !important;
}

.flexitem {
  flex-basis: auto;
  width: 320px;
  /* height: 280px; */
  background: #000;
  border-bottom: 4px solid rgb(57, 57, 57);
  margin: 0px 6px 10px 6px;
  padding: 10px 10px 0px 10px;
}

.card {
  background: #000 !important;
  color: #fff !important;
}

.flexcon2 {
  width: 100%;
  border-style: none !important;
  background: transparent !important;
  display: flex; /* or inline-flex */
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: space-evenly;
  /* margin: 20px 20px 20px 20px; */
  padding: 10px 20px 10px 20px !important;
}

.flexitem2 {
  width: 100%;
  border-style: none !important;
  flex-basis: auto;
  /* width: 320px;
    height: 340px; */
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.card2 {
  width: 100%;
  border-style: none !important;
  background: transparent !important;
  color: #000000 !important;
}

.cimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* .card-img-top {
  height: 198px; 
  width: auto !important;
} */

.nopad {
  padding: 0px !important;
  margin: 0px !important;
}

.card {
  padding: 0px 0px 0px 0px !important;
}
.card-body {
  padding: 0px 0px 0px 0px !important;
}

.card-btn {
  position: relative;
  top: -40px;
  font-weight: bold;
}

.card-body .title {
  font-size: 1.8em;
  font-weight: bold;
}

.card-body .subtitle {
  padding: 0px 0px 0px 0px !important;
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
}

.card-body .stat {
  font-size: 1em;
  font-weight: normal;
}
.card-body p {
  padding: 20px 0px 0px 0px;
  font-size: 1.2em !important;
}

/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    padding: 10px 0px 10px 0px !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    padding: 10px 10px 10px 10px !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    padding: 10px 80px 10px 80px !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .container {
    padding: 10px 140px 10px 140px !important;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .container {
    padding: 10px 200px 10px 200px !important;
  }
}

/*        */

table {
  border-collapse: collapse;
}
.inline {
  display: inline-block;
  float: right;
  margin: 20px 0px;
}
input,
button {
  height: 34px;
}
.items {
  display: inline-block;
}
.items a {
  font-weight: bold;
  font-size: 18px;
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid black;
  margin: 2px;
}
.items a.active {
  background-color: rgba(175, 201, 244, 0.97);
}
.items a:hover:not(.active) {
  background-color: #87ceeb;
}

/* 

*/

/* The hero image */

body,
html {
  height: 100%;
}
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("/assets/images/TopBanner.webp");

  /* Set a specific height */
  height: 80vh;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  width: 100%;
  text-align: center;
  position: absolute;
  /* padding-top: 240px; */
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(0, 0, 0);
}

.hero-text > h1,
h2 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px !important;
  margin: 0px !important;
}

h3 {
  padding-top: 10px;
}

h4 {
  padding-top: 10px;
  font-size: 1.2rem !important;
}
h5 {
  font-size: 1rem !important;
}

.footer {
  width: 100%;
  padding: 40px 20px 40px 20px;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: #000000ef;
}
.footer p {
  text-align: center;
}

.flex_board {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0px;
  padding: 40px;
  background-color: #2d2d2d;
  /* border: 2px solid #000; */
}

.color_tab {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  width: 240px;
  height: 44px;
  /* border: 2px solid #000; */
}

.cell_color {
  display: flex;
  align-content: center;
  width: 40px;
  height: 40px;
  margin: 0px !important;
  padding: 0px !important;
  background-color: #000;
  /* border: 2px solid #555; */
}
.cell_text {
  display: flex;
  flex-direction: column;
  align-content: center;
  color: #fff;
  line-height: 1rem;
  font-weight: bold;
  width: 190px;
  height: 40px;
  text-align: left;
  margin: 0px !important;
  padding: 0px 6px 0px 6px !important;
}

.list-group {
  justify-content: center;
  padding: 0px 0px 10px 0px !important;
  list-style-type: circle !important; /* Or 'circle', 'square' for different bullet styles */
  padding-left: 10px !important; /* Adjust as needed for indentation */
  background: none !important;
  border: none !important;
}

.list-group-item {
  padding: 4px 8px 4px 8px !important;
  text-align: center;
  background: none !important;
  border: none !important;
  font-weight: bold;
}

ul {
  list-style-type: circle !important;
}
