html {
    scroll-behavior: smooth;
}

body {
    font-family: "Baskerville"; 
    color: #373737;
}

a {
    text-decoration: underline;
    color: #373737;    
}


a:hover {
    text-decoration: none;
}

.navigation-parent a {
    font-weight: bold;
}

h1 {
    font-size:20pt;
    letter-spacing:1px;
}

h2 {
    text-transform: lowercase;
    text-decoration: none;
    letter-spacing:1px;
}

h3 {
    text-transform: lowercase;
    letter-spacing:1px;
}

ul {
    line-height:1.5;
}

hr {
    border-top: 1px dotted;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.name {
    text-decoration: none;
    font-weight: normal;
}


/* For screens 600px wide and above */
@media (min-width: 600px) {
  .container {
    width: 80%;
    float: center;
    margin: auto;

  }
}

/* For screens 992px wide and above */
@media (min-width: 992px) {
  .container {
    width: 55%;
    float: center;
    margin: auto;

  }
}

/* .container {
    width: 55%;
    float: center;
    margin: auto;

} */

.contact-parent {
    /* background-color: orange; */
    display: flex;
    justify-content: center;
    margin-bottom:30px;
    line-height:1.5;
}

.profile {
    padding: 10px;
    /* background-color:pink; */
    display: inline-block; 
    margin: 20px;
    width: 35%;
    background-image: url("me.jpg");
    background-position: center;
    background-size: cover;
}

.address {
    display: inline-block;
    padding: 10px;
    /* background-color:blue; */
}


.contact-parent:after {
    content: "";
    display: table;
    clear: both;
  }





.random {
    object-fit: contain;
}



.navigation-parent {
    /* background-color: yellow; */
    display: flex;
    justify-content: center;
}

.links {
    text-align: right;
    /* background-color: blue; */
    padding: 5px;
    display: inline-block;
    margin: 20px; 
}

.pic {
    /* background-color: red; */
    padding: 5px;
    display: inline-block;
    margin: 10px;
    width:50%;
    background-image: url("random.jpg");
    background-position: center;
    background-size: cover;
}

.me {
    width:90%;
}

.navigation-parent:after {
    content: "";
    display: table;
    clear: both;
  }


 .content {
    padding: 20px;
    line-height:1.3;
 } 
 
 .pub-list {
  margin-left: 2em; /* indent entire list */
  padding-left: 0;
}



.pub-list li {
  margin-bottom: 0.6em;
  line-height: 1.2;
}

.pub-list i {
  font-style: italic;
  font-weight: 500;
  font-size: 1.05em;
  margin-right: 0.25em;
}

.pub-info {
  color: #555; /* subtle gray for journals/arXiv info */
  font-size: 0.95em;
}

.pub-info a {
  color: #555;
  text-decoration: none;
  transition: color 0.2s;
}

.pub-info a:hover {
  color: #000; /* darken on hover */
}