
.text-pink {
    color: #f35588;
}
.text-pink-light {
    color: #ffbbb4;
}

.text-pink-dark {
    color: #f4dada;
}
.text-blue-light{
    color: #b8e0d9;
}
.text-blue-light2{
    color: #95d0c6;
}

.nav-main-link {
    color: #004445;
}
.bg-green-light{
    background-color: #ebf9f4;
}
.bg-blue-light{
    background-color: #b8e0d9;
}
.bg-white-light{
    background-color: #f0efef;
}
.bg-pink{
    background-color: #ff9d9d;
}

.btn-hero-danger {
    color: #fff;
    background-color: #f35588;
    box-shadow: 0 0.125rem 0.75rem #ffbbb4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #b8e0d9;
    color:#004445;
    border: 1px solid #b8e0d9;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: red;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

 /* For mobile phones: */
@media only screen and (max-width: 768px) {
    .block-img {
        display: none;
    }
}   