#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}


.course_type {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 14px;
}

#footer {
  position: absolute;
  bottom: 0;
  right: 0;
  align-content: center;
  /*width: 100%;*/
  height: 4.5rem;            /* Footer height */
}

.header_title {
    font-size: 30px;
    padding-top: 0px;
    padding-bottom: : 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
.header_subtitle {
    text-align: left;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: : 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

.iframe-container {
  overflow: hidden;
  max-width: 800px;
  padding-top: 137.5%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   max-height: 1096px;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.bootstrap_success {
  color: #5cb85c;
}

.bootstrap_danger {
  color: #dc3545;
}

.tooltip > .tooltip-inner {
  background-color: #17a2b8;
  color: #FFFFFF;
}

.bootstrap_info {
  color: #17a2b8;
}

/* loader */
.loader {
  /* loader design */
  border: 16px solid #c0c5ce;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* for read more links */
#more {display: none;}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*make load modal bg transparent*/
.loader-backdrop {
     background-color: rgba(0,0,0,.0001) !important;
}

/*force "powered by Kept simple" to the buttom of page*/
/*.buttom_navbar {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;*/
}*/

.course_card_group {
  margin: 0px;
  /*border: solid 1px lightgray;*/
  padding: 0px;*/
}
.course_card {
  margin-top: 5px;
  margin-right: 0px;
}

.registration_page_header {
  font-weight: bold;
}

.registration_page_text{
  font-size: 12px;
  margin-bottom: 10px;
}

.email_history{
  font-size: 12px;
}
.course_title{
  font-size: 26px;
}



@media only screen and (max-width: 768px) {

  .header_title {
    font-size: 20px;
  }
  .header_subtitle {
    font-size: 10px;
  }
  .course_image{
    display: none;
  }
  .course_title{
     font-size: 4vw;
  }


}

@media only screen and (max-width: 575px) {
  .header_title{
    font-size: 20px;
  }

  .header_subtitle {
    font-size: 10px;
  }
  .course_card_group {
  }

  /*course page*/
  .course_card {
    margin: 2px;

  }
  
  .course_image {
    display: none;
  }

  .nav {
    display: none;
  }

  .course_title{
     font-size: 4vw;
  }
    .nav_separator{
      display: none;
  }
  /*.nav-item{
    margin: 2px;
    text-align: center;
    background-color: lightgray;
  }*/

}