body {
  height: 100%;
}

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .cardTitleFs {
    font-size: 15px;
  }

  .cardTextFs {
    font-size: 13px;
  }

  .twtFs {
    font-size: 16px;
  }

  #featBorderSize {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 28px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 29px;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .cardTitleFs {
    font-size: 16px;
  }

  .cardTextFs {
    font-size: 13px;
  }

  /* .cardTextFs{font-size: 1em;} */
  #featBorderSize {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 28px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 29px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .featTitleFs {
    font-size: 15px;
  }

  .cardTextFs {
    font-size: 12.5px;
  }

  /* .cardTextFs{font-size: 1em;} */
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .featTitleFs {
    font-size: 18px;
  }

  .cardTextFs {
    font-size: 12.5px;
  }

  #featBorderSize {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 20px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 21px;
  }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .featTitleFs {
    font-size: 18px;
  }

  .cardTextFs {
    font-size: 14px;
  }

  #featBorderSize {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 28px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 29px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}

.gfg {
  width: auto;
  text-align: center;
  padding: 20px;
}

.btnPop {
  /* background-color: #e7e7e7;  */
  color: black;
  border: 1px solid #6c757d;
  margin-bottom: 3px;
  margin-right: 4px;
  max-width: 175px;
}

.btnPop:hover {
  background-color: #b4071b;
  color: white;
}

.pop_active {
  background-color: #b4071b;
  color: white;
}

.btnIdol {
  background-color: #fff;
  color: black;
  border: 1px solid #6c757d;
  margin-bottom: 3px;
  margin-right: 4px;
  max-width: 175px;
}

.btnIdol:hover {
  background-color: #2b85d3;
  color: white;
}

.btnHits {
  background-color: #fff;
  color: black;
  border: 1px solid #6c757d;
  margin-bottom: 3px;
  margin-right: 4px;
  max-width: 250px;
}

.btnHits:hover {
  background-color: #1c2767;
  color: white;
}

.dropdownWidth {
  max-width: 20.81rem;
}

#bkpictures {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#floatpics {

  max-height: 180px;
  z-index: -10;
}

body {
  padding-top: 57px;
}

.bkgrd_img {
  height: 100vh;
  width: 100%;
  background-size: cover;
  display: table;
  background-attachment: fixed;
  background-image: url("../assets/cbrepeat.avif");
}

.bkgrd_pop {
  width: 100%;
  background-size: cover;
  opacity: 1;
  background-image: url("../assets/bkgrdpop.jpg");
}

.bkgrd_idol {
  width: 100%;
  background-size: cover;
  opacity: 1;
  background-image: url("../assets/bkgrdidol.jpg");
}

.bkgrd_onair {
  width: 100%;
  background-size: cover;
  opacity: 1;
  background-image: url("../assets/bkgrdonair.jpg");
}

.bkgrd_hits {
  width: 100%;
  background-size: cover;
  opacity: 1;
  background-image: url("../assets/bkgrdhits2.jpg");
}

.bkgrd_photos {
  width: 100%;
  background-size: cover;
  opacity: 1;
  //background-image: url("../assets/bkgrdphotosWithCamera.avif");
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #343a40;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #dc3545;
}

.phnlnk {
  color: #084e94;
}

.phnlnk:hover {
  color: red;
}

hr.cat_divide {
  border: 10px solid #08223b;
  border-radius: 5px;
}

hr.cntry_divide {
  /* border: 10px solid #0075a0; */
  border: 10px solid #000;
  border-radius: 5px;
}

hr.hits_divide {
  border: 10px solid #e9a518;
  border-radius: 5px;
}

.accordion-button:not(.collapsed) {
  background-color: #000;
  color: white;
  padding: 0.5%;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: left;
  background-color: #000;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  padding: 0.5%;
}

.accordion-button.collapsed {
  background: #000;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
