﻿.ProfileBarContainer {
    margin: 1rem auto 0 auto;

    width: 95%;
    max-width: 900px;

    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;

    //font-weight: bold;
    //border: 2px solid black;
}



.ProfileBarImageDiv {
    margin: 17px;

    width: 40vw;
    height: 40vw;

    max-width: 200px;
    max-height: 200px;

    min-width: 150px;
    min-height: 150px;

    border: 2px solid grey;
    box-sizing: border-box;

    border-radius: 125px;
    
    overflow: hidden;
}

.ProfileBarImageDiv:hover {
    transform: scale(1.05);
}



.ProfileBarInfoDiv {
    margin: 5px auto 0 auto;
    
    width: 620px;
    //min-height: 217px;

    /border: 1px solid red;
}



.ProfileBarInfoContactDetailsDiv {
    margin: 0 auto;

    text-align: justify;
    //height: 80px;
    /border: 1px solid red;
}



.TestingClass {
    margin: 0 auto;

    display: flex;
    align-items: center;

    min-height: 35px;
    
    /border: 1px solid red;
}

.TestingClass1 {
    margin: 0 auto;

    display: flex;
    align-items: center;
    
    min-height: 35px;
    /border: 1px solid red;
}

.TestingClass2 {
    margin: 0 auto;

    display: flex;
    align-items: center;
    
    min-height: 35px;
    /border: 1px solid red;
}