.rounded {
    border-radius: 7.5px!important;
}
.shadowed {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.404);
}
.custom-logo-link img {
    width: 300px;
    max-width: calc(100vw - 80px);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
}

.navbar-dark .navbar-nav .nav-link {
    background: #000000c9;
    margin-left: 7.5px;
    border-radius: 5px;
    padding: 5px 10px;
}

.menu-item.active {
    font-weight: 800;
}

.rounded-more {
    border-radius: 15px!important;
    overflow: hidden;
}
.bg-muted {
    background: #e0e0e0;
}

.cursored {
    cursor: pointer;
}

.btn-outline-primary.text-primary:hover {
    color: white!important;
}

.btn-primary  {
    color: #fff;
    background-color: #011f2b;
    border-color: #011f2b;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #011f2b!important;
    border-color: #011f2b!important;
}

.text-primary {
    color: #011f2b!important;
}

.btn-outline-primary {
    border-color: #011f2b;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #011f2b;
    border-color: #011f2b;
}

.wp-caption {
    width: 100%!important;
    background: rgb(52 58 64 / 7%);
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}