 @charset "UTF-8";
 @media (max-width:767px) {
   /* General */
   body,
   html {
     font-size: 14px;
   }
   /*head section*/
   .navbar-header .navbar-brand img {
     width: 230px;
     height: auto;
     margin-top: 8px;
   }
   .container .content-heading.text-center h1 {
     font-size: 30px;
   }
   .container .content-heading.text-center h2 {
     font-size: 18px;
   }
   .container .content-heading.text-center .lead {
     font-size: 18px;
     letter-spacing: 1px;
   }
   #tf-home {
     height: 362px;
   }
   .container .content-heading.text-center .scroll.goto-btn.text-uppercase {
     font-size: 16px;
     letter-spacing: 2px;
   }
   /*information section*/
   .row .col-md-8.col-md-offset-2 h2 {
     font-size: 28px !important;
   }
   .badge {
     margin-top: 3px;
     font-size: 10px;
   }
   /*about section*/
   .media .media-left .circle {
     height: 60px;
     width: 60px;
     font-size: 24px;
     line-height: 60px;
   }
   .media .media-body .media-heading {
     font-size: 14px;
   }
   .row .col-md-10.col-md-offset-1 .col-md-6 {
     margin-bottom: 16px;
   }
   .section-heaver .col-md-8.col-md-offset-2 h2 {
     font-size: 28px;
   }
   .fancy {
     margin-top: 0;
   }
   /*detail section*/
   .section-heaver .col-md-8.col-md-offset-2 a {
     font-size: 16px;
   }
   /*merritt section*/
   #tf-merritt .col-md-10.col-md-offset-1 p a {
     font-size: 14px;
   }
   .container .row .col-md-4.col-md-offset-1 {
     margin-bottom: 24px;
   }
   #tf-merritt .section-heaver .col-md-8.col-md-offset-2 h2 {
     margin-top: 56px;
   }
   /*application section*/
   #tf-application .btn.btn-primary.tf-btn {
     font-size: 16px;
   }
   #tf-application .section-bottom .btn.btn-primary.tf-btn {
     font-size: 14px;
   }
   /*footer section*/
   #tf-footer {
     font-size: 12px;
   }
 }