/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /* padding-top: 3rem; (not necessarry)*/
  padding-bottom: 3rem;
  background-color: #fcf8f5;
  color: #5a5a5a;
}

html {
  scroll-behavior: smooth;
}
/* FOR TO TOP BUTTON
-------------------------------------------------- */
.to-top {
  background: #fbb03b;
  position: fixed;
  bottom: 16px;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #1b1464;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  z-index: 50;
}

.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
}

.jumbotron {
  /* padding: 4rem 2rem; */
  border: #1b1464;
  /* background-image: url(img/background2.jpg); */
  /* min-height: 600px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  position: relative;
  height: auto;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

#header-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -10%);
}

h1 {
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}

h2 {
  color: #1b1464;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* 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;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* change min-width to width for smoother transition and have the image more fit in mobile view */
  height: 32rem;
  object-fit: cover;
  /* object-fit make the image fit inside the carousel */
}

/* 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;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
/* rtl:end:ignore */

/* Featurettes
  ------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -0.05rem;
}
/* button
  ------------------------- */
/* .btn {
  background-color: #1c1463;
} */

.card-body2 {
  background-image: url(img/background1.jpg);
  background-position: center;
  background-size: cover;
}

.iconlink {
  color: white;
}

.iconlink:hover {
  color: #fbb03b;
}

/* 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;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }

  /* .featurette .col-md-5 .img {
    max-width: 100%;
    height: auto;
  } */
}
