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

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

p,h1,h2,h3,h4,h5,h6,a{
    font-family: Verdana, Arial;
}

p,h1,h2,h3,h4,h5,h6 {
    color:#000 !important;
}

h1,h2,h3,h4,h5,h6 {
  text-transform: uppercase !important;
}


.marketing .card {
  text-align: center;
  background-color: #eee;
  border-radius:6px;
  border:none !important;
}
/* 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;
  display;None;
  z-index: 10;
}

element.style {
}
.btn-gradient {
  color: #fff;
  border: none;
  background-color: #307C27;
  background-image: -webkit-linear-gradient(left, #307C27 0%, #75B72A 50%,#307C27 100%);
  background-image: linear-gradient(to right, #307C27 0%, #75B72A 50%,#307C27 100%);
  -webkit-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
  background-size: 200% 100%;
}
.btn-gradient:hover{
  transform: scale(1.1); 

}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 38rem;
  background-image: radial-gradient(circle at top right,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%),url("assets/img/learning-banner.png") !important;
  padding-right: 10vw!important;
  padding-bottom: 0px!important;
  padding-left: 10vw!important;
  margin-top: 20px!important;
  margin-left: auto!important;
  margin-right: auto!important;
  background-size:fit;
  background-position:center center;
  background-repeat: no-repeat;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 38rem;
}
#leaf  > img {
z-index: 3 !important;

height: 50%; /* You must set a specified height */
position: absolute;
top: 200px;
right: 100px;
}

/* 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 (max-width: 60em) {
  #leaf{
    display: none;
  }
  .card {
    margin-bottom: 0.5rem;
  }
}
@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;
  }
}
