/* BELOW - This is customizations for the Subatomik Aftermarket Theme */
div.theme-atomik footer div.atomik-logo img, div.theme-atomik footer div.atomik-logo picture {
    height: 44px;
    margin-right: .25rem;
    width: 145px;
}
.btn-primary {
    color: #fff;
    background-color: #5992b7;
    border-color: #5992b7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
div.theme-atomik footer a:hover {
    color: #F2AF81;
}
/* BELOW - This is for the Custom Rumble Social Icon - Font Awesome Does Not Exist Yet */
.temp-rumble {
  visibility: hidden;
}
.temp-rumble img {
  background-image: url("https://littlelogchurch.com/application/files/8716/7656/0418/RUM-373a3b-SM.png");
  visibility: visible;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 27px;
  width: 25px;
  padding: 0px;
  margin: 0px;
}
.temp-rumble:hover img {
  background-image: url("https://littlelogchurch.com/application/files/1116/7657/5191/RUM-373a3b-SM-alt.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 27px;
  width: 25px;
  padding: 0px;
  margin: 0px;
}
/* BELOW - This is for OMNI-Gallery Custom CSS - HERO Image Replacment */
.home-hero .mt-4 {
    margin-bottom: 15px;
    }
.home-hero .btn-primary {
    background-color: #ff0100;
    border-color: #ff0100;
    border-radius:5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
@media (min-width: 20em) {
    .home-hero .omni-hero-panel h1 {
    font-size: calc(2.5rem + ((1vw - 0.2rem) * 2.8571));
    min-height: 0vw;
    }
    .home-hero .omni-hero-panel h2 {
    font-size: calc(2rem + ((1vw - 0.2rem) * 1.0714));
    min-height: 0vw;
    }
    .home-hero .omni-hero-panel .btn {
    font-size: calc(0.8rem + ((1vw - 0.2rem) * 0.8571));
    min-height: 0vw;
    }
  .home-hero .omni-hero-panel {
    width: calc(21.4844rem + ((1vw - 0.2rem) * 36.8304));
    min-height: 0vw;
  }
}
@media (min-width: 160em) {
    .home-hero .omni-hero-panel h1 {
    font-size: 6.5rem;
    }
    .home-hero .omni-hero-panel h2 {
    font-size: 3.5rem;
    font-weight: 400;
    }
    .home-hero .omni-hero-panel .btn {
    font-size: 2rem;
    }
  .home-hero .omni-hero-panel {
    width: 73.0469rem;
  }
}
.home-hero .omni-hero-panel h1,
.home-hero .omni-hero-panel h2,
.home-hero .omni-hero-panel h3{
color:#ffffff;
margin: 0;
line-height: 100%;
}
.home-hero .omni-hero-panel p,
.home-hero .omni-hero-panel li {
color:#ffffff;
font-size:20px;
}
.home-hero .omni-hero-panel{
display: inline-block;
position: relative;
top: 50%;
left: 50%;
transform: translateX(-50%);
background-color:rgba(40,40,40,0.3);
text-align: center
}
/* BELOW - This fixes Anchor Links overshoot  */
:target {
    display: block;    
    position: relative;     
    top: -100px;
    visibility: hidden;
}
/* BELOW - This fixes Font Size for Accordian Buttons  */
.accordion-button.collapsed {
    font-size: 3rem;
}
/* BELOW - This fixes Font Size History Timeline vertical  */
.ccm-page .llc-history-timeline-v h2 {
    font-size: 2rem;
    font-weight: 400;
}
.ccm-page .llc-history-timeline-v h3 {
    font-size: 1.5rem;
    font-weight: 400;
}