/* Show it is fixed to the top */
body {
  font-family: 'Montserrat', 'Roboto', sans-serif;
  padding-top: 86px;
}
h2 {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#mainNav {
  background-color: rgba(0, 0, 0, .8) !important;
  font-family: 'Roboto', 'Montserrat', sans-serif;
}
#mainNav .active a {
  color: #A9D06D;
}
#mainNav a:hover {
  color: #A8CE6C;
}
/******************************************************************************/
#carouselMain .carousel-caption h5 {
  font-size: 4rem;
  line-height: 100%;
  padding: 0;
  margin: 0;
}
#carouselMain .carousel-caption p {
  font-size: 2rem;
  line-height: 100%;
}
/******************************************************************************/
#social {
  text-align: center;
  background-color: #EEE;
  padding: 30px 0;
  color: #666;
}
#social i {
  font-size: 3rem;
  line-height: 160%;
  padding: 0 0.5rem;
}
#social a {
  color: #666;
}
@media (max-width: 768px) {
  #social h5 {
    margin-bottom: 0;
  }
  #social {
    padding: 10px 0;
  }
  #social i {
    font-size: 2rem;
  }
}
/******************************************************************************/
#shows a:link, #shows a:visited, #shows a:active {
  text-decoration: none;
  color: #333;
}
#shows a:hover {
  color: #adca6e;
}
/******************************************************************************/
#homeCourses a {
  text-decoration: none;
  color: #000;
}
#homeCourses a:hover {
  color: #FFF;
}
#homeCourses .card {
  border: 0;
}
#homeCourses .card-img-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}
#homeCourses .card-img-container img {
    position: absolute;
    top:-100%; left:0; right: 0; bottom:-100%;
    margin: auto;
}
#homeCourses .card-body {
  padding-left: 0;
  padding-right: 0;
}

#homeCourses .card-body .text-white {
  text-transform:  uppercase;
  font-size: .9rem;
}
/******************************************************************************/
footer {
  color: #999;
}
footer a:link, footer a:visited, footer a:active {
  text-decoration: none;;
  color: #999;
}
footer a:hover {
  color: #FFF;
}
/******************************************************************************/
.bg-yellow {
  background-color: #A9D06D;
}
.bg-white {
  background-color: #FFF;
}
.btn-yellow {
  background-color: #DAD505;
  color: #FFF;
}
.btn-white {
  background-color: #FFF;
  color: #000;
}
.btn-green {
  background-color: #adca6e;
}
