body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.text-bg-primary {
    background-color: #c61310 !important;
}

.bg-light {
    background-color: #313437 !important;
    background-image: var(--bs-gradient) !important;
}

.bg-primary {
    background-color: #c61310 !important;
    background-image: var(--bs-gradient) !important;
}

.btn-primary {
    background-color: #c61310 !important;
    background-image: var(--bs-gradient) !important;
    border-color: #c61310
}

.btn-primary:hover {
    border-color: #000000;
}

.btn-min-width {
    min-width: 100px;
}

a {
    color: #000000;
    text-decoration-color: #000000;
}

.btn-secondary {
    background-color: #313437 !important;
    background-image: var(--bs-gradient) !important;
    border-color: #313437;
}

.btn-secondary:hover {
    border-color: #000000;
}

.navbar-brand, .navbar-brand:hover {
    color: #ffffff;
}

.navbar-brand:hover {
    text-shadow: 0 0 2px #ffffff;
}

.nav-link, .nav-link:hover {
    color: #ffffff;
    font-weight: 500;
}

.nav-link:hover {
    text-shadow: 0 0 2px #ffffff;
}

.navbar-toggler-icon
{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2030'%3E%3Cpath%20stroke='rgba(255,%20255,%20255,%201)'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M4%207h22M4%2015h22M4%2023h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.75);
}

.icon-link {
    color: #c61310;
    text-decoration-color: #c61310;
}

.btn-right {
    float: right;
}

.form-control:focus {
    border-color: #c61310;
    box-shadow: none;
}

.card-header, .card-footer {
    background-color: #e9eef1;
}

.message {
    display: flex;
    flex-direction: column;
    background-color: #e9eef1;
    border-radius: 10px;
    padding: 10px;
    margin: 5px 0;
}

.question {
    color: #c61310;
    font-weight: bold;
    margin-bottom: 5px;
}

.answer {
    padding-left: 20px;
}

.hidden {
    display: none;
}