header {
    z-index: 999;
}

.inline-block {
    float: none !important;
    display: inline-block !important;
}

.col-mb-30 {
    margin-bottom: -30px;
}

.col-mb-30 > .col,
.col-mb-30 > [class*="col-"] {
    padding-bottom: 30px;
}

.col-mb-50 {
    margin-bottom: -50px;
}

.col-mb-50 > .col,
.col-mb-50 > [class*="col-"] {
    padding-bottom: 50px;
}

.topmargin-sm {
    margin-top: 2rem !important;
}

.center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.intersection-outside {
    opacity: 0;
}

.icon-small {
    font-size: 0.9rem;
}

.line-height-normal {
    line-height: normal;
}

.text-justify {
    text-align: justify;
}

.width-100 {
    width: 100%;
}

.flex-0 {
    flex: 0;
}

.justify-center {
    justify-content: center;
}
