.container-fluid{
    color:white;
    text-align: center;
    /*! background-color: #ffae00; */
}

.container-fluid p {
    font-size: large;
    font-weight: 600;
    text-shadow: none;
  color: #3C3C3C;
}

.section-hero {
 /*   background-color: #ffae00;*/
    width: fit-content;
    padding: 4px;
    text-align: center;
    margin: auto;
    border-radius: 8px;
        margin-top:20px;
    
}

.section-features {
    padding: 50px 0;
    padding-top: 20px;
}

.feature-group {
    margin:auto;
    margin-bottom: 40px;
    padding: 20px;
    background-color: #ffae00;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 60%;
    text-shadow: 0 3px 10px #000;
}

.carousel-container {
    max-width: 600px; /* Adjust as needed */
    margin: 20px auto;

}

.feature-description {
    margin-top: 20px;
    text-align: center;
}

.carousel-item img {
        border-radius: 20px;
}

.carousel-inner {
        border-radius: 20px;
    border: solid;
    border-color: #0489c5;
}

.footerlink-list .btn-primary {
    font-size: 1.5vw;
    background-color: #ffae00;
    font-weight: 700;
  text-shadow:
    -1px -1px 0 #0000004f, 0 -1px 0 #0000004f, 1px -1px 0 #0000004f, 1px 0 0 #0000004f, 1px 1px 0 #0000004f, 0 1px 0 #0000004f, -1px 1px 0 #0000004f, -1px 0 0 #0000004f;
    padding: 2px 4px;
    box-shadow: 0 2px 4px #000;
}

.container h2 {
    /*! background-color: #ffae00; */
    margin-bottom: 0px;
    width: fit-content;
    padding: 4px 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: auto;
    font-size: xxx-large;
    font-style: italic;
      text-shadow: 0 3px 10px #000;
}
.hero-content h1 {
    font-weight: 700;
}
.carousel-control-next {
    right: -111.0px;
}
.carousel-control-prev {
     left: -111.0px;
}
.hero-content{
      text-shadow: 0 3px 10px #000;
}
.hero-content p {
    text-shadow: 0 3px 10px #000;
}
