
.--landing1,
.landingCarousel1,
.carousel-inner,
.carousel-item {
  height: 50vh;
}
.carousel-item {
  /* height: 475px; */
}

.lc1-1 {
    background-image: url("../assets/Auburn2.png");
}

.lc1-2 {
    background-image: url("../assets/Auburn3.jpg");
}

.lc1-3 {
    background-image: url("../assets/Auburn1.jpg");
}

.lc1-1_copy,
.lc1-2_copy,
.lc1-3_copy {
  width: 100%;
  /* backdrop-filter: blur(3px); */
  padding: 1em;
  color: white;
  text-align: center;
  height: 100%;
}
.lc1-1_copy > *,
.lc1-2_copy > *,
.lc1-3_copy> * {
    font-family: 'Times New Roman', sans-serif;
}


.lcl-2_copy_right > ul {
  display: flex;
  flex-flow: column wrap;
  margin-top: 2em;
}
.lcl-2_copy_right > ul > li {
  list-style-type: none;
}
.lc1-3_copy > a > button {
        float: right;
        font-size: 1.15em;
}

.--img2 {
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}




/* Media Queries  */
@media only screen and (min-width: 768px) {
    .--landing1,
    .landingCarousel1,
    .carousel-inner,
    .carousel-item {
      height: 33vh;
    }
    .carousel-item {
      height: 15vh;
    }
    .lc1-3_copy, .lc1-1_copy{
      width: auto;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -25%);
      top: 50%;
      width: 55%;
    }
    .lc1-2_copy {
        width: auto;
        position: absolute;
        left: 50%;
        transform: translate(-60%, -25%);
        top: 50%;
        width: 55%;
    }
    .sliderBigText {
        font-family: 'Times New Roman', Times, serif;
      font-size: 5em;
      line-height: 85%;
      padding: 0px !important;
    }
    .sliderMedText {
        font-family: 'Times New Roman', Times, serif;
      font-size: 3em;
      line-height: 85%;
      padding: 0px !important;
    }
    .bolderText {
      font-weight: bolder;
    }
    .ctaInnerWrapper {
      width: 50%;
    }
    .linkCard {
      height: 160px;
      width: 330px;
      margin: 0 1em;
    }
    .linkCards {
      display: flex;
      justify-content: center;
    }
    .--landing1,
    .--landing2 {
      padding: 0;
    }
    .carousel-item > img {
      object-fit: fill;
    }
    .sliderMedText {
      font-size: 300%;
    }
    .infoCards {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .lcl-2_copy_right > ul > li {
      list-style-type: initial;
      font-size: 1.25em;
    }

    .carouselItemWrapper {
      backdrop-filter: unset;
    }
    .carousel-inner, .carousel-item {
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .imgCarousel.--landing1 {
      height: 600px;
    }
    .landingCarousel1 {
      height: 100%;
    }
    .imgGrid {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 'g1 g2'
                'c1 bb';
    }

    .g1 {
        grid-area: g1;
    }
    .g2 {
        grid-area: g2;
    }
    .c1{
        grid-area: c1;
    }
    .bb {
        grid-area: bb;
    }
    .imgGrid_imgWrapper {
        width: 100%;
    }
    section.footer1 {
        flex-flow: row nowrap;
    }
    .lcl-2_copy_right > ul {
        display: flex;
        flex-flow: row wrap;
        margin-left: 2em;
      }
      .lcl-2_copy_right > ul > li {
          text-align: start;
          width: 50%;
          font-family: 'Times New Roman', Times, serif;
          font-size: 26px;
          font-weight: bold;
      }
        .lcl-2_copy_right {
          width: 100%;
      }

  
  }
  
  @media only screen and (min-width: 1024px) {
    .lc1-1_copy {
      width: 45vw;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -15%);
      top: 50%;
    }
    .lc1-2_copy {
        width: 600px;
        display: flex;
        position: absolute;
        left: 50%;
        transform: translate(-5%, -25%);
        top: 50%;
        flex-flow: column nowrap;

    }

    .lc1-3_copy {
        width: 60%;
        position: absolute;
        left: 25%;
        transform: translate(-10%, -25%);
        top: 50%;
    }
    .imgGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: 'g1 g1 g2 g2'
                'g1 g1 c1 bb';
    }

    .g1 {
        grid-area: g1;
    }
    .g2 {
        grid-area: g2;
    }
    .c1{
        grid-area: c1;
    }
    .bb {
        grid-area: bb;
    }
    .imgGrid_imgWrapper {
        width: 100%;
        height: 100%;
    }
  }