
  .btn-primary {
    padding: 15px 40px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left:30px;
    /*border-radius: 50px;*/
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-family: 'barlow',sans-serif;
    background-color: #0A6AB6;
    border: 2px solid #0A6AB6;    
  }

  .btn-primary:hover {
    padding: 15px 40px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background-color: #095797;
    border: 2px solid #095797;
    /*box-shadow: 10px 5px 18px rgba(0,0,0,.15);*/
  }


  .jumbotron-how-it-works { 
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #ecf0f1;
    border-radius: 0px;  
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }




  .jumbotron-how-it-works .card0 {
      padding: 40px;
      padding-top: 40px;
      margin-bottom: 20px;
      line-height: 1.42857143;
      background-color: #FFF;
      border: 1px solid #F5F5F5;
      border-radius: 9px;
      box-shadow: 0 10px 12px rgba(81,107,117,.071);
      -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .jumbotron-how-it-works .card {
      padding: 40px;
      padding-top: 40px;
      margin-bottom: 20px;
      line-height: 1.42857143;
      background-color: #FFF;
      border: 1px solid #F5F5F5;
      border-radius: 9px;
      box-shadow: 0 10px 12px rgba(81,107,117,.071);
      -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }


  .jumbotron-course-outline {
  background-color: #F0F0F0;
   padding-top: 1px;
  padding-bottom: 100px;
}



.jumbotron-footer {
  padding-top: 80px;
  padding-bottom: 60px;  
  margin-bottom: 0rem;
  background-color: #fff;
  border-radius: 0rem;
  background: #000;    
  background-repeat: no-repeat;
  background-size: cover;
}


.jumbotron-footer p {
  color: #FFF;
  font-size: 13px;
  line-height: 14px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
  text-transform: none;

}



.jumbotron-footer a {
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
  text-transform: uppercase;

}

.jumbotron-footer a:hover {
  color: #fff;
  font-size: 13px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
}


.jumbotron-footer .designer a {
  /*color: #B9B9C8;*/
  font-size: 13px;
  line-height: 14px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
  text-transform: none;

}

.jumbotron-footer .designer a:hover {
  /*color: #888;*/
  font-size: 13px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
}
