@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700");


body{
    font-family: "Open Sans", sans-serif;
    background-image : url('https://www.exigocare.co.za/wp-content/uploads/2020/10/star_0003_76F00E4C-58B7-4058-A6D9-95B11CA0A75D.jpg?id=23347');
}
#map {
    height: 95vh;
    width: 100%;
}

/*Profile Card
.card{
    margin-bottom: 10px !important;
}
.card-bg {
    background-image: url('https://www.exigocare.co.za/wp-content/uploads/2020/10/about-Exigocare-Image-04-2000-x-300.jpg'); 
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
}

.card-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); 
    filter: blur(8px); 
    z-index: 0;
}

.card-body {
    position: relative;
    z-index: 1;
}

/* Icon styling 
.user-icon {
    font-size: 3rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/