body {
    padding: 0px;
}

header {
    padding: 15px 0px 4px 0px;
    font-size: 16px;
    color: #336799;
    font-weight: 600;
    border-bottom: 2px solid #d8d8d8;
}

header i {
    font-size: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.navcol {
    background-color: #d1936c21;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #ffffff;
    background-color: #B99E7B;
}

.textinfo {
    font-size: 15px;
}

.carouselmerch {
    padding: 2% 5%;
    max-width: 95%;
    margin: auto;
}

.carouselmerch img {
    height: 375px;
    object-fit: cover;
}

.custom-caption {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 45%;
    height: 80%;
    background: rgba(80, 80, 80, 0.45);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.custom-caption h1 {
    color: white;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
}

.custom-caption p {
    color: white;
    font-size: 18px;
    margin-top: 15px;
}

.custom-caption .btn {
    width: fit-content;
    margin-top: 30px;
    padding: 12px 25px;
    font-size: 15px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #ffffff;
}

@media only screen and (max-width: 770px) {
    header img {
        max-width: 100%;
    }
    .custom-caption {
        width: 100%;
        padding: 25px;
    }
    .custom-caption h1 {
        font-size: 30px;
    }
    .custom-caption .btn {
        padding: 12px;
        font-size: 15px;
    }
}