body,HTML {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    overflow-x: hidden;
    /* Prevent horizontal overflow */
}
.jumbotron,
.bg-dark {
    background-color: #2f2630 !important;
    border-radius: 0;
}

hr {
    margin: 80px 0;
}

h1.call-out-1 {
    font-size: 4rem;
    line-height: 1;
    color: white;
}

h2 {
    font-size: 1rem;
}

p.call-out-lead {
    font-size: 24px;
}

p.lead {
    font-weight: 400;
    color: #ffffffe0;
}

/* Brand Color */

/* Navbar */
.navbar.bg-primary {
    background-color: #9C27B0 !important;
}

.navbar .navbar-brand {
    color: #ffffffbf !important;
    font-weight: 500;
    font-size: 1rem;
}

.navbar .navbar-nav .nav-link {
    color: #ffffff;
}

/* Primary Buttons */
.btn-primary {
    background-color: #9C27B0;
    border-color: #9C27B0;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #9C27B0F0;
    border-color: #9C27B0F0;
}

/* Text Primary */
.text-primary {
    color: #9C27B0 !important;
}

.btn,
h1,
h2,
h3,
h4,
h5 label,
input::placeholder {
    text-transform: capitalize;
}

.fas {
    color: #444;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 1rem 1.25rem;
}

a.text-primary {
    color: #9C27B0 !important;
}

img.logo {
    height: 60px;
}

pre {
    display: block;
    font-size: 100%;
    color: #212529;
    padding: 20px;
    border: 1px solid #b9d2dd;
    margin-top: 20px;
    border-radius: 6px;
    background: #fafafa;
    overflow: auto;
    text-wrap: pretty;
}

.highlight {
    color: red;
}

.navbar .btn-outline-light {
    color: #9c27b0;
    border-color: #ffffff;
    overflow: inherit;
    background: white;
    font-weight: 500;
}

.btn-outline-light.cta {
    color: white;
    border-color: #ffffff;
    overflow: inherit;
    /* background: white; */
    font-weight: 500;
}

pre {
    display: block;
    font-size: 14px;
    color: #212529;
    padding: 12px 18px;
    border: 0;
    margin-top: 20px;
    border-radius: 6px;
    background: #fafafa;
    overflow: auto;
    text-wrap: pretty;
}

.card .badge-light {
    color: black;
    background-color: #fff;
    font-weight: 400;
    border: 1px dotted #9c27b030;
    min-width: 80px;
}

footer a {
    color: #d3b2db;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px dotted #d3b2db;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card-body {
    background: #da00ff0a;
}

.jumbotron.congrats {
    background-color: #9c27b0 !important;
    text-align: center;
    padding: 3rem 2rem;
    border-radius: 8px;
    color: #ffffffee;
}

.jumbotron.congrats h1 {
    font-size: 2rem;
    color: white;
    text-transform: unset;
}

.additions h5 {
    font-size: 1rem;
}

.additions hr {
    margin: 24px 0px;
    border-top: 1px dotted #ddd;
}

@media (max-width: 768px) {
    h1.call-out-1 {
        font-size: 2.5rem;
        /* Adjusted for mobile */
        word-wrap: break-word;
    }
}

@media (max-width: 575.98px) {
    .no-mr-on-mobile {
        margin-right: 0 !important;
    }

    .btn-sm-block {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
}