html {
    height: 100%;
    font-family: Palatino, serif, sans-serif;
}

body {
  height: 100%;
  background-color: rgba(243, 243, 243, 0.6);
}

.nav {
    list-style-type: none;
    overflow: hidden;
    background-color: black;
    margin: 0px;
    border-bottom: 2px solid black;
}

nav li a {
    float: right;
    display: block;
    text-align: center;
    padding: 8px 20px;
    color: rgba(243, 243, 243, 0.9);
    position: relative;
    text-decoration: none;
    font-family: 'Poppins';
}

nav li a:hover {
    background-color: rgba(243, 243, 243, 0.9);
    color: black;
}

#research-intro{
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Poppins';
    color: black;
    text-align: center;
    /* display: inline-block; */
}

#theme-label{    
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 15px;
    font-family: 'Poppins';
    color: black;
    text-align: left;
}

#pic_cap {
    float: right;
    padding: 15px;
    text-align: center;
    font-style: italic;
    font-size: 13px;
    margin: 10px;
    width: 400px;
}

#research_item {
    width: 95%;
    height: auto;
    margin: auto;
    margin-left: 30px;
    display: inline-block;
    text-align: left;
}

#research_item img{
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: auto;
    display: block;
    border: 2px solid black;
}

#research_item p{
    margin: 15px;
    /* padding: 15px; */
    margin-left: 35px;
    font-size: 15px;
    font-family: 'Poppins';
    text-align: left;
}

#indent{
    font-family: 'Poppins';
    margin-left:35px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#research_item a{
    font-style: italic;
    color: DarkViolet;
}

#research_item p.i{
  font-style: italic;
  font-size: 14px;
  margin: 1px;
  padding: 1px;
}

#r_text {
    max-width: 450px;
    margin: 20px;
    /* border: 2px solid black; */
    /* border-radius: 10px; */
}

#r_text p{
    font-size: 15px;
    font-family: 'Poppins';
    text-align: center;
    margin: 15px;
    margin-bottom: 5px;
}

#r_text p.s{
    font-size: 13px;
    font-family: 'Poppins';
    text-align: center;
    margin: 1px;
}
#r_text p.sb{
    font-size: 13px;
    font-family: 'Poppins';
    text-align: center;
    margin-top: 1px;
    margin-bottom: 15px;
}

#footer {
    margin-top: 30px;
    border-top: 1.5px solid black;
}

#line {
    width: 95%;
    text-align: center;
    /* margin-top: 30px; */
    margin:30px;
    border-top: 1.5px solid black;
}

#footer p{
    font-size: 13px;
    font-family: 'Poppins';
    color: grey;
    text-align: center;
    margin-top: 10px;
}


#r_image {
    width: 100%;
    /* border: 2px solid black; */
    min-width: 300px;
    max-width: 450px;
    margin: 20px;
    border-radius: 10px;
}
