/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 27, 2020, 11:39:35 PM
    Author     : Z10387
*/

section{
    text-align: center;
    padding-bottom: 3%;

    overflow: auto
}


#Biography{
    clear: left;
}
h2, h3{

    color:#b30000
}


.members{
    padding: 10px;
    text-align:center;
    margin-top: 1%;
    width:100%;
    margin-bottom: 3%;
    margin-top: 1%;

    padding-top: 0;
    padding-bottom:2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;


}

h2{
    margin-bottom: 0;
}

.new_member{
    text-align: center;

    flex-basis:  33%;

    line-height:5px;
    padding-bottom: 0;


}
.new_member img{
    margin-top:  5px;
    width: 160px; /* width of container */
    height: 200px;/* height of container */
    object-fit: cover;
    transition: 1s
}
.new_member img:hover{

    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 

}
.Member_name{
    color: navy;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0;

}

a{
    text-decoration: none;
}

#inside{
    padding-bottom: 4%;
    margin-bottom: 5%;
    margin-right: 2%;



}


.new_student{
    display: flex;
    flex-wrap: wrap;
    margin:20px;
    padding-left:60px;
    padding-right:25px;
    transition: 2s ;
    justify-content: center;
}
.new_student:hover{

    -ms-transform: scale(1.04); /* IE 9 */
    -webkit-transform: scale(1.04); /* Safari 3-8 */
    transform: scale(1.04); 

}

.Student_Name{

    flex-basis: 30%;
    line-height: 5px;
    margin-left: 15px;
    display: flex;

}
.Student_Name .center_text{
    margin: auto;
}
.Student_Name .st_title{
    font-size: 13px
}
.Student_Supervisors{
    padding-left: 10px;
    text-align: justify;
    line-height: 5px;
    width:65%;
    float: left;
    height: 100%;
}

.Student_Supervisors ul{
    margin-top: 5px;
    float: left;
    line-height: 25px;
}
.one .Student_Name, .second .Student_Supervisors{
    background-color: #edf1f8
}
.one .Student_Supervisors, .second .Student_Name{
    background-color: #dae3f1;
}


