/* Offset sticky header */
@media (min-width: 1024px) {
.page-wrapper {
  padding-top: 102px;
  }
}

/* Homepage Slider Old Version */
.slider2 .bs-slider, .slider2 .carousel-item {
  max-height: 530px;   
}


/* Set color on skewed background */
.slide-outer {
  background: rgba(238,31,35,0.9);
}


@media (min-width: 992px) {
 #slider.skew h1 {
     font-size: 38px;
 }
 /* Color of skew caption background on desktop */
  #slider.skew .caption-outer {
    background-color: rgba(238,31,35,0.9);
  }
}

/* Colors */

a {
    color:#ee1f23;
}

.bg-primary {
    background-color: #ee1f23!important;
}

.btn-primary {
    background-color: #ee1f23;
    border-color: #ca1a1e;
}

.btn-primary:hover {
    background-color: #ca1a1e;
    border-color: #b3171a;
}

/* Lists */
ul.list-icon-check>li::before {
    content: "\e080";
    font-family: 'simple-line-icons';
    color: #ee1f23;
    padding: 0 10px 0 0;
}

.list-group-item.active {
    background: #ee1f23;
    border-color: #ee1f23;
}

.list-group .list-group-item.active:hover {
    background-color: #ca1a1e;
    border-color: #ca1a1e;
}

/* Headings */
h5, .h5 {
    font-weight: 700;
}
