body {
  font-family: "Roboto", sans-serif;
  position: relative;
}

a {
  color: #c13c3c;
}
a:hover {
  color: #ce6262;
  text-decoration: underline;
}

.navbar-dark {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  height: 86px;
  background: transparent;
  z-index: 2;
}
.navbar-dark ul.navbar-nav li.nav-item a.nav-link {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.navbar-dark ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #c13c3c;
}
@media (min-width: 992px) {
  .navbar-dark ul.navbar-nav li.nav-item a.nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.navbar-brand.logo {
  font-size: 28px;
}
.navbar-brand.logo span.p1 {
  color: #c13c3c;
  font-family: "Roboto Condensed", sans-serif;
}
.navbar-brand.logo span.p2 {
  color: #fff;
}

.header-bg {
  background: #222;
  height: 86px;
}

.page-docs h1 {
  font-weight: 300;
  font-size: 26px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.page-docs section.section-docs {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 500px;
}
.page-docs section.section-docs .links-block {
  position: relative;
  padding: 30px;
  border-left: 2px solid #c13c3c;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 50px;
}
.page-docs section.section-docs .links-block:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 10px solid #c13c3c;
  border-top: 10px solid #c13c3c;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
}
.page-docs section.section-docs .links-block h2.links-block-title {
  font-weight: 700;
  font-size: 20px;
}
.page-docs .page-path {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}
.page-docs .page-path span {
  color: #aaa;
}
.page-docs .page-path span.sep {
  color: #ccc;
  padding: 0 15px;
}
.page-docs .page-path a {
  text-decoration: none;
}
.page-docs .request-url {
  font-weight: bold;
}
.page-docs table.table .c {
  text-align: center;
}
.page-docs table.table .nw {
  white-space: nowrap;
  font-size: 12px;
}
.page-docs .block {
  padding: 30px;
  border-left: 2px solid #f6f6f6;
}
.page-docs h2.block-title {
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}
.page-docs h3.block-subtitle {
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
}
.page-docs h4 {
  margin-bottom: 20px;
}
.page-docs h5 {
  font-size: 20px;
}
.page-docs .code-block {
  background: #f6f6f6;
  padding: 20px;
  font-size: 12px;
}

.encapse span {
  display: inline-block;
  background: #eee;
  padding: 0 3px;
  border-radius: 4px;
  font-family: "Courier New";
}

.section-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}

.parallax-mirror {
  background-color: #0a0f10;
}

.page-home section.section-intro {
  background-size: 100% auto;
  padding-bottom: 50%;
  height: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .page-home section.section-intro {
    background-size: auto 100%;
    padding-bottom: 0;
    height: 500px;
  }
}
.page-home section.section-intro .shade {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-home section.section-intro .section-intro-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 0 20px;
  text-align: center;
}
.page-home section.section-intro .section-intro-content h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  margin: 0 0 20px 0;
  max-width: 100%;
}
.page-home section.section-intro .section-intro-content h2 {
  margin: 0 auto;
  width: 700px;
  max-width: 100%;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto Condensed", sans-serif;
  text-shadow: 2px 1px 6px #000;
  font-weight: 300;
}
@media (max-width: 767px) {
  .page-home section.section-intro .section-intro-content {
    position: relative;
    top: auto;
    padding-top: 150px;
  }
  .page-home section.section-intro .section-intro-content h1 {
    font-size: 26px;
  }
  .page-home section.section-intro .section-intro-content h2 {
    font-size: 24px;
  }
}
.page-home section.section-contact {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-home section.section-contact h3 {
  color: #212529;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  letter-spacing: -1px;
  font-size: 34px;
  width: 300px;
  border-bottom: 1px solid #d2d2d5;
  padding-bottom: 15px;
  margin: 0 auto 30px auto;
  position: relative;
}
.page-home section.section-contact h3:after {
  position: absolute;
  left: 50%;
  bottom: -3px;
  height: 5px;
  width: 30px;
  margin-left: -15px;
  content: " ";
  background: #c13c3c;
}
.page-home section.section-contact h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}
.page-home section.section-contact p {
  color: #696969;
  font-weight: 300;
}
.page-home section.section-contact .sep {
  height: 20px;
}
.page-home section.section-contact .contact-form .form-control {
  background: #f6f6f6;
  border: none;
  padding: 13px 25px;
}
.page-home section.section-contact .contact-form input.form-control {
  height: 48px;
}
.page-home section.section-contact .btn-primary {
  background: #c13c3c !important;
  border: none;
  padding: 8px 25px;
  width: 120px;
}
.page-home section.section-contact .btn-primary:hover {
  background: #ce6262 !important;
}
.page-home section.section-contact .alert-success {
  border: none;
}
.page-home section.section-contact .alert-danger {
  border: none;
}

footer {
  display: block;
  background: #e8e8e8;
}
footer .footer-content {
  height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .footer-bar {
  background: #343838;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
footer .footer-bar .bar-content {
  line-height: 30px;
  display: inline-block;
  width: 100%;
}
footer .footer-bar .bar-content .left {
  text-align: left;
  float: left;
}
footer .footer-bar .bar-content .right {
  float: right;
}
footer .footer-bar a {
  color: #fff;
}

.indent {
  padding-left: 50px;
}

/*# sourceMappingURL=style.css.map */
