* {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

body {
  background-color: #cfd7fd;
}

h1 { 
    color: 	#282828; 
    font-family: 'Helvetica Neue', sans-serif; 
    font-size: 275px; 
    font-weight: bold; 
    letter-spacing: -1px; 
    line-height: 1; 
    text-align: center; 
}

h2 { 
    color: 	#282828; 
    font-family: 'Open Sans', sans-serif; 
    font-size: 30px; 
    font-weight: 350; 
    line-height: 32px; 
    margin: 0 auto;
    text-align: center; 
}
img {
    width: 100%;
    margin: 0 auto;
}
.subsection-h2 {
    font-size: 1.5em;
    text-align: start;
    border-bottom: 1.5px solid #eaecef;
    margin-top: 24px;
    margin-bottom: 16px;
    line-height: 1.25;
}

p { 
    color: #282828; 
    font-family: 'Helvetica Neue', sans-serif; 
    line-height: 24px; 
    margin: 0 0 24px; 
    text-align: justify; 
    text-justify: inter-word; 
}

a {
    color: #282828;
}

a:visited {
    color: inherit;
}
a:hover {
    color: #282828;
}

#left-nav {
    width: 20%;
    margin: 3% 1%;
    padding: 5px;
    float: left;
}

#image-div {
    margin: 10% auto;
    width: 75%;
}

#image {
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
}

#right-desc {
    width: 70%;
    margin-top: 5%;
    margin-right: 2%;
    padding: 5px;
    float: right;
}

.icons {
    display: table;
    margin: 0 auto;
}

.a-logo {
    width: 35px;
}

.fa {
    padding: 8px;
    font-size: 15px;
    width: 15.5px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin: 0 3px;
}
.fa:hover {
    opacity: 0.7;
}
.fa-instagram {
    background: #125688;
    color: white;
}
.fa-twitter {
    background: #55ACEE;
    color: white;
}
.fa-linkedin {
    background: #007bb5;
    color: white;
}
.fa-github {
    background: #1b1f23;
    color: white;
}
.fa-envelope {
    background: #dd4b39;
    color: white;
}

#menu {
    margin: 10% auto;
}

#nav {
    list-style-type: none;
    padding: 0;
}

#nav li {
    margin: 5% auto;
    padding: 8px 16px;
    font-size: 18px;
    text-align: center;
}

#nav li a {
    display: block;
    color: #282828;
    text-decoration: underline;
}

#nav li a:hover {
    color: #282828;
}

#info {
    margin: 7% auto;
    margin-right: 5%;
}

#location {
    float: bottom;
    text-align: center;
}

.publication-link {
    text-decoration: none;
}

.paper-list li {
    display: inline-block;
    zoom: 1;
    list-style-type: none;
    vertical-align: middle;
}

.paper-list li td{
    text-align: center;
    padding: 0 10px;
}

.paper-list li td p{
    margin: auto auto;
}