body {
    padding-top: 3.5rem;
}

li {
    list-style-type: none;
}

.bg-custom-primary {
    background-color: #345E8D;
}

.bg-custom-secondary {
    background-color: #0E1A28;
}

.bg-custom-tertiary {
    background-color: #D2E3B1;
}

.custom-padding-primary {
    padding-left: 1rem;
}

.inputfield {
    color: #0E1A28;
}

.text-highlight {
    color: #f9c74f;
}

.carousel-caption-custom {
    position: static !important;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem;
    box-sizing: border-box;
}

.carousel-inner-extended {
    border: 3px solid white;
    border-radius: 1rem;
    padding-bottom: 1rem;
    background-color: var(--bs-dark);
}

.profile {
    border: 2px solid white;
    border-radius: 1rem;
}