  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */

  #myCarousel {
    background: #fdfdfd;
    margin-top: 119px;
    margin-bottom: 15px;
  }

  .carousel-indicators {
    justify-content: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0 !important;
  }

  .carousel-indicators button {
    background-color: #433f45 !important;
    width: 13px !important;
    height: 13px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .carousel-indicators button.active {
    background-color: #ffd322 !important;
  }

  .carousel-control-prev, .carousel-control-next {
    width: 7%;
    opacity: 0;
  }

  .carousel-control-prev:hover, .carousel-control-prev:focus, 
  .carousel-control-next:hover, .carousel-control-next:focus {
    opacity: 0.4;
  }

  .carousel-control-next-icon {
    background-image: url("../img/chevron-compact-right.svg");
  }

  .carousel-control-prev-icon {
    background-image: url("../img/chevron-compact-left.svg");
  }
  
  .carousel-inner {
    background-image: url("../img/header_background.png");
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .item-container {
    margin-bottom: 20px;
  }

  .item-container h1 {
    font-family: 'BenchNine', arial;
    text-shadow: 1px 0px 2px #696969;
    font-size: 55px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .item-container p {
    font-family: 'Open_Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    border-left: 2px solid #ffd322;
    padding-left: 15px;
  }

  /*
  .item-container a, 
  .item-container a:visited,
  .item-container a:focus {
    font-family: 'BenchNine', arial;
    font-size: 16px;
    background-color: #ffd322;
    border-color: #e7bf1d;
    border-radius: 0;
    box-shadow: none !important;
    color: #444343;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .item-container a:hover, .item-container a:visited:hover {
    background-color: #e7bf1d;
    border-color: #e7bf1d;
    border-radius: 0;
    box-shadow: none;
    color: #444343;
  }

  */