@charset "UTF-8";
/***!  /t3-assets/dev/templates.ja_resume.less.layouts.docs.less.css  !***/

.docs-section {
  font-size: 15px;
  margin-top: 48px;
}
.docs-section .row {
  margin-left: -15px;
  margin-right: -15px;
}
.docs-section .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.docs-section .page-header h1 {
  color: #222222;
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.docs-section .sub-title {
  display: inline-block;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 24px;
}
.docs-section .sub-title:before {
  border-bottom: 2px solid #fc615d;
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 20px;
}
.example-type h1,
.example-type h2,
.example-type h3,
.example-type h4,
.example-type h5,
.example-type h6 {
  margin: 24px 0;
  font-weight: 100;
}
.example-buttons .btn,
.example-inputs .btn,
.example-buttons .form-control,
.example-inputs .form-control {
  box-shadow: none;
  width: 100%;
  margin-bottom: 24px;
}
.example-buttons ul,
.example-inputs ul {
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .example-buttons ul li,
  .example-inputs ul li {
    float: left;
    width: 30%;
    padding-right: 24px;
  }
}
.example-button .btn {
  margin: 0 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .example-button .btn {
    width: 30%;
  }
}
