html {
    position: relative;
    height: 100%;
  }
  .headerFix
  {
      /*margin-top:7rem;*/
  }
  .pageWrapper
  {
      position: relative;
    min-height: 100vh;
  }
  .ahdFullHeight
  {
      padding-bottom: 300px;
  }
  
  .footer {
     /* position:absolute;
      bottom:0;
      width: 100%;*/
    /* Set the fixed height of the footer here */
   /* height: 300px;*/
  }
  
  /* Taller footer on small screens */
  @media (max-width: 34em) {
      body {
        margin-bottom: 500px;
      }
      .footer {
        /*height: 500px;*/
      }
  }
  
  /* Sticky footer style and color
  -------------------------------------------------- */
  footer {
      
    padding-top: 30px;
    background-color: #292c2f;
    color: #bbb;
  }
  
  footer a {
    color: #999;
    text-decoration:none;
  }
  
  footer a:hover, footer a:focus {
    color: #aaa;
    text-decoration:none;
    border-bottom:1px dotted #999;
  }
  
  footer .form-control {
      /*background-color: #1f2022;*/
      box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
      border: none;
      resize: none;
      color: #d1d2d2;
      padding: 0.7em
  }


  


  .carousel-caption {
    bottom:5em !important;
  }
  .carousel-caption-left {
    left:5rem !important;
    top:5rem !important;
    right:50% !important;
    position:absolute;
  }


.carousel-indicators {
 /* bottom:5em !important;*/
 justify-content:right;
 left: auto !important;
}
.carousel-indicators li /*override*/
{
  height:30px !important;
  /*opacity:0.7 !important*/;
}
.carousel-tagline
{
  font-size:2rem;
  font-weight:bold;
}

.carousel-tagline-alt
{
  font-size:1.2rem;
  font-weight:bold;
  color:#fff;
}
.mobileimg
    {
      object-fit:cover;
      max-height:460px;
    }
.carousel{
  margin-top:1rem;
}
.carousel-indicators .active
{
  background-color:#DDB008; 
  opacity:1;
}
  /* slider - remove margins */
  .ahd-slider
  {
      margin:0,0,0,0;
  }
  .slidercaptionshade
  {
      
      background-color:rgba(0,0,0,0.6);
  padding:1rem;
  border-radius:1rem;
  }
  .sliderheading
  {
      font-size:5rem;
      color:#fff;
      margin-bottom:2rem;
      font-family:'racing sans one',sans-serif;
  }
  .sliderheading-alt
  {
      font-size:2rem;
      color:#fff;
      margin-bottom:2rem;
      font-family:'racing sans one',sans-serif;
      
  }

  /*animations*/
  .tracking-in-expand {
      -webkit-animation: tracking-in-expand 6s cubic-bezier(0.190, 1.000, 0.220, 1.000) 1 both;
              animation: tracking-in-expand 6s cubic-bezier(0.190, 1.000, 0.220, 1.000) 1 both;
  }
  /* ----------------------------------------------
   * Generated by Animista on 2019-2-25 15:44:6
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
  
  /**
   * ----------------------------------------
   * animation tracking-in-expand
   * ----------------------------------------
   */
   /* ----------------------------------------------
   * Generated by Animista on 2019-2-25 15:53:10
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
  
  /**
   * ----------------------------------------
   * animation tracking-in-expand
   * ----------------------------------------
   */
  @-webkit-keyframes tracking-in-expand {
      0% {
        letter-spacing: -0.5em;
        opacity: 0;
      }
      40% {
        opacity: 0.6;
      }
      100% {
        opacity: 1;
      }
    }
    @keyframes tracking-in-expand {
      0% {
        letter-spacing: -0.5em;
        opacity: 0;
      }
      40% {
        opacity: 0.6;
      }
      100% {
        opacity: 1;
      }
  
  
  
      
      }
      .page-numbers {
          display: inline-block;
          padding: 5px 10px;
          margin: 0 2px 0 0;
          border: 1px solid #eee;
          line-height: 1;
          text-decoration: none;
          border-radius: 2px;
          font-weight: 600;
      }
      .page-numbers.current,
      a.page-numbers:hover {
          background: #f9f9f9;
      }

/* ########################## SMALL SLIDER STYLES ####################### */

.sm-carousel-indicators{
position: absolute;
right: 0;
top: 0;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}

.sm-carousel-indicators li
{
  top:0;
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color:#DDB008;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.9;
  transition: opacity .6s ease;
}
.sm-carousel-indicators li /*override*/
{
  height:15px !important;
  background-color:000;
  /*opacity:0.7 !important*/;
}
.carousel-indicators .active
{
  background-color:#DDB008; 
  opacity:1;
}
.sm-sliderheading
{
  font-size:1.3rem;
  font-weight: bolder;
}
.sm-carousel-tagline
{
  font-size:1rem;
  font-weight:bold;
}
.sm-slider-p
{

}
.sm-carousel-caption
{
  position:relative !important;
  font-size:1rem;
  right:0px !important;
  left:0px !important;
  bottom:0px !important;
  color:#fff;
  padding:1rem;
  text-align:center;
}
.sm-slidercaptionshade
{
  background-color:#000;
  min-height:220px;
  border-radius:0px;
}
.mobileimg
    {
      object-fit:cover;
      min-height:220px;
    }


/* ######################### MOBILE PHONE ############################### */

      @media only screen and (max-width: 576px) {
      .carousel-caption-left {
        
        position:relative;
      }
    .carousel-caption
    {
      position:relative !important;
      font-size:1rem;
      right:0px !important;
      left:0px !important;
      bottom:0px !important;
    }
    
    .mobileimg
    {
      object-fit:cover;
      min-height:220px;
    }
    .carousel-tagline
    {
      font-size:1rem;
    }
    .sliderheading{
      font-size:1rem;
    }.carousel-indicators{
      top:0;
    }
    .slidercaptionshade
    {
      background-color:#000;
      min-height:220px;
      border-radius:0px;
    }
    .carousel-indicators{
      margin-right:0px !important;
      height:3rem;
    }
  }