
.nav-link {
    font-size: 1rem;
    color: white;
}

.nav-link:hover {
    color: #D48548;
}

.nav-link:active {
    color: rgb(159, 159, 159);
}

.navbar-toggler {
    background-color: white;
}


.myheader-image {
    background-image:url(images/jumbotron-2024.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 550px;
    color: white;
}

.mybox-boarding {
    background-color: #8b7941;
    color: white;
    padding: 50px;
}

.mybox-grooming {
    background-color: #9c8f68;
    color: white;
    padding: 50px;
}

/* compound selectors */
.mybox-boarding a {
    color: #f3f169;
    text-decoration: none;
}

.mybox-boarding a:hover {
    text-decoration: underline;
}

.myitalics {
    font-style: italic;
    text-align: center;
    font-size: .8rem;
}

h5 {
    text-align: center;
    letter-spacing: 6px;
}

h1 {
    text-align: center;
    letter-spacing: 18px;
    font-size: 2.6rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.507);
}

.callout {
    text-align: center;
    letter-spacing: 6px;
    font-size: 1.2rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.507);
}

.mybg1 {
    background-color: #f8f6f5;
    padding: 50px;
}

.mybg2 {
    background-color: #222528;
    padding: 50px;
    color: white;
}

/* compound selectors */
.mybg2 a {
    color: #f3f169;
    text-decoration: none;
}

.mybg2 a:hover {
    text-decoration: underline;
}


.myalertbox {
    background-color: #f3f169;
    padding: 3px;
    text-align: center;
    font-size: .7rem;
}

.myalertbox:hover {
    background-color: rgb(203, 203, 203);
}

/* FAQ button to open and close collapsible content */
.collapsible {
    background-color: #f8f6f5;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
  }
  
.collapsible:hover {
    background-color:rgb(226, 215, 204);
  }
  
  /* FAQ style collapsible content. Hidden by default */
  .faqsimplecontent {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: rgb(226, 215, 204);
    text-align: left;
    font-size: 0.9rem;
  }



  /* Quotes slideshow for Testimonials styling */

/* Slideshow container */
.slideshow-container {
    position: relative;
    background: #f8f6f5;
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 30px;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 10px;
    background: #f4ece7;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Add an italic font style to all quotes */
  q {
    font-style: italic;
    text-align: center;
    font-size: .75rem;
  }
  
  /* Add a blue color to the author */
  .author {
    letter-spacing: 3px;
    font-size: .6rem;
    padding-top: 20px;
  }

