/* Base Styles */
body {
    font-family: 'Source Sans 3', sans-serif;
}

/* Bootstrap Carousel Hero Section */
.carousel {
    width: 100%;
    height: 600px;
}
.carousel-item {
    height: 600px;
    background-size: cover;
    background-position: center;
}
.carousel-indicators [data-bs-target] {
    background-color: #fff;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.carousel-indicators .active {
    opacity: 1;
}

/* Custom Adjustments */

/* Header */
.img-header {
    max-height: 52px;
}

/* Buttons */
.btn-default {
    background-color: #C96565;
    border: 3px solid #C96565;
    color: #FFFFFF;
}

.btn-default:hover {
    background-color: #FFFFFF;
    border: 3px solid #C96565;
    color: #C96565;
}

/* Cards */
.card-body {
    background-color: #E7EAE8;
    display: flex;
    flex-direction: column;
}

.card-body div img {
    max-height: 50px;
    max-width: 80%;
}

.swan .card-body div img {
    max-height: 60px
}

.card {
    height: 100%;
}

.card-img-top {
    height: 200px;
    max-height: 200px;
    object-fit: cover;
}

.card-text {
    font-size: 1.2rem;
}

/* Footer */
footer {
    font-family: "Gotham", sans-serif;
    font-size: 13px;
    font-weight: 400;
}

footer .btn {
    border-radius: 0;
    font-size: 13px;
    padding: 8px 25px
}

.footer-links {
    background-color: rgb(129, 150, 139);
}


/* Colors */
.bg-dark {
    background-color: #000;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    color: #000;
}
