/* Add here all your css styles (customizations) */


.website-header__section--light .navbar-nav:not([class*="website-main-nav-v"]) .open > .nav-link,
.website-header__section--light .navbar-nav:not([class*="website-main-nav-v"]) .active > .nav-link,
.website-header__section--light .navbar-nav:not([class*="website-main-nav-v"]) .nav-link.open,
.website-header__section--light .navbar-nav:not([class*="website-main-nav-v"]) .nav-link.active,
.website-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="website-main-nav-v"]) .open > .nav-link,
.website-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="website-main-nav-v"]) .active > .nav-link,
.website-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="website-main-nav-v"]) .nav-link.open,
.website-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="website-main-nav-v"]) .nav-link.active,
.website-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover
{
  color: #df3c37 !important; }
  
/*light-red*/
.website-btn-primary, .g-bg-primary, ::selection 
{
   background-color: #ba332f !important; 
}

/*underline-red*/
.g-brd-primary {
    border-color: #df3c37 !important;
}

.g-color-primary {
    color: #df3c37 !important;
}

/*button-red*/
.website-go-to-v1:hover, .website-go-to-v1:focus:hover {
    text-decoration: none;
    color: #fff;
    background-color: #df3c37;
}

/*red button dark-red*/
.website-btn-primary:hover, .website-btn-primary:focus, .website-btn-primary.active {
  background-color: #df3c37 !important;
  border-color: #df3c37 !important;

}

/*black transparent button dark-font*/
.website-btn-outline-darkgray {
    color: #1d1d1f;
    border-color: #1d1d1f;
    background-color: transparent;
}

/*white button dark-font*/
.website-btn-outline-white:hover {
    color: #1d1d1f;
    background-color: #fff;
}

.h0 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
}


.text-shadow {
    text-shadow: 1px 1px 30px #22190e;
}

.g-bg-gray {
    background: rgba(0,0,0,0.8);
}

/*dark color*/
body, .g-color-main {
  color: #1d1d1f !important;
}

.g-bg-light-gray {
    background-color: #f4f4f4cc !important;
}

.g-bg-footer-light-blue {
    background-color: #0e1a2c !important;
}

.g-bg-footer-dark-blue {
    background-color: #09111d !important;
}

a, a:focus, a:hover {
    color: #df3c37;
    outline: none;
}

.g-bg-light-gray {
    background: rgba(255, 255, 255, 0.8) !important;
}

.h1 {
    font-weight: 600;
    line-height: 1.2;

}

@media screen and (min-width: 576px) {
  .h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1400px) {
  .h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .h1 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1900px) {
  .h1 {
    font-size: 5rem;
  }
}

.p {
    font-weight: 400;
    line-height: 1.47059;
}

@media screen and (min-width: 576px) {
  .p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p {
    font-size: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .p {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .p {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1400px) {
  .p {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .p {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1900px) {
  .p {
    font-size: 3rem;
  }
}