.employee-card {
    background: url("../images/citytech_ebusinesscard_background.png");
    flex: 0 0 calc(33% - 10px);
    padding: 10px;
    background-size: cover;
    max-width:400px; 
    min-height:600px;
}

.employee-info-container {
    background:white; 
    height:400px; 
    position:relative; 
    margin: 30px 10px;
}

.c-display-flex {
    display: flex;
}

.employee-button-container {
    color: #0180a3;
    font-weight: bold;
}

.employee-contact-icon {
    height: 16px;
    width: 16px;
    margin: 8px;
}

.employee-contact-link {
    overflow-wrap: anywhere;
    text-transform: lowercase;
    color: #005066;
}

.employee-contact {
    width: 95%;
    margin: 0 auto;
    /* min-height: 125px; */
    /* text-align: left; */
}

.justify-center {
    justify-content: center;
}

.employee-name {
    font-size: 28px;
    color: #0180a3 !important;
}

.employee-vcard > img {
    border: 2px solid #0180a3 !important;
    padding: 5px;
    background: white;
    /* margin-top: 20px; */
}

.employee-divider {
    width:75px;
    background: #cde5f3;
    height:5px;
    margin: 20px auto;
}

.employee-vcard {
    height: 100px;
    width: 100px;
    /* margin: 0 auto; */
    position: absolute; 
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    /* left:33%; 
    bottom: -25px; */
}

.c-text-upper {
    text-transform: uppercase;
}

.employee-department {
    color: #0180a3 !important;
}

.min-height-100 {
    min-height: 100px;
}

.card-container {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .employee-card {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 700px) {
    .employee-card {
        flex: 0 0 100% !important;
    }    
}

@media (max-width: 480px) {
    .employee-card {
        max-width:100%; 
        min-height:100%;
    }    
}

/* @media(min-width: 1200px) {
    .employee-vcard > img {
            margin-top: 40px;
    }
} */
