﻿ion-icon {
    margin-right: 5px;
    font-size: 23px;
    font-weight: 400;
}

.list-group-item {
    text-decoration: none;
    background: none;
    border-color: none;
}

    .bg-image img {
        height: 100%;
        width: 100%;
        filter: blur(2px);
        -webkit-filter: blur(2px);
    }

.bg-text {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4); 
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    top: 50%;
    left: 40%;
    width: 30%;
    padding: 10px;
    text-align: center;
    position:absolute;
}

.btn-close {
    font-size: 10px;
}