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


.new_project{
    flex-basis:  25%;
    padding: 15px;
    
    min-height:100%;
    margin-left: 2%;
    margin-right: 2%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    transition: 2s

}
section{
    
   overflow: auto
   /*     display: flex;*/
}
#inside{

    height: 100%;
  
    padding-left: 9%;
    overflow: auto;

}
.projects{
    width: 100%;
display: flex;
    padding: 2%;
    flex-wrap: wrap;
    justify-content: center;
   
}
.new_project img{
    width: 250px; /* width of container */
    height: 250px;/* height of container */
    object-fit: cover;
    

}

.new_project a{
    color: #094690;
    font-weight: normal;
    font-size: 20px;

}


.Project_description{


    text-align: justify;
}

.Project_description div{
    float: right
}

.new_project .short {
    padding-top: 20px;
    border: 3px solid red;
}

.short img{
    width: 270px; /* width of container */
    height: 270px;/* height of container */
    object-fit: cover;
    margin-top: 5px;

}

#title{

    width: 90%;
    margin-bottom: 80px;}

#title1 h1{
    text-align: center;

    color:#315081;
    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;
    outline: none;
    color: black
}
#Contact a{
    position:relative;   
    top: -14px;
}


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

}

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

#read img{
    position:relative;
    top:4px
}

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

#figure img{
    width: 30%; /* width of container */
    height: 30%;/* height of container */
    object-fit: cover;
}


.new_project:hover{
    transform:scale(1.05)
}