  body {
      font: 400 15px 'Raleway', sans-serif;
      line-height: 1.8;
      color: #404040;
  }
  h2 {
      font-size: 30px;
      font-weight: 600;
  }
  h4 {
      font-size: 24px;
      line-height: 1.375em;
      font-weight: 400;
      margin-bottom: 2%;
  }
  p, li {
      font-size: 18px;
      font-weight: 500;
  }
  .img_test {
      margin: 50% !important;
  }
  .my_hr {
      width: 7%;
      border-width:2px;
      margin-bottom: 52px;
  }
  .my_hr_landing {
      border-color: #449d44;
  }
  .my_hr_danger {
      border-color: #d9534f;
  }  
  .my_hr_primary {
      border-color: #428bca;
  }
  .my_hr_success {
      border-color: #5cb85c;
  }
  .my_hr_info {
      border-color: #5bc0de;
  }
  .img-circle {
  	margin: auto;
  	width:25%;
  }
  .img-founder {
        max-width: 97% !important;
        height: auto;
  }
  .jumbotron {
      margin:0;
      padding: 12% 0 0 0;
  }
  .container-fluid {
      padding: 7% 12%;
      margin:0;
  }
  .bg-landing {
      background-color: #000000;
      background-image: url("../images/adult-boss-business.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
  }
  .bg-testimonial {
      background-color: #428bca;
      padding: 2% 7% !important;
  }
  .bg-clients {
      padding: 4% 0 0 0 !important;
      margin: 0 !important;
  }
  .bg-theneed, .bg-founder {
      background-color: #f7f7f7;
  }
  .bg-contact {
      background-color: #000000;
      color: #ffffff;
  }
  .bg-footer {
      background-color: rgba(50,50,50,1);
  }
  .mylogo {
/*      color: #f4511e !important; */
      color: #5cb85c !important;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel {
      overflow: hidden;
      min-height: 250px;
      margin-top:52px;
      background-color: rgba (255,255,255,0.25) !important;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      font-size:34px;
  }
  .carousel-indicators-programs li {
      border:0;
      border-radius: 100%;
      margin: 0px 3px;
      text-indent: 0;
      width: 25px;
      height: 25px;
      line-height: 25px;
      color: #ffffff;
  }
  .carousel-indicators-programs li.active, .carousel-indicators-programs li:hover {
      margin: 0 3px;
      width: 34px;
      height: 34px;
      line-height: 34px;
      color: #ffffff;
      background-color: #797979;
  }
  .navbar {
      margin-bottom: 0;
      background-color: rgba(50,50,50,0.79);
      z-index: 9999;
      border: 0;
      border-bottom: 1px solid #808000;
      font-size: 16px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 2px;
      border-radius: 0;
      font-family: 'Raleway', sans-serif;
  }
  .navbar-fixed-top {
      min-height: 61px;
  }
  .navbar-brand {
      font-size: 27px !important;
  }
  .navbar-logo {
      margin-top: 3% !important;
      margin-bottom: 1% !important;
  }
  .navbar-header .img-responsive {
    height: 34px !important;
    width: auto !important;
  }
  .dropdown-menu li a {
      background-color: rgba(50,50,50,0.79) !important;
  }
  li#nav-programs ul {
      display: none;
  }
  li#nav-programs:hover ul {
      display: block;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #ffffff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #808000 !important;
      background: #323232 !important;
  }
  .dropdown a:focus, .dropdown a:active, .dropdown li.active a {
      color: #808000 !important;
      background: #323232 !important;      
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #ffffff !important;
  }
  .btn  {
      letter-spacing: 1px !important;
  }

  #landing h1 {
      font-size: 61px;
      font-weight: 100 !important;
      color: #ffffff;
      text-shadow: 3px 3px 7px #000000;
      letter-spacing: 2px !important;
  }
  #landing h2 {
      font-size: 25px;
      font-weight: 100 !important;
      color: #ffffff;
      text-shadow: 3px 3px 7px #000000;
      padding: 0;
      margin: 0;
      line-height: 1.6;
      letter-spacing: 2px !important;
  }
  #landing .btn-success {
      margin: 5%;
  }
  #testimonial h3 {
      font-size: 25px;
      color: #ffffff !important;
  }
  #testimonial p {
      font-size: 20px;
      margin: 0%;
      padding: 0%;
      color: #ffffff !important;
  }
  #theneed .well {
	border-radius: 25px;
	margin: 5% 0%;
	padding: 3%;
	background: rgba(40,40,40,0.07);
  }
  #programs h1 {
  	font-size: 43px;
  	}
  #programs .well-testimonial {
  	border: 0;
  	border-radius: 10px;
  	margin: 5% 5% 7% 5%;
	padding: 3%;
  }
  #programs .well-testimonial .fa {
      color: #5cb85c;
  }
  #programs .well h3 {
  	font-size: 18px;
  	text-align: justify;
  }
  #contact .fa {
      color:#5cb85c;
  }
  #contact h2, #contact p, #contact .btn  {
      letter-spacing: 2px !important;
  }
  footer {
      border-top: 1px solid #5cb85c;
      color:#ffffff;
  }
  footer .fa {
      color: #ffffff;
      text-shadow: 1px 1px 1px #000000;
  }
  footer .fa:hover {
      color: #5cb85c !important;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 4s;
      -webkit-animation-duration: 4s;
      visibility: visible;			
  }

  /* Other Buttons */
  .btn-primary {
      background-color: #808000 !important;
      border:0;
  }

  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }	
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
    .carousel {
        min-height: 340px;
    }
    .carousel-control.right, .carousel-control.left {
        background-image: none;
        font-size:25px;
    }
    #programs-corp .well, #programs-acad .well, #programs-gen .well, #founder .well {
        margin: 16px 52px;
    }    
    #testimonials .item h4 {
        font-size: 19px;
        line-height: 1.125em;
        font-weight: 400;
        text-align: center;
    }
    #testimonials .item p {
        font-size: 17px;
        text-align: center;
    }
  }
  @media screen and (max-width: 480px) {
  h1 {
      font-size: 24px;
  }
  h2 {
      font-size: 22px;
  }
  h3 {
      font-size: 18px;
  }
  h4 {
      font-size: 16px;
      line-height: 1.375em;
      font-weight: 400;
      margin-bottom: 2%;
  }
  #landing h1 {
      font-size: 34px;
  }
  #landing h3 {
      font-size: 15px;
      padding: 0%;
  }
  #landing h4 {
      font-size: 18px;
      padding: 0%;
  }
  #programs h1 {
  	font-size: 34px;
  }
    .logo {
        font-size: 150px;
    }
    .carousel {
        min-height: 394px;
    }
    .carousel-indicators {
        width: 100%;
        margin-left:-50%;
    }        
    .carousel-control.right, .carousel-control.left {
        background-image: none;
        font-size:16px;
    }
    .carousel-indicators-programs li {
        margin: 0px 2px;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
    .carousel-indicators-programs li.active, .carousel-indicators-programs li:hover {
        margin: 0px 2px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    #programs-corp .well, #programs-acad .well, #programs-gen .well, #founder .well {
        margin: 0px 16px;
    }  
    #testimonials .item h4 {
        font-size: 19px;
        line-height: 1em;
        font-weight: 400;
        text-align: center;
    }
    #testimonials .item p {
        font-size: 21px;
        line-height: 1.15em;
        text-align: center;
    }
  }