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

body {
  color: #5a5a5a;
}


/* 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;
  min-width: 100%;
  height: 32rem;
}


/* 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: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


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

.featurette-divider {
  margin: 5rem 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;
  }

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

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

/*---------------------------------------
  SITE FOOTER
-----------------------------------------*/
.site-footer {
  background-color: #5bbd53;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.site-footer-top {
  background-color: #808080;
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  border-top: 1px solid #1f1c1c;
  margin-top: 60px;
}

.site-footer-title {
  color: white;
}

.site-footer-link,
.copyright-text {
  color: white;
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}

/* NAVBAR
-------------------------- */

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #5bbd53;
  background-color: white;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #5bbd53;
  background-color: white;
}

.text-green ,.bg-green {
  background-color: #5bbd53;
  color: white;
}

.btn-success {
  background-color: #5bbd53;
  border-color: #5bbd53;
}

.nav-underline .nav-link:hover {
  color: #5bbd53;
}

#sbee-bg {
  background: #5bbd53 url("/sbee-new/images/sbee-bg.jpg") no-repeat;
}

/* CARD
----------------------------- */
.card a img:hover {
  opacity: 0.5;
  transform: scale(1.2);
}

.card {
  border: 2px #5bbd53 solid;
  overflow: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}

a:hover .middle {
  opacity: 1;
}

.text {
  background-color: #FF0000;
  color: white;
  font-size: 1em;
  padding: 10px 10px;
}

.text-red {
  color: #FF0000;
}

.card-body {
  z-index: 99;
  background-color: #5bbd53;
  color: white;
}

.card-footer {
  background-color: #FF0000;
  color: white;
}

a {
  color: #5bbd53;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #157347;
}

.border-success {
  border-color: #5bbd53 !important;
}