.content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

body {
    background-image: url(bg_alt.png);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    background-attachment: fixed;
    color: rgb(221, 221, 221);
    font-family: jura, sans-serif;
    font-size: 130%;
}
.title, .title .row, .title * {
    color: rgb(221, 221, 221) !important;
    font-family: jura, sans-serif !important;
    margin-bottom: 5%;
}

.header-image {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: 35%;
    margin-top: 10%;
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.header-image:hover {
    transform: scale(1.15);
    z-index: 2;
}

.card {
    min-height: 350px;
}
.card,
.card-img-top,
.card-body,
.btn,
input,
textarea {
    border-radius: 0 !important;
}

.modern-card {
    background: linear-gradient(135deg, #232526 0%, #414345 100%);
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.25);
    border: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.modern-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.25);
}

.card-title, .card-text {
    color: #fff;
    letter-spacing: 0.5px
}

.modern-btn {
    background: linear-gradient(90deg, #caac00f1 0%, #c28400 100%);
    border: none;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    transition: background 0.2s, color 0.2s;
}

.modern-btn:hover {
    background: rgb(209, 204, 192);
    color: #000000;
}
.row.justify-content-center > .col-md-4 {
    max-width: 350px;
    flex: 0 0 350px;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 5%;
    margin-bottom: 7% !important;
}
.container{
    margin-top: 10%;
}
#slideshow-img {
    transition: opacity 0.6s;
    opacity: 1;
}
#slideshow-img.fade-out {
    opacity: 0;
}

#galleryCarousel .carousel-item img {
    object-fit: cover;
    width: 100%;
}

.fade-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: opacity, transform;
}

.fade-section.visible {
    opacity: 1;
    transform: none;
}

.points {
    margin-bottom: 8%;
}

#galleryCarousel {
    width: 100%;
    max-width: 1000px;
    height: 550px;
    margin: 0 auto;
}

#galleryCarousel .carousel-inner,
#galleryCarousel .carousel-item,
#galleryCarousel img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}

@media (max-width: 700px) {
    #galleryCarousel {
        max-width: 98vw;
        height: 220px;
    }
    #galleryCarousel .carousel-inner,
    #galleryCarousel .carousel-item,
    #galleryCarousel img {
        height: 220px;
        max-height: 220px;
    }
    .container,
    .container-fluid.content {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

html, body {
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

@media (max-width: 700px) {
    .container,
    .container-fluid.content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        box-sizing: border-box;
    }
    .row.justify-content-center > .col-md-4 {
        max-width: 100vw;
        flex: 0 0 100vw;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 1800px) {
    body {
        font-size: 150%;
    }
}

.footer-social a i {
    color:#c28400;
    transition: color 0.2s;
}
.footer-social a:hover i {
    color:rgb(209, 204, 192);
}

