/* Change color of h3 when card is hovered under a <div> with the class authors*/
.card-hover-white-text-djd:hover h3 {
  color: white;
}

/* To keep the same text inside card after adding link to it.  No underline.  No blue text */

.card-hover-white-text-djd a {
  color: inherit; /* Inherit color from parent element */
  text-decoration: none; /* Remove default underline */
}

.bootstrap-select .dropdown-menu {
  max-width: 100% !important;
}

.info-header {
  width: 50%;
  margin: auto;
  border-bottom: 1px #ddd solid;
}

#select_section img {
  margin-top: -50px;
}

#select_section .card:hover {
  background: #730d1b;
  color: #fff;
}
#select_section .fab {
  color: #fff;
}

/* The code below controls the size of the checkboxes when users select their individual program */
.checkbox-lg .form-check-input {
  top: 0.8rem;
  scale: 1.4;
  margin-right: 0.7rem;
}

.checkbox-lg .form-check-label {
  padding-top: 13px;
}

.checkbox-xl .form-check-input {
  top: 0.2rem;
  scale: 1.7;
  margin-right: 0rem;
}

.checkbox-xl .form-check-label {
  padding-top: 19px;
}

/* For the file myprogram/index.php */
#showcase {
  position: relative;
  background: url('../images/mountains.jpg');
  background-size: cover;
  background-position: center top;
}
#showcase .primary-overlay {
  background: rgba(115, 13, 27, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#view_section {
  position: relative;
  min-height: 250px;
  background: url('../images/aerosols.png');
  background-attachment: fixed;
  background-repeat: repeat;
  text-align: right;
  color: #000;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.7); */
  background: rgba(230, 230, 230, 0.9);
}
