@font-face {
  font-family: bowlegs;
  src: url(/fonts/Windlass.ttf);
}

@font-face {
    font-family: libre-franklin;
    src: url(/fonts/LibreFranklin-VariableFont_wght.ttf);
}

@font-face {
    font-family: libre-franklin;
    src: url(/fonts/LibreFranklin-Italic-VariableFont_wght.ttf);
    font-style: italic;
}

/* GLOBAL STYLES
--------------------------------------------- */

body {
  padding-bottom: 3rem;
  position: relative; /* needed for scrollspy */
  font-family: libre-franklin, arial, helvetica, sans-serif; 
}

h1 {
    font-family: bowlegs;
    color: #fff;
}

h1.vendors {
    color: black;
  }

h2 {
  letter-spacing: 3px;
}

p {
  font-size: 1.15rem;
}

ul {
  padding-left: 1rem;
}

figcaption {
  font-size: .9rem !important;
}

a {
  text-decoration: none;
}

.no-break {
  white-space: nowrap;
}

/* NAVBAR
---------------------------------------------*/
.navbar {
    background-color: #000 !important;
}

.navbar-brand {
  margin-right: .3125rem;
}

.navbar-title-sponsor {
  white-space: nowrap; 
  color: #fff; 
}

/* CAROUSEL
-------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel-caption {
  bottom: auto;
  padding-bottom: 0;
  right: 5%;
  left: 5%;
}

.carousel-caption-bottom {
  bottom:0 !important; 
  /* padding-bottom: 1rem !important; */
}

/* Declare heights because of positioning of img element */
.carousel-item {
  /* height: 32rem; */
  height: 25rem;
}

.carousel-item>img {
  position: absolute;
  top: 0; 
  left: 0;
  min-width: 100%;
  /* height: 32rem; */
  height: 25rem;
  object-fit: cover;
  filter: brightness(0.6);
}

/* CUSTOMIZE THE NAVIGATION LINKS 
-------------------------------------------------- */

.navigation-link, .navigation-link-clue {
  position:relative; 
}

/* FEATURE SECTIONS 
-------------------------------------------------- */
.feature-heading {
  /*margin: 5rem 0 3rem 0; */
  margin: 3rem 0 2rem 0; 
  background-color: #000; 
  color: #fff;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2, .marketing h3, .marketing h4 {
  font-weight: 500;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.marketing .col-lg-3 {
  margin-top: 3rem;
  text-align: center;
}

.marketing .col-lg-3 p {
  margin-right: .5rem;
  margin-left: .5rem;
}

/* .marketing .highlight {
    border: 10px solid transparent;
    margin-top: 25px;
    margin-bottom: 20px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
} */

.marketing .thumb-title {
  letter-spacing: .01px;
}

.marketing .thumb-detail {
  line-height: 1rem;
}

/* Featurettes
------------------------- */

/* Space out the Bootstrap <hr> more */
.featurette-divider {
  margin: 3rem 0;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: .01px;
}
.featurette-subheading {
    letter-spacing: -.05rem;
    line-height: 1.2;
}

.featurette-location {
  font-size: 1.15rem;
  font-weight: 500;
}

.featurette-date-time {
  padding: 0 1rem;
}

.featurette-address {
  font-size: 1.15rem;
  color: rgb(33,37,41);
  text-decoration: none;
}

/* PARTNERS & SPONSORS
------------------------- */

.partners_bg_container {
  position: relative;
  z-index: 1;
}

.partners_bg_container .partners_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/img/shutterstock_296146661-med.jpg") center center;
  opacity: .8;
  width: 100%;
  height: 100%;
}

.partners_text {
  font-weight: 500;
  font-size: 1.25rem;
}

.partners>a>img {
  vertical-align: middle;
}

.partners-logo>a>img {
  max-height: 125px;
  margin-bottom: .5rem;
}

.sponsors-logo>a>img {
  max-width: 200px;
  margin: .5rem 1rem;
}

.sponsors-btn>a {
  margin: 2rem;
}

/* VENDORS 
------------------------- */
.vendors_bg_container {
  position: relative;
  z-index: 1;
}

.vendors_bg_container .vendors_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/img/bb69/vendors/_5102 1200x900.jpg") center center;
/*  background-repeat: no-repeat; */
  opacity: .3;
  width: 100%;
  height: 100%;
}

.vendors_text {
  font-weight: 500;
}

.vendors_text a:link {
  color: black;
  text-decoration: none;
}

.vendors_text a:visited {
  color: black;
  text-decoration: none;
}
.vendors_text a:hover {
  color: black;
  text-decoration: underline;
}
.vendors_text a:active {
  color: black;
  text-decoration: underline;
}

/* Footer 
------------------------- */
.footer-text {
  font-size: .875rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

/* NAVBAR HEIGHT: 56PX */
@media (max-width: 359px) {
    
    /* navigation bar images */
    .navbar-brand>img {
      height: 22px;
    }

    /* navigation bar text */
    .navbar-text {
      font-size: .5rem;
    }

    /* navigation bar title sponsor image */
    .navbar-title-sponsor a>img {
      height: 40px;
    }

    /* top caption on carousel */
    .carousel-caption-top {
        margin-top: 55px;
    }

    /* navigation links positioning */
    .navigation-link {
      scroll-margin-top: 56px; 
    }
    
    /* navigation link position for treasure hunt clue */
    .navigation-link-clue {
      top: -56px;
    }

    /* pages with without a hero section */
    .no_hero {
      padding-top: 1rem;
    }

    /* padding around krewe logo in festival section */
    #krewe_logo {
      padding: 3rem;
    }

    /* thumbnails in festival section */
    .marketing .thumb {
      width: 200px;
      height: 200px;
    }
}

@media (min-width: 360px) and (max-width: 413px) {

    /* increase image sizes on navigation bar */
    .navbar-brand>img {
        height: 24px;
    }

}

/* NAVBAR HEIGHT: 61PX */
@media (min-width: 360px) and (max-width: 575px) {

    /* navigation bar text */
    .navbar-text {
        font-size: .5rem;
    }
  
    /* navigation bar title sponsor image */
    .navbar-title-sponsor a>img {
      height: 45px;
    }
  
    .carousel-caption-top {
      margin-top: 61px;
    }

    .navigation-link {
     scroll-margin-top: 61px; 
     }

     .navigation-link-clue {
       top: -61px;
     }

      .no_hero {
        padding-top: 1.5rem;
     }
}

/* NAVBAR HEIGHT: 61PX */
@media (min-width: 414px) and (max-width:575px) {

    .navbar-brand>img {
        height: 30px;
     }
  
     .navbar-text {
        font-size: .65rem;
      }

      .navbar-title-sponsor a>img {
       height: 45px;
      }

}

/* NAVBAR HEIGHT: 91PX */
/* SMALL, MED, LARGE, XLARGE, XXLARGE */
@media (min-width: 576px) {

  .navbar-brand>img {
    height: 40px;
  }

  .navbar-text {
    font-size: 1rem;
  }

  .navbar-title-sponsor a>img {
    height:75px; 
  }
  
  .carousel-caption-top {
    margin-top: 91px;
  }

  .navigation-link {
    scroll-margin-top: 91px; 
  }   

  .navigation-link-clue {
    top: -91px; 
  }

  /* enlarge of thumbnails in festival section */
  .marketing .thumb {
    width:230px;
    height: 230px;
  }

  .no_hero {
    padding-top: 3.5rem;
  }

}

/* NAVBAR HEIGHT: 91PX */
/* LARGE, XLARGE, XXLARGE */
@media (min-width: 992px) {

  /* reduce size of thumbnails in festival section */
  .marketing .thumb {
    width:200px;
    height: 200px;
  }

  /* remove padding from krewe logo in festival section */
  #krewe_logo {
    padding: 0rem;
  }

}