.carousel {
  color: #9C0013;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 6px;
  border-style: solid;
  border-width: 4px;
  border-radius: 4px;
  background-color: #555;
  font-family: Times New Roman;
}

.header-div {
  background-image: url('https://img.ablcomputer.com/images/shsband/header-back.jpg');
  background-size: 100% 95%;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1009/332;
  max-height: 500px;
}
@media screen and (min-width: 2000px) {
  .header-div {
    max-height: calc(500px + 4vw);
  }

}

.header-logo {
  width: 65vw;
  max-width: 950px;
  max-height: 200px;
  aspect-ratio: 4000/580;
}
@media screen and (max-width: 800px) {
  .header-logo {
    width: 90vw;
    max-width: 1600px;
    max-height: 90px;
    aspect-ratio: 4000/580;
  }

}


.menu-small {
  visibility: visible;
}
@media screen and (min-width: 1100px) {
  .menu-small {
    display: none;
  }

}

.menu-large {
  display: none;
}
@media screen and (min-width: 1100px) {
  .menu-large {
    display: block;
  }

}

.menu-links {
  margin: 0px 12px 0px 12px;
  display: inline-flex;
  color: #e6e2e8;
  font-weight: 700;
  border-radius: 8px;
  padding-left: 4px;
  padding-right: 4px;
  background: linear-gradient(to bottom, rgba(85, 107, 143, 0.7) 2%, transparent);
}
.menu-links:hover {
  color: #c7bb5d;
}


/****************************************************************************************/
/****************************************************************************************/

.video-btn{
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 8px;
  background: linear-gradient(to right, rgb(255 5 5 / 80%), transparent);
  cursor: pointer;
  container-type: inline-size;
}
.video-btn:hover{
  background: lightblue;
}
.video-btn-child{
  font-size: 3.45cqw;
  font-weight: bold;
  font-family: "Roboto Light";
  color: #33528b;
}
.video-btn-child:hover{
  color: red;
}


/****************************************************************************************/
/****************************************************************************************/


.talking-points-parent-div{
  margin: 0 auto;
  width: auto;
  padding: 10px;
  border-top-left-radius: 80px;
  background: linear-gradient(to bottom right, rgb(25 25 75 / 80%), rgb(254 180 123 / 30%));
  color: aliceblue;
  font-size: 30px;
  font-family: "Open Sans";
  font-weight: bold;
  text-align: center;
}
.talking-points-div {
  width: 100%;                  /* Or any responsive width */
  aspect-ratio: 1524 / 1950;
  border-top-left-radius: 40px;
  background-image: url('https://img.ablcomputer.com/images/shsband/talking-points.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 90%;
}


.taylor-parent-div{
  margin: 0 auto;
  width: auto;
  padding: 10px;
  border-top-left-radius: 80px;
  background: linear-gradient(to bottom right, rgb(255 2 1 / 80%), rgb(254 180 123 / 30%));
  color: #453d4a;
  font-size: 30px;
  font-family: "Open Sans";
  font-weight: bold;
  text-align: center;
}
.taylor-div {
  width: 100%;                  /* Or any responsive width */
  aspect-ratio: 1545 / 1999;
  border-top-left-radius: 60px;
  background-image: url('https://img.ablcomputer.com/images/shsband/things-to-keep-in-mind.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 70%;
}


/* booster-corner ***************************************************************************************/
/****************************************************************************************/

.member-parent-div{
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 8px;
  background: linear-gradient(to bottom right, rgb(255 5 5 / 80%), rgb(254 180 123 / 30%));
  container-type: inline-size;
}
.member-child-div{
  font-size: 2.45cqw;
  font-weight: bold;
  font-family: "Roboto Light";
  color: #33528b;
}


/****************************************************************************************/
/****************************************************************************************/

/* Core Layout Rules */
.layout-container {
  display: flex;             /* Aligns column and rows container horizontally */

}

.full-height-col {
  width: 8%;
  aspect-ratio: 1 / 1;
}

.rows-container {

  display: flex;
  flex-direction: column;    /* Stacks the two rows vertically */
}

.row-item {

}

.row-one {

}

.row-two {

}