.container-fluid {
    padding: 0px;
}

.navbar {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #A5A7A6;
    position: sticky;
    top: 0px;
    z-index: 1030;
}

.btn-primary {
    background-color: #C12033;
    border-color: #C12033;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #C12033;
    border-color: #C12033;
}

.btn-primary:hover {
    background-color: #C12033;
    border-color: #C12033;
}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    padding-top: 30px;
}

.carousel-item img {
    max-width: 350px;
    margin: auto;
}

.carousel-control-next, .carousel-control-prev {   
    bottom: 80px;
}

.navbar {
    background-color: black;
    padding: 15px;
    position: sticky;
    top: 0px;
    z-index: 1030;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E);
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    padding: 0px;
}

.navbar-dark:hover .navbar-nav:hover .nav-link:hover {
    color: #6b999e
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

    .navbar-toggler:hover {
        box-shadow: #fff 0 0 0 .25rem
    }

.navbar-dark .navbar-toggler {
    color: white;
    border-color: white;
}

.primary {
    color: #6b999e
}

.header-sections {
    border: 4px solid #6b999e;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
}

.form-check-input:checked {
    background-color: #2f62a6; /* Example: Bootstrap primary blue */
    border-color: #2f62a6;
}

.hero {
    font-weight: bold;
    font-size: 24px;
}

.hero-container {
    max-width: 1380px;
    margin: auto;
}

.risk-free {
    font-weight: bold;
    font-size: 20px;
}

.asterisk {
    color: red
}

footer {
    background: #ccccce;
    width: 100%;
}

    footer a {
        color: #000000;
    }

@media (min-width: 768px) {
    .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
        border-right: 3px solid #6b999e;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}
