body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: lora;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    /* margin-top: 0.5em;
    margin-bottom: 0.5em; */
    padding: 0;
    margin: 5px 0 10px 0;
  }
  
  h1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  h3 {
    font-size: 1.75rem;
  }
  
  h4 {
    font-size: 1.5rem;
  }
  
  /* Blog specific elements */
  .blog-content p {
    margin-bottom: 1.5rem;
  }
  
  blockquote {
    font-family: 'Lora', Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 500;
    border-left: 3px solid #ddd;
    padding-left: 1rem;
    margin-left: 0;
  }
  
  /* For captions or meta text */
  .meta-text {
    font-family: 'Lora', Georgia, 'Times New Roman', serif;
    font-size: 0.9rem;
    font-style: italic;
    color: #666;
  }

/* Layout */

.container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

/* h1 {
    font-size: 34px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

h2 {
    font-weight: normal;
    font-style: italic;
    color: #999;
    font-size: 18px;
    padding: 0;
    margin: 5px 0 10px 0;
} */

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

.top-row {
    padding-top: 10px;
    display: grid;
    /* grid-template-columns: repeat(12, 1fr); */
}

.row {
    padding-top: 7px;
    padding-bottom: 7px;
}

a {
    color: #2b68aa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

strong {
    font-family: sans-serif;
    font-size: 16px;
}

heading {
    font-family: sans-serif;
    font-size: 24px;
}

papertitle {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 700
}

venue {
    font-family: sans-serif;
    font-style: italic
}

name {
    font-family: sans-serif;
    font-size: 40px;
}

email {
    font-family: sans-serif;
    font-size: 16px;
    color: #666;
}

subtitle {
    font-family: sans-serif;
    font-size: 16px;
    color: #666;
}

.one {
    width: 160px;
    height: 160px;
    position: relative;
}

.two {
    width: 160px;
    height: 160px;
    position: absolute;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}

.fade {
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}

span.highlight {
    background-color: #ffffd0;
}

.iico {
    width: 40px;
    height: 40px;
}

#demail {
    margin-top: 10px;
    color: #555;
    opacity: 0;
    transition: opacity 0.7s;
}

#dhead {
    margin-top: 20px;
}

#dpic {
    grid-column: span 6;
    text-align: center;
    padding-top: 10px;
}

#dpic img {
    width: 240px;
    height: 240px;
    border-radius: 120px;
}

@media (max-width: 991px) {
    #dpic {
        grid-column: span 12;
        text-align: center;
    }
    #ddesc {
        grid-column: span 12;
        padding-top: 20px;
        text-align: center;
    }
}

#ddesc {
    padding-top: 20px;
    padding-left: 20px;
    text-align: center;
}

#bottom {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
    color: #666;
}  
