
#lesson-body{
  background-color: #6987FF;
}


/********************** Grade Level Button Div***********************/

.lesson-top-container{
  position: relative;
  background-color: #FFE169;
  padding: 4% 8%;
}

.lesson-button-container{
  position: relative;
  text-align: center;
}

.lesson-buttons{
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}

.grade-btn{
  display: inline-block;
  width: 18%;
}

.grade-img{
  margin-top: 4%;
  width: 90%;
}

.grade-level-heading{
  color: #FF8408;
  font-size: 1.5rem;
}

/********************** Images Components***********************/
.banner-img{
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 4%;
}

.dog-couch{
  position: absolute;
  width: 30%;
  height: auto;
  right: 9%;
  top: 20%;
}

.lesson-logo{
  width: 60%;
  height: auto;
  margin-left: 6%;
}

/********************** My Carousel Components***********************/

.lesson-slide-container{
  position: relative;
  width: 100%;
  height: auto;
  padding: 2% 4%;
}

.lesson-slide-container h3{
    background-color: #69CDFB;
    border: 4px solid white;
    border-radius: 10px;
    color: white;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.my-carousel{
  width: 100%;
  height: 90%;
  background-color: gray;
  max-width: 865px;
  margin: auto;
  overflow: hidden;
}

.slideImg{
  width: 100%;
  height: auto;
}

.slideVid{
  width: 100%;
  height: auto;
}

.carousel-control-prev{
  height: 60%;
  margin-top: 12%;
}

.carousel-control-next{
  height: 60%;
  margin-top: 12%;
}

/********************** Assignment Components***********************/
.assignment-container{

  position: relative;
  width: 100%;
  height: auto;
  padding: 2% 4%;
}

.assignment-container h3{
  background-color: #69CDFB;
  border: 4px solid white;
  border-radius: 10px;
  color: white;
  width: 100%;
  height: auto;
  margin-top: 10px;
}

/********************** Quiz Components***********************/
.quiz-container{
  background-color: #6987FF;
  position: relative;
  width: 100%;
  height: auto;
  padding: 2% 4%;
}

.quiz-container h3{
  background-color: #69CDFB;
  border: 4px solid white;
  border-radius: 10px;
  color: white;
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.quiz-container p{
  color: black;
  width: 100%;
  height: auto;
  padding-top: 10px;
}

/********************** Bootstrap Card Classes ***********************/

.row{
  margin-top: 4%;
}

.card{
  margin-bottom: 4%;
}

.card-body{
  background-color: #FFCDA3;
  border: 4px solid white;
  border-radius: 15px;
  text-align: center;
}

.card-body p{
  font-size: 1rem;
  line-height: 1;
}

.card-body img{
 padding-bottom: 15px;
 width: 90%;
  max-width: 200px;
  height: auto;
}

/********************** Past Lesson Container***********************/
.past-lesson-container{
  background-color: #6987FF;
  position: relative;
  width: 100%;
  height: auto;
  padding: 2% 4%;
}

.past-lesson-container h3{
  background-color: #69CDFB;
  border: 4px solid white;
  border-radius: 10px;
  color: white;
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.past-lesson-container p{
  color: black;
  width: 100%;
  height: auto;
  padding-top: 10px;
}