/* Media Queries */
@media(min-width: 768px){
   #nav{
       display: block;
       display: flex;
       flex-direction: row;
       justify-content: flex-end;
       background-color: #fff;
   }
   .flex-nav{
    display: flex;
    justify-content: space-between;}

    #nav ul{
        display: flex; 
        flex-direction: row;
        align-items: center;
        justify-content: space-between; 
        background-color: #fff;
     }
     .nav-list .nav-link{
         color: #333;
     }
     #nav ul a{
        padding: 8px 20px;
        margin: 0 5px;
       
     }
   .s-icon{
    transform: translate( 30px, -26px);
}
   
     .btn-5{
        cursor: pointer;
       border-radius: 5px;
        padding: 2px 5px;
        border: none;
        color: #fff;
        background-color: #228B22;
    }

        .nav-signup .link-signup:hover, .btn-5:hover{
        color:#228B22;
         border: 1px solid #228B22;
         background-color: #fff;
        }
       
        
    .s-icon{
        transform: translate( 50px, -26px);
    }
    h2{
        font-size: 50px;
    }
    .hamburger-nav{
        display: none;
    }
   
   .flex-row-one .row .column-1{ margin: 100px 20px 0 50px;}
    .flex-row-one .row{
        display:flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        max-width: 100%;
        flex-basis: 100%;
        flex: 1;
         }
         .flex-row-one .row .column-2{
            display: block;
            width: 50%;
        }
        
           .flex-row-one .row .column-1{
            width: 50%;
        }
        .img1-style{
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }
        .img2-style{
            width: 100%;
            height: 500px;
           
        }
        .flex-row-two .row{
            display:flex;
            flex-direction: row;
            justify-content: center;
            align-content: center;
            width: 100%;
            flex-basis: 100%;
            flex: 1;
            }
.flex-item-img1{
    width: 50%;
}
            .flex-items1{
                padding: 0 0 0 70px;
                margin: 100px 0 0 0;
            width: 50%;
           
        }
        .flex-row-three .row{
            display:flex;
            flex-direction: row;
            justify-content: center;
            align-content: center;
    width: 100%;
    flex-basis: 100%;
    flex: 1;
    
            }
        
        .flex-items2{
                       width: 50%;
                       margin: 0 30px;
           
        } 
        
        .btn-4{
           
            width: 250px;
    
        }
        .topic-container{
    margin: 60px 20px 0 20px;
    width: 50%;
}

.flex-topics{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.flex-topic2{
    margin-top: -1px;
}
    
   
.flex-team .row{
    display:flex;
    flex-direction: row;
     justify-content: center;
    align-content: center;
    margin: 0 30px;
    
}
       
.row-1, .row-2, .row-3{
    width: 33.33%;
    margin: 20px ;
}
.img-team{
    width: 100%;
    height: 400px;
}
.flex-signup .row{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    max-width: 100%;
    flex-basis: 100%;
    flex: 1;
    
    }
              
            .flex-signup .row .column-1, .column-2{
        width: 50%;}

     .flex-signup .row .column-2{
         display: block;
     }
          .flex-signup .row{
              margin-bottom: -8px;
          }    
         
        .flex-login .row .column-1, .column-2{
            width: 50%;
       }
       .flex-login .row .column-2{
        display: block;
    }
   .flex-login .row{
       display:flex;
       flex-direction: row;
       justify-content: center;
       width: 100%;
       flex-basis: 100%;
       flex: 1;
       }
       
        .flex-login .row{
            margin-bottom: -8px;
           }

           .flex-publish{
               display: flex;
               flex-direction: row-reverse;
           }
           .flex-publish .section-one{
               display: block;
              
           }
           .flex-publish .section-one, .section-two{
               width: 50%;
           }
           .search-section .section-two{
            margin-left:  1050px;
        }  
        
        #search{
            width: 100%;
            padding-right: 300px;
        } 
        
 .field{
    padding-right: 30px;
}
.container{
    margin-bottom: 100px;
}

 .guidelines{
   margin: 0 5px;
    
}
.track{
    margin-left: 310px;
}

    .database-img-container{
        background-color: #eee;
        height: 250px;
        width: 200px;
        margin: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .database-img{
        width: 150px;
        height: 200px;
      
    }
    #paper-abstract{
        width: 99%;
       
    }
    .form-container input{
       
        width: 99%;
       
    }
    .field-upload .container-two{
        margin-right: 10px;
    }
    .black-bg{
        
        height: 200px;
    }
    .landing-img{
        width: 300px;
        height: 200px;
    }
    .publications{
        display: none;
    }
    .flex-pub{
        display: flex;
        flex-direction: row; 
        justify-content: center;
          align-content: center;
         
    }
    .publish-container{
        
         margin: 30px;
        
        }
    
    .container-news{
        display: flex;
        flex-direction: row;
    }
    .news-container{
        display: flex;
        flex-direction: row;
        width: 50%;
       
    }
    .section-img-news{
        width: 50%;
        display: block;
    }
    .news-img-container{
        width: 100%;
        height: 400px;
        background-color: #228B22;
       margin: 20px;
      
    }
   .news-text{
       margin: 20px 50px;
   }
    .news-img-container p{
    margin: 10px 0 15px 45px;
    color: #fff;
    }
    .news-img{
        width: 500px;
        height: 300px;
        display: block;
        margin: auto;
    }
    .latest-pub-section-one{
        width: 80%;
        margin: 20px;
    }
    .latest-pub-section{
        display: flex;
        flex-direction: row;
    }
    .latest-pub-section-two{
       margin: 20px;
       width: 20%;
    }
    

   .flex-publish .section-nimsa-database{
       width: 100%;
   }
   .flex-publish .section-publish-paper{
       width: 100%;
   }
   .flex-publish .section-publish-form{
       width: 100%;
   }
   .img-collection-database{
    display: flex;
   flex-direction: row;
  justify-content: flex-start;
}
    
}
