.nav-button-custom {
    border: none;
    background-color: transparent;
    padding: 10px;
    font-size: larger;
}

.first-nav {
    padding: 30px 30px 10px 30px;
}

.second-nav {
    border-top: 1px solid #dfdfdf;
}

.nav-item {
    margin: 0px 20px 0px 20px;
    color: black;
}

.nav-link:hover {
    color: #ff3e00;
    border-bottom: solid 2px #ff3e00;
}

.nav-link.active {
    color: #ff3e00 !important;
    border-bottom: solid 2px #ff3e00;
}

.carousel-item {
    height: 500px;
    background-size: cover;
    background-position: center;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1rem;
    border-radius: 0.5rem;
}
.card-container {
    margin-top: 2rem;
}
.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card-body {
    text-align: center;
}
.card-text{
    font-weight: bolder;
}
.btn-container {
    /* margin-top: 2rem; */
    text-align: center;
}

.btn-card-custom{
    background-color: #bee1eb;
    font-size: 0.8em;
    border-radius: 50px;
}
.btn-upcoming-events{
    border: solid black 1px;
    padding: 15px 40px;
}
.btn-upcoming-events:hover{
    border: solid black 1px;
    background-color: black;
    color: white;
}

.jumbotron-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem;
    border-radius: 0.5rem;
    color: white;
    position: relative;
}
.jumbotron-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    z-index: 1;
}
.jumbotron-content {
    position: relative;
    z-index: 2;
    flex: 1;
}
.jumbotron-content h1 {
    font-size: 2rem;
}
.btn-custom-jumbo {
    color: white;
    border: 1px solid white;
    padding: 15px 40px;
    position: relative;
    z-index: 2;
}
.btn-custom-jumbo:hover {
    color: black;
    background-color: white;
    border: 1px solid white;
    padding: 15px 40px;
    position: relative;
    z-index: 2;
}



.album-section-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.album-section-cards {
    flex: 1;
    margin-right: 1rem;
}
.album-section-image {
    flex: 1;
    /* background: url('https://via.placeholder.com/800x600') no-repeat center center; */
    background-size: cover;
    height: 100%;
    border-radius: 0.5rem;
}
.btn-custom-album{
    font-size: 1em;
    border: solid black 1px;
    padding: 15px 40px;
}
.btn-custom-album:hover{
    border: solid black 1px;
    background-color: black;
    color: white;
}

.footer {
    background-color: #343a40;
    color: white;
    padding: 2rem 0;
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer-column {
    margin-bottom: 1rem;
}

.list-unstyled>li{
    padding : 8px 0px !important;
}
.card-img-top {
    height: 300px; /* Set a fixed height */
    width: 100%; /* Make sure it fits the card width */
    object-fit: cover; /* Ensures the image covers the entire area */
}


.teen-businesses-section {
    /* this url whill change the image of teen business section on home page */
    background: url('../images/image 1 1600x400.png') no-repeat center center;
    background-size: cover;
}

.signup-section {
    /* this url whill change the image of teen business section on home page */
    background: url('../images/image 2 1600x400.png') no-repeat center center;
    background-size: cover;
}