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

body {
  color: #5a5a5a;
}


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

/* Carousel base class */
.carousel {
  margin-top: 0px;
}
/* Since positioning the image, we need to help out the caption */



/* Declare heights because of positioning of img element */
.carousel-item {
  background-color: #777;
  max-height: 640px;
}
.carousel-item img {
  width: 100%;
}

.carousel-caption {
  bottom: 7rem;
  z-index: 10;
}
.carousel-caption h1{
  font-size: 50px;
  font-weight: bold;
}
.carousel-caption h2 {
  font-size: 34px;
  line-height: 3;
  margin-top: 0px;
}

.carousel-caption .btnbox{
  margin-top: 80px;
}

.btn-primary{
  background-color:transparent;
  border-color: #FFF;
}
.btn-primary:hover{
  background-color: #1baee6;
  border-color: #1baee6;
}
.btn-group-lg>.btn, .btn-lg {
  padding: .5rem 2rem;
  margin: 0 10px;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.courseHead{  margin: 3.6rem auto; }
.courseHead h1 {
  font-size: 3rem;
  color:#c49d61;
  font-weight: bold;
}
.courseHead p{
  font-size: 1rem;
  color:#c49d61;
  margin-top: .6rem;
}
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
  font-size: 1.8rem;
  color:#c49d61;
  font-weight: bold;
}
.marketing h2 span{
  font-size: 1rem;
}
.marketing .icon{
  margin: 28px 0px 14px;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.market-list{
  padding: 40px 0px 60px;
  min-height: 540px;
  background-color: #FFFFFF;
  cursor:pointer;
}
.market-list .mlist{
  margin-top: 10px;
}
.btn-secondary{
  background-color: #c49d61;
  border-color: #c49d61;
}
.btn-secondary:hover{
  background-color: #c49d61;
  border-color: #c49d61;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
   background-color: #c49d61;
   border-color: #c49d61;
 }
.market-list .btn-secondary{
  display:none;
  position: absolute;
  bottom: -20px;
  right: 0px;
  left: 0px;
  width: 30%;
  margin: 0 auto;
  padding: .375rem 0rem;
}

.market-list:hover{
  border:2px solid #c49d61;
}
.market-list:hover .btn-secondary {
  display:block;
}


/* 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;
  letter-spacing: -.05rem;
}

.carousel-indicators{  bottom: 70px; }
.carousel-indicators li{ width: 22px; }
/* 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;
  }
}
