:root {
  --color-primary:#bf0811;
  --color-gradient-start:#bf0811;
  --color-gradient-stop:#bf0811;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.75em;
  font-size: 15px;
  color: #797979;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Raleway', sans-serif;
  color: #282828;
  font-weight: 700;
}

.h1, h1 {
  font-weight: 700;
  line-height: 1.6363em;
  font-size: 55px;
}

.h2, h2 {
  line-height: 1.111em;
  font-size: 45px;
}

.h3, h3 {
  line-height: 1.111em;
  font-size: 37px;
}

.h4, h4 {
  line-height: 1.4em;
  font-size: 24px;
}

.h5, h5 {
  line-height: 1.9em;
  font-size: 20px;
}

.h6, h6 {
  font-size: 16px;
}

.main-nav > li > a {
  font-weight: 500;
  color: #252525;
}

.main-footer {
  color: #92959b;
}

.main-footer a:not(.btn) {
  color: #fff;
}

.main-footer a:not(.btn):hover {
  color: #fff;
}

@media (min-width: 1200px) {
  .main-header .is-stuck {
    background: #ffffff !important;
  }
  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a {
    color: #353535 !important;
  }
}