@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
    /* Add additional src lines for other font file formats if available */
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    /* Add additional src lines for other font file formats if available */
}

@font-face {
    font-family: 'Birthstone';
    src: url('../fonts/Birthstone-Regular.ttf') format('truetype');
    /* Add additional src lines for other font file formats if available */
}

body {
    background-color: #0d2513 !important;
    color: #DDE6B0 !important;
}

a {
    color: white !important;
}

a:visited {
    color: white !important;
}

a:hover {
    color: white !important;
}

a:active {
    color: white !important;
}

.carousel-item {
    height: 100%;
    /* Ensure the carousel items fill the full height */
}

.carousel-item img {
    object-fit: cover;
    /* Resize the image to fill the container while maintaining aspect ratio */
    height: 100%;
    /* Fit the image height to 100% of the carousel item height */
    width: 100%;
    /* Make sure the image takes the full width of the container */
}

.footer {
    margin-top: 30px;
    text-align: center !important;
    height: 20px !important;
    background-color: #211313 !important;
    width: 100% !important;
    color: #fff !important;
    z-index: -1 !important;
    font-family: 'RobotoCondensed' !important;
}

.carousel-caption{
    background-color: rgba(0, 0, 0, 0.5) !important;
    font-family: 'RobotoCondensed' !important;
    border-radius: 10px !important;
}