.blur-sidi-rounded {
    border-radius: 10px;
}

.navbar .nav-link {
    padding: .5rem 1rem;
    font-weight: 600;
    font-size: .975rem;
}

.navbar-sidi-toggle {
    background: darkgrey !important;
}

.navbar-blue {
    background-color: whitesmoke;    
}

.section-height-50
{
    min-height: 50vh;
}

.section-height-25
{
    min-height: 40vh;
}

.text-blue {
    color: royalblue !important;
}

.justify {
    text-align: justify !important;
}

.pull-right {
    float: right !important;
    text-align: right !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.border-info {
    border-color: royalblue !important;
    border-width: 1px !important;
}

.max-width-100 {
    max-width: 100% !important;
}

.max-width-50 {
    max-width: 50% !important;
}
