@import url("https://fonts.googleapis.com/css2?family=Krub:wght@300;400;500;600;700&family=Open+Sans:wght@400;500;600;700;800&display=swap");

.slide-ratio {
  position: relative;
  display: block;
  overflow: hidden;
}

.slide-ratio::before {
  display: block;
  width: 100%;
  content: "";  height: 440px;
}


.slide-ratio img {position:absolute;top:0;    max-width: 100%;}

/*  SLICK IMAGE SLIDER  */

/* Position Slick dots container down some so
     controls are positioned under slider
*/
.story-slideshow ul.slick-dots {
  margin-top: -12% !important;
}
.story-slideshow ul.slick-dots:hover {
  opacity: 0.95;
}
/* Add bottom margin to slideshow slide 
    to push arrows and dots down some */
.image-slideshow-slide {
  margin-bottomx: 50px;
}
.story-slideshow .slick-dots button {
  background: #fff;
  border-radius: 50px;
  color: #000;
  border: 1px solid white !important;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-right: 0px;
  padding-left: 2px;
  width: 10px; height: 10px; font-size: 0px !important;
}
.story-slideshow .slick-dots > li {
  display: inline-block;
  margin: 10px;
}
.story-slideshow .slick-dots > .slick-active {
  color:  #9e0100;
  font-weight: bold;
}
.story-slideshow .slick-dots {
  list-style: none;
  transition: 0.2s;
  /* Align arrows left */
  text-align: center;
  padding: 0;
  position: relative; 
  /* Set width and center dots/arrow container so slider controls aren't flush
  - i.e. add a little left and right spacing under slide. */
  width: 100%;
  margin: 0 auto;
}
.story-slideshow .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.story-slideshow .slick-dots li button {
  border: none;
  cursor: pointer;
  font-size: 8px;
  box-shadow: 0 0 0 0 transparent;
  color: #000;
  transition: all 0.3s ease;
  opacity: 1;
}
.story-slideshow .slick-dots li button:focus {
  outline: none; color: #fff;
}
.story-slideshow .slick-dots li button:hover {
  opacity: 1;
  background:  #9e0100; color: #fff;
}
.story-slideshow .slick-dots li.slick-active button {
  background:  #9e0100;
  opacity: 1; color: #fff;
}
/* Hide defualt slick prev - next text
   Still accessible.
*/
.story-slideshow .slick-arrow {
  font-size: 1px !important;
  color: transparent;
}
.story-slideshow .slick-arrow {
  position: absolute;
  background: #fff;
  opacity: 0.7;
  bottom: -25px;
  z-index: 1;
  transform: translateY(-50%);
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 0%;
  cursor: pointer;
  outline: none;
  transition: 0.25s;
}
.story-slideshow .slick-arrow:hover, .image-slideshow .slick-arrow:focus {
  border-color: white;
  color:  #B22234;
  background:  #B22234;
  opacity: 0.95;
}
.story-slideshow .slick-arrow:active {
  transform: translateY(-50%) scale(0.9);
}
.story-slideshow .slick-prev {
  right: 75px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px; display: none !important;
}
.story-slideshow .slick-next {
  right: 25px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px; display: none !important;
}
.story-slideshow .slick-prev:before {
  content: "←";
  color: white;
  font-size: 20px;
}
.story-slideshow .slick-next:before {
  content: "→";
  color: white;
  font-size: 20px;
}

.story-slide a {
    color:#fff !important; font-size: 16px;
    background-color: #9e0100; border: 2px solid #fff; border-radius: 30px; padding: 10px 20px;
    text-decoration:none;
	justify-content: center;
	align-content: center;
  cursor:pointer;
    transition: 2s border-radius;
  text-align:center;
}

.story-slide iconify-icon{ text-align: right; top: 3px; position: relative;
  left: 8px;}
.story-slide a:hover {transition: 2s border-radius;  border-radius: 60px;}
.slide-text-overlay {
  padding:5vw;


}

.story-slide figcaption { position: absolute;
  z-index: 999;
  top:10%;
}

.slide-caption h4 {
  margin: 0px !important;
    font-size: 18px;
    color: #9e0100;     font-family: "Open Sans"; font-weight: 800; letter-spacing: 3px;  -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white; 
}

.slide-caption h2{ font-weight: 800; color: #fff; letter-spacing: 1px; margin: 5px 0px !important; font-size: 50px; font-family: "Krub";}

.slide-caption p{font-size: 14px; color: #fff; line-height: 1.5; letter-spacing: 1px;}

.slide-caption h6{ font-size: 16px; font-weight: 500; letter-spacing: 1px; color: #fff; text-align: center;}

.slide-caption h6 span{ font-size: 55px; font-weight: 800; display: initial;}
.slide-caption h6 iconify-icon{ font-size: 50px; margin-left: -12px;
  position: relative;
  top: 6px !important;
  left: 0px !important;
}

.story-slide-overlay {width:100%;height:100%;position:absolute;top:0;}
.story-slide-overlay  h2 {font-size:30px;text-transform:uppercase;letter-spacing:1px;
  font-weight:800;
 padding-left:30px;
   padding-top:20px;
   padding-bottom:20px;
    padding-right:30px;
  position:absolute;bottom:0;
  background:rgba(0,0,0,0.60); }

@media (max-width: 980px) {

  .story-slide-overlay  h2 {font-size:20px;}
  .story-slide a {
  font-size:15px;
  letter-spacing:0px;
padding:5px;
    margin-top:8px;
  
    text-align:center;
  }

.story-slide figcaption {
  position: absolute;
  z-index: 999;
  top: 20px;
}
  
  }


/* Re-set hacks */
figure {
  margin: 0;
  padding: 0;
}


ul {
    display: block;
    list-style-type: none;
    margin-block-start:0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

/* ===================================================*
    
     ."".    ."",       
     |  |   /  /
     |  |  /  /
     |  | /  /
     |  |/  ;-._ 
     }  ` _/  / ;
     |  /` ) /  /             PEACE and LOVE
     | /  /_/\_/\
     |/  /      |           Mark in New Orleans
     (  ' \ '-  |
      \    `.  /
       |      |
       |      |

	
	
/* ===================================================*