/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/* .carousel {
  margin-bottom: 4rem;
  height:450px;
  display:flex;
  align-items:center;
} */

/* .carousel {
  margin-bottom: 4rem;
} */
/* Since positioning the image, we need to help out the caption */
/* Declare heights because of positioning of img element */
.carousel-item-height {
  height: 351px;
}

.house-item-height{
  height:393px;
}

.carousel-slide {
  flex:1;
  border: 1px solid #EAECF0;
  border-radius: 20px;
}

#myCarousel {
  max-width: 1200px;
  margin: 0 auto; /* Center the carousel */
}

#myCarouselProject {
  max-width: 1200px;
  margin: 0 auto;
}

#myCarouselAnnouncement {
  max-width: 1200px;
  margin: 0 auto;
}

#carousel-container{
  display:flex;
  /* justify-content: space-evenly; */
  align-items:center;
}

#carousel-container-2{
  display:flex;
  /* justify-content: space-evenly; */
  align-items:center;
  height:auto;
}

.card {
  margin: 0 0.5em;
  border-radius: 12px;
  border: none;
  /* border-radius: 0; */
  height:351px;
  width:281px;
  /* background-color:red; */
}

.card img {
  height:100%;
  max-width: 281px;
  max-height: 281px;
  border-radius:12px;
  /* object-fit:cover; */
}

.cards-wrapper{
  display: flex;
  justify-content: center;
}



.carousel-inner {
  padding: 1em;
}


.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
}


.carousel-slide > img {
  border-radius: 20px;
  object-fit: cover;
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin-bottom: 3rem; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }


}


@media (max-width: 480px){

  .carousel-caption{
    /* background-color: aqua; */
    top: 5rem;
    font-size:small
  }

  .black-thing{
    width:100%;
    height:350px;
    /* object-fit: contain; */
  }
}




