/*
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 28, 2020, 12:29:58 AM
    Author     : Z10387
*/

body{
    margin-bottom: 0;
    padding-bottom: 0
}

aside{
    text-align: center;
    float: left;
    width: 18%;
    margin: 0;
    margin-left: 4%;
    margin-top: 5%;
    padding: 2%;     
    min-height: 100%;
margin-bottom: 0;
    padding-top: 35%;
    /*background-color: #03172f
*/


}
section{
   
    margin-right: 10%;
    margin-top: 5%;
    width: 67%;
    float: right;
    padding: 10px;
    height: 100%;

}

#photo{
    margin-left: 4%;
    float: left;
    margin-bottom: 30px;
}
#photo img{
    margin-top:  10px;
    width: 230px; /* width of container */
    height: 300px;/* height of container */
    object-fit: cover;/* width of container */
    /* height of container */

}

#buttons a{

    color: #000066 !important;
    text-transform: uppercase;
    text-decoration: none;
    border:none;
    padding: 10px;
    border-radius: 50px;
    display: inline-block;
    background-color:  #dae3f1;
    transition: all 0.4s ease 0s;
    border: 3px solid  #c4D2E9;
    /* border: 3px solid  #000066*/
    font-size: 16px;
    width:80%;
    margin: 10px;



}
#buttons a:hover {
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}
#member_Id, #project_Id{
    margin-top: 10%;
}

#Name{
    text-align: center;
    margin-top: 150px;
    line-height: 0.3;
    float: left;

    margin-bottom: 150px;
    width: 65%

}

.Name_style{
    font-size:30px;
    color:#315081;
    font-weight: bold;
    font-family: 'Futura Std Condensed', sans-serif, Helvetica,Verdana, Tahoma;


}



.info {
    text-align: justify;
    margin-bottom: 30px;
}

h2{

    color:#b30000
}

#papers{
    text-align: justify;
}
.new_publication{
    border-radius: 10px;
    background-color: #edf1f8;
    padding: 20px;
    margin-bottom: 10px

}

a{
    text-decoration: none
}
#Contact a{
    position:relative;   
    top: -14px;
}


#buttons{
    position: sticky;
    position: -webkit-sticky;
    top: 0; /* required */
}

footer{
    clear: right;
    margin-top: 0;
}



/* Project part*/

#Project_Id #photo{
    margin-left: 35%;

    margin-bottom: 30px;

    margin-top: 0;

}

#Project_Id #photo img{
    margin-left: 0;
    width: 300px; /* width of container */
    height: 300px;/* height of container */
    object-fit: cover;/* width of container */
    /* height of container */


}

#Project_Id #Name{
    text-align: center;
    margin-left: 20%;
    line-height: 0.3; 
    width: 65%;
    margin-bottom: 0;

    margin-top:10%

}

#Project_Id .Name_style{
    font-size:30px;
    color:#315081;
    font-weight: bold;
    font-family: 'Futura Std Condensed', sans-serif, Helvetica,Verdana, Tahoma;


}

#more p{
    border: 1px solid gray;
    background-color: white;
    font-family: Courier New;
    padding: 15px
}

#Pr_title{
   text-align: center;
    margin-left: 20%;
     
    width: 65%;
    margin-bottom: 0;

    margin-top:10%
}