/* Override Bootstrap primary button color */
.btn-primary {
    background: linear-gradient(to bottom, #5c2d81 0%, #4a246a 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 0 6px rgba(92, 45, 129, 0.5);
    transition: transform 0.2s ease;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 12px rgba(92, 30, 129, 0.8);
    }

/* Optional: if you're using .btn by itself */
.btn {
    font-weight: 350;
    border-radius: 0.375rem;
}

body {
    background-color: #0d0d0d;
    color: #e0e0e0;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0px;
}

li {
    color: darkmagenta;
}

.container-fluid {
    margin-left: 0;
    margin-right: 0;
}

.row {
    margin-left: 300px;
    margin-right: 300px;
}

section {
    padding: 0px 0px;
    margin-left: 0;
    margin-right: 0;
}

.section-title {
    padding-top: 30px;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.h5 {
    color: #10BDF2;
    padding-top: 10px;
    padding-bottom: 5px;
}

.section-title {
    color: #7d44a2;
    padding-bottom: 10px;
}

.btn-dark-outline {
    border: 1px solid #e0e0e0;
    color: #e0e0e0;
    background-color: transparent;
}

.btn-dark-outline:hover {
    background-color: #e0e0e0;
    color: #0d0d0d;
}

.image-full {
    width: 100%;
    height: auto;
    padding: 0px;
}

/* Base background section class (shared styles) */
.section-background {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 200%;
    padding: 0px 0px;
}

/* Specific variant for #inner-beast */
#prophecy.section-background {
    background-image: url('Assets/Images/druid_bg.png');
}

/* Specific variant for #inner-beast */
#inner-beast.section-background {
    background-image: url('Assets/Images/druid_bg.png');
}

/* Shared section background */
.section-colored-bg {
    background-color: #ffffff;

    /* dark background for section */
    padding: 00px 0px;
}

#blight.section-title {
    color: #7D44A2;
}

#relics.section-title {
    color: #883A02;
}

#siphoncore.section-title {
    color: #390F54;
}

#devblogbanner.background-cover {
    padding: 0px 0px;
}

/* Paragraph styling inside colored sections */
.section-colored-bg p {
    background-color: #ffffff;
    color: #333333;
    padding: 0rem;
    border-radius: 6px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 1400px) {
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}