@import url('https://fonts.googleapis.com/css?family=Nunito|Source+Serif+4:400,400italic,600,600italic,700,700italic,500,500italic,200,200italic,300,300italic,350,350italic');

html
{ height: 100%;
  overflow-y: scroll;
}

*
{ margin: 0;
  padding: 0;
}

body
{ font: 350 100% 'Source Serif 4', serif;
  line-height: 1.35;
  font-variant-numeric: proportional-nums;
  background: #FAF9F5; /*; /*;		/*#F4F4EC, F5F5EC*/
  color: black /* #0b0b0b; */
}

p
{ padding: 0 0 20px 0;
  }

img
{ border: 0;}

h1, h2, h3, h4, h5, h6
{ color: black; /* #0b0b0b; */
  padding: 0 0 5px 10pt;
}

h1, h4
{ font: 600 110% 'Nunito', sans-serif;
  margin: 0 0 5px 0;
  padding: 10px 0 15px 17px;
  /* font-variant-numeric: proportional-nums; */
  /* color: #3f3c38; */
  /* text-transform: uppercase; */
  font-style: none;
  /* font-variant: small-caps; */
  letter-spacing: 0.0em
}

h2, h5
{ padding: .5ex 0 1ex 9pt;
  margin-left: .5ex;
  font: 500 97% 'Nunito', sans-serif;
  letter-spacing: 0;
  font-variant-numeric: proportional-nums;
}

h3, h6
{ color: #121210;
  font: 400 1.0em 'Nunito', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 15px 0 0px 0;}

/* h4 */
/* { color: #777;} */

h5, h6
{ color: #FFA201;}

a, a:hover
{ outline: none;
  font-weight: 500;
  text-decoration: none;
  color:   #02A29A /*  #258875       /* #018707 */
}

a:hover
{ text-decoration: none;
  color: #47433F;}

blockquote
{ margin: 20px 0;
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 2px 0 22px 17px;
text-align: justify;
}

ul li
{ list-style-type: none;
  margin: 0 0 7px -0px;
  padding: 0 0 5px 20px;}

ul li:first-letter
{	margin-left: -20px;
}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto;
  margin-right: auto;}

#main
{ padding-bottom: 20px;}

#header
{ background: #fdfbf9;
  height: 100px;
  margin-bottom: 10px;}

#menubar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px; /* equal spacing above and below */
  
}

#menubar::before,
#menubar::after {
  content: "";
  width: 45%;
  border-top: 1px solid;
  color: #C4C4C4;
}

#info {
    font-size: 102%;
    width: 440px;
    margin-left: 0px;
    top: 520px;
    padding-left: 10pt;
    color: black;
    font-weight: 400;
}

#papers {
    margin-top: .75em;
}

#about {
    margin-top: .75em;
    margin-left: 17px;
	text-align: justify;
}

#about ul {
	margin: 0 0 0 1.2em;  
	padding-left: 0;
}

#about li {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 0;
  padding-left: 5px;
}

#about ul ul li {
  list-style-type: circle;
}

#about ul li:first-letter
{	margin-left: 0px;
}

#about h1 {
  padding-left: 0;
}



/* 
#pic {
	display: block;
    margin-top: 1em;
    margin-bottom: 20px;
	margin-left: auto;
}
 */

#pic {
	float: right;
  	margin: 6px 0 0 1.5em;
}

#pic img {
  display: block;  /* removes tiny baseline offset */
  margin-bottom: -5px;
}

#header-row {
  display: flex;
  width: 100%;
  justify-content: space-between; /* pushes image to the right */
  align-items: flex-start;        /* aligns tops perfectly */
  margin-bottom: 5px;
}

#address {
    width: 100%;
    margin-left: 1em;
    margin-top: -1ex;
/*     margin-bottom: 1em; */
    font-variant-numeric: lining-nums proportional-nums;
    color: black;
    font-weight: 400;
    font-size: 100%;
}

#address h2 {
    padding: 1em 0em 0em 0em;
    margin-left: 0em;
    font-weight: 600;
    font-size: 108%;
    /* font-style: italic; */
    font-variant-numeric: proportional-nums lining-nums;
    color: #282828;
}

#affiliation{
	text-align: left;
	white-space: nowrap;
    margin-top: 10px;	
    font-weight: 350;    
}




#prof{
    font-weight: 600;
    margin-bottom: 0ex;
    font-size: 103%;
}





ul#nav {
  display: flex;            /* Makes list items side-by-side */
  justify-content: center;  /* Centers the whole list horizontally */
  list-style: none;         /* Removes bullet points */
  padding: 0;               /* Removes default list indentation */
  margin: 0;
  gap: 15px;                /* Creates exactly 20px of space between items */
}

ul#nav li {
  margin: 0;
  padding: 0;
}

ul#nav li a
{ /* letter-spacing: 0.1em; */
 font-family: 'Nunito';
  font-weight: 500;
  font-size: 15px;
display: inline-flex;
align-items: center;
justify-content: center;
  /* float: left; */
  padding: 3px 12px;
  text-decoration: none;
  margin-right: 0;
/*   text-align: center; */
/*   color: #FFF; */
/*   text-transform: uppercase; */
  background: transparent;
}

ul#nav li a:hover
{ color: #FFF;
  background: #696969;}

ul#nav li.selected a
{ color: #000;
  background: #f3f3f0;}






ul#menu
{ }

ul#menu li
{ /* float: left; */
  margin: 10px 0 0 0;
  padding: 0 0 0 0px;
  list-style: none;}

ul#menu li a
{ /* letter-spacing: 0.1em; */
  font: 500 .935em 'Nunito' ;
  display: block;
  /* float: left; */
  height: 33px;
  padding: 12px 22px 0px 22px;
/*   text-align: center; */
/*   color: #FFF; */
/*   text-transform: uppercase; */
  background: transparent;
  text-decoration: none;
  margin-right: 3px;}

ul#menu li a:hover
{ color: #FFF;
  background: #444;}

ul#menu li.selected a
{ color: #000;
  background: #f3f3f0;}

/* 
#site_content
{ width: 800px;
  min-height: 550px;
  overflow: hidden;
  margin: 0 auto 2em auto;
  padding: 40px 20px 10px 40px;
  background: #F9FCFD;
  border: 1px solid #cecec5;}


#content
{ text-align: left; 
  width: 765px;
  padding: 0;
}
 */
 

#site_content {
  width: 800px;
  box-sizing: border-box;
  padding: 40px 60px 30px 40px;  
  margin: 0 auto 2em auto;
  background: #F9FCFD;
  border: 1px solid #cecec5;  
}

#content {
  width: 100%;
} 

#footer
{ width: 916px;
  font-family: 'Nunito', sans-serif;
  font-size: 60%;
  height: 28px;
  margin-top: -10px;
  padding: 0px 0 35px 0;
  text-align: center;
  background: transparent;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.1em;}

#footer a
{ color: #888;
  text-decoration: none;}

#footer a:hover
{ color: #000;
  text-decoration: none;}

.yellow
{ color: #f7c62c;		/*#F7C015*/
}

.blue
{ color: #05A4D1;
  font-weight: 400;
}

.orange
{ color: #CE570A/* #FF7A0F */;}

.red
{ color: #C80500;}

.purple
{ color: #820056;}

.green
{ color: #029708;
  font-weight: 300;}

.green2
{ color: #029708;
  font-weight: 400;}



.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}

table
{ margin: 5px 0 15px -5px;}

table tr th, table tr td
{ text-align: left;
  background: #555;
  color: #FFF;
  padding: 5px 4px;}

table tr td
{ /* background: #F5F5EC; */
    /* color: #47433F; */
    background: white;
    color: black;
    border-top: 1px solid #FFF;}

.rule {
    margin-right: 85%;
    margin-bottom: 15px;
}

.title {
    font-weight: 400;
    font-size: 100%;
    color: black /* #0d0d0d */
}

.handouts {
    padding: 10px 0 0px 5px
}

strong {
    font-weight: 300
}

strong h1 {
    font-weight: 650;
}

strong .title {
    font-weight: 600
}



hr {
/*      border-style: dotted; */
     width: 40%;
     color: #F2F2F2;
     margin-left: auto;
     margin-right: auto;
/*      margin-bottom: 2em; */
}

