
a {  color: #8d2514; }
a:hover {    color: rgba(0, 148, 216, 0.8); }


.page-header-alpha .navbar-mainmenu .nav-item {
  font-family: 'Exo', "Open Sans", sans-serif;
  text-transform: none;
  letter-spacing: 0; }

.section-title .title {
  font-family: 'Exo', "Open Sans", sans-serif;
  text-transform: none; }


.display-title,
.section-home h1,
.section-home h2,
.media-service h4,
.section-content h2,
.section-content h3 {
  font-family:'Exo', "Open Sans", sans-serif; }

/* small text */
.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item,
.scrolldown a,
.btn-outline-white,
.btn-outline-black,
.display-subtitle,
.display-condensed,
.btn-divided .b-title {
  font-family: 'Exo', "Open Sans", sans-serif; }

/* 2. page-header / .page-header */
/* nav */
.page-header-alpha .navbar-mainmenu .nav-item a:hover {
  color: #8d2514; }

/* 3 .sections */
/* title */
.section.section-title-layout {
  background: #1d1d1d; }
  @media (min-width: 1024px) {
    .section.section-title-layout {
      background: rgba(255, 255, 255, 0.05); } }

.section-title.decor::after, .section-title.decor::before {
  display: none; }

/* subscription form */
.section-register {
  background: #1d1d1d; }
  @media (min-width: 1024px) {
    .section-register {
      background: rgba(159, 44, 21, 1); } }

.form-container-transparent.form-container-white .form-desc h4 {
  color: #ffffff; }

.form-container-transparent.form-container-white .form-input label {
  color: #ffffff; }

/* 4. Scrolling behavior */
.page-cover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  transition: 0.3s; }

.page-cover.scrolled:after {  background: rgba(0, 0, 0, 0.6); }
