ul.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.table-responsive {
  display: table;
  margin: 0 auto;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #034055;
  color: #dee8ec;
  cursor: pointer;
  padding: 10px;
  border-radius: 2px;
}

#myBtn:hover {
  background-color: #032b38;
}

.hoverImage:hover {
  filter: brightness(75%);
}

.carousel-inner img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  vertical-align: middle;
}

body {
  background-image: url("../images/background/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.inner-body-background {
  background: #01212c;
  max-width: 90%;
}

p,
h1,
h3,
h4,
h5,
a,
u,
th,
td,
li,
.headers {
  color: #dee8ec;
}

.cs-interest-header {
  text-align: center;
}

.border {
  border-color: #034055 !important;
}

.banner-area {
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.content-area {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  text-align: center;
  color: #dee8ec;
}
.standings-header {
  background-color: #034055 !important;
}

.headshotFit {
  display: block;
  max-width: 100%;
  height: auto;
}
