#table-of-contents {
  display: none;
}
* {
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
}
html body {
  position: relative;
  margin: auto;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  max-width: 750px;
  padding-left: 25px;
  padding-right: 25px;
}
html body .tag-new {
  height: 16px;
  position: relative;
  top: 2px;
}
html body #email {
  display: none;
}
html body #email ~ div {
  display: inline-block;
  min-width: 40%;
}
html body #email ~ div p {
  display: inline-block;
  padding: 0;
  margin: 0;
}
html body #email ~ div img {
  display: inline-block;
  height: 1em;
  position: relative;
  top: 0.15em;
  padding-right: 0.2em;
}
html body #email ~ div .underline:nth-child(1) {
  padding-right: 40px;
}
html body #email ~ div .underline:nth-child(4):before,
html body #email ~ div .underline:nth-child(2):before {
  content: '.';
  position: relative;
  left: 3px;
}
html body #email ~ div .underline {
  unicode-bidi: bidi-override;
  direction: rtl;
}
html body #email ~ div .underline:nth-child(2) {
  padding-left: 2.3em;
  display: inline-block;
}
html body #email ~ div .underline:nth-child(2):after {
  content: 'no@in';
  position: absolute;
}
html body .star {
  font-size: 90%;
  font-family: monospace;
  position: relative;
  top: -0.06em;
}
html body h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 50px;
}
html body .sn {
  position: absolute;
  right: 36px;
  top: 20px;
}
html body .sn a {
  opacity: 0.6;
}
html body .sn a:hover {
  background: none;
  opacity: 1;
}
html body .sn img {
  padding-left: 2px;
  height: 26px;
}
html body #footer {
  display: none;
}
html body #footer ~ div {
  letter-spacing: 3px;
  font-size: 60%;
  color: #bbb;
  padding-top: 40px;
  padding-bottom: 30px;
}
html body #footer ~ div p {
  text-align: center;
}
html body #text-about-me img {
  height: 5em;
  margin: 0.5em;
  margin-left: 0.3em;
  border-radius: 0.15em;
  float: left;
}
html body #side-projects {
  margin-bottom: 10px;
}
html body #side-projects ~ div h3 {
  font-weight: 300;
  margin: 0;
  margin-left: 10px;
  display: inline-block;
  font-size: 100%;
}
html body #side-projects ~ div h3 a {
  color: #000;
}
html body #side-projects ~ div h3 ~ div p {
  margin: 0;
  margin-left: 30px;
  margin-bottom: 10px;
  padding: 0;
  font-style: italic;
  font-size: 90%;
  color: #555;
}
html body #teaching ~ div ul li {
  clear: both;
  font-variant: small-caps;
}
html body #teaching ~ div ul li ul {
  display: inline-block;
  float: right;
}
html body #teaching ~ div ul li ul li {
  position: relative;
  top: 1px;
  display: inline-block;
}
html body #teaching ~ div ul li b {
  font-variant: initial;
  font-weight: 300;
}
html body #teaching ~ div ul li .underline {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 70%;
}
html body #publications ~ div h3 {
  font-size: inherit;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
html body #publications ~ div h3:before {
  content: '‣';
  font-weight: 300;
  margin-left: 6px;
  margin-right: 6px;
  opacity: 0.7;
}
html body #publications ~ div h4 {
  margin: 0;
  padding: 0;
  display: none;
}
html body #publications ~ div h4 ~ * ul {
  margin: 0;
  padding: 0;
  padding-left: 30px;
  font-style: italic;
  font-size: 90%;
}
html body #publications ~ div h4 ~ * ul li {
  display: inline;
  color: #555;
}
html body #publications ~ div h4 ~ * ul li:after {
  content: ", ";
}
html body #publications ~ div h4 ~ * ul li:last-child:after {
  content: ".";
}
html body #publications ~ div h4 ~ * ul li br {
  display: none;
}
html body #publications ~ div h4 ~ div p {
  font-size: 90%;
  margin-left: 30px;
  margin-top: 0;
  margin-right: 0;
}
html body h2 {
  font-size: 30px;
  font-family: 'Open Sans', serif;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 4px;
}
html body h2:hover:before {
  opacity: 0.5;
}
html body h2:before {
  content: '#';
  position: absolute;
  transform: translate(-140%, 10%);
  font-family: monospace;
  opacity: 0.2;
  color: #12806a;
}
html body p {
  text-align: justify;
}
html body a {
  color: #12806a;
  text-decoration: none;
}
html body a:hover {
  background: #dffbf5;
}
.DEFENSE {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0px 0.5em;
  align-content: center;
}
.DEFENSE p {
  margin: 0;
}
.DEFENSE > * {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
