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

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
}


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

/* Carousel base class */


.carousel-inner {
  height: 0;
  padding-bottom: 25%; /* this sets carousel aspect ratio (4:1 here) */
}

.carousel-item {
  position: absolute !important; /* Bootstrap is insistent */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.carousel-item img {
  height: 100%; /* Bootstrap handles width already */
  object-fit: cover; /* or 'contain' if you want stretch instead of crop */
}


.carousel {
  margin-bottom: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element 
.carousel-item {
  height: 32rem;
}

*/

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

/* Center align the text within the three columns below the carousel */
.marketing .col-md-4 {
  margin-bottom: 1.5rem;
  margin-top:2.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-md-4 p {
  margin-right: 1.75rem;
  margin-left: 1.75rem;
}
/* rtl:end:ignore */


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

.featurette-dividerw {
  margin: 4rem 0; /* Space out the Bootstrap <hr> more */
  color: white;
}

.featurette-dividerx {
  margin: 1rem 0; /* Space out the Bootstrap <hr> more */
  color: white;
}

.featurette-dividerz {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
  color: white;
}

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

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


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

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

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

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

/* added styles CSS
-------------------------------------------------- */

.flex-row{
  display: flex;
  display: -webkit-flex;
  flex-wrap:wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-row:before, .flex-row:after{
  display: none;
}
#circle {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  object-fit: cover;
}
#background {
  background: #eeeeee;
background-size:contain;
}

.meg-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
  font-size: 50px;
}

