.background{
    height: 400px;
    object-fit: cover;
    overflow: visible !important;
}
.background img{
    width: 200px;
    border-radius: 100px;
    height: 190px;
    object-fit: cover;
    display: block;
}
.background a{
    float: right;
    color: #fff;
    margin-top: 229px;
    font-size: 21px;
    text-decoration: none;
}
.background a:hover{
    color: #ddd;
}
.overlayProfile{
    position: absolute;
    top: 96px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 93px;
    width: 196px;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
    border-radius: 0 0 500px 500px;
    color: #ddd;
    font-size: 25px;
}
.image_profile{
    width: 200px;
    height: 194px;
    position: absolute;
    top: 173px;
    border: 2px solid #a63270;
    border-radius: 50%;
}
.image_profile:hover .overlayProfile{
    opacity: 1;
}
#edit{
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.75);
    padding: 12px;
    border-radius: 12px;
    margin-top: 0px !important;
    display: none;
}
.background:hover #edit{
    display: block;
}
/* description */
.description h5{color: #040404;}
.description h6{color: #a63270;}
.description button{
    border-radius: 5px;
    width: 100%;
    background-color: #a63270;
    color: #fff;
}
.description button:hover{
    border-color: #c25c93;
    background-color: #c25c93;
    color: #fff;
}
.description form{
    padding: 12px;
    border: 1px solid #a63270;
    border-radius: 5px;
}
/* articles */
.blog-hover-icon{
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}
.blog-post-images:hover .blog-hover-icon{
    opacity: 1;
}
.blog-hover-icon i{
    color: #fff;
    font-size: 25px;
    margin-top: 80px;
}
/* popup model */
.modal-content{margin-top: 100px;}
.modal-header{    background-color: #6c0a72;color: #fff;}
.modal-title{    text-align: center;}
.modal-body button{
    border-radius: 5px;
    border-color: #c25c93;
    background-color: #c25c93;
    color: #fff;
    margin-left: 40%;
}

/* Small devices (landscape phones, 576px and up) */

@media (max-width: 575.98px){
    .image_profile {top: 241px;}
    #edit{    margin-top: 52px !important;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .image_profile {top: 241px;}
    #edit{    margin-top: 52px !important;}
}



