body {
  background: rgba(192, 192, 192, 0.8) url("/images/golfcourse.jpg") no-repeat;
  background-size: cover;
}

.container {
  padding-bottom: 30px;
}

.pa-bottom {
  padding-bottom: 50px;
  margin-bottom: 200px;
}

#nav {
  background-color: #264d00 !important;
}

/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
  background-color: #00004d !important;
  margin-bottom: 0;
  border-radius: 0;
}

.nav {
  background-color: #002266 !important;
  margin-bottom: 0;
  border-radius: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
  margin-bottom: 100px;
}

.bg-color {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  font-size: 1.5rem;
  width: 100%;
  max-width: 600px;
}

div ul li {
  padding: 8px 0;
  list-style-image: url("images/cgasalogo16.png");
}

.bg-color--blue {
  padding: 5px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-bottom: 3px solid blue;
}

/* Add a gray background color and some padding to the footer */
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #00004d;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}

.footer p {
  padding-top: 5px;
}

.player-photo {
  width: 70px;
  height: 100%;
  border-radius: 50%;
}

#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #004d00;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
}

.carousel-inner img {
  width: 100%;
  /* Set width to 100% */
  margin: auto;
  min-height: 200px;
}

table {
  width: 80%;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
  opacity: 0.8;
}

th,
td {
  padding: 18px;
  text-align: center;
}

th {
  background-color: #f00;
  color: white;
}

tr:nth-child(even) {
  background-color: #e8e8e8;
  color: #003;
}

tr:nth-child(odd) {
  background-color: white;
  color: #003;
}

#hd {
  background-color: rgb(9, 1, 99);
  color: #fff;
}
#hdblack {
  background-color: rgb(134, 75, 75);
  color: #fff;
}

#hdblue {
  background-color: rgb(44, 2, 92);
  color: #fff;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
  .carousel-caption {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
