*{
  margin: 0;
  padding: 0;
  font-family: Veranda, Arial, sans-serif;
  color:  grey;
}

html, body{
  width: 100%;
  height: 100%;
}

a{
  text-decoration: none;
}

a:hover{
  color: #505050 ;
}

/* HEADER */
header{
  text-align: left;
  padding: 15px 0 15px 30px;
  
}

header h1 a{
  font-weight: normal;
  font-size: 50px;
  color: #505050; 
}

nav{
  margin-left: 60px;
  float: left;
  width: 200px;
}

/* CONTENT */
section#content{
  padding-left: 320px;
  padding-right: 260px;
}

section#content p{
  max-width: 600px; 
  text-indent: 2em;
  line-height: 1.5em;
}


/* RESEARCH */
section.research-project{
  padding-top: 2em;
}
section.research-project h1{
  font-size: 15pt;
  margin-bottom: 1em;
}

section.research-project h2{
  font-size: 12pt;
  margin-bottom: .75em;
}
  
section.research-project ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

section.research-project ul li{
  float: left;
  padding-right: 1.5em;
}

section.research-project hr{
  height: 1px;
  border: 0;
  background: lightgrey;
  width: 500px;
  margin: 3em 50px 3em 50px;
}


/* FOOTER */
section.main{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -2em;
}

section.push{
  height: 2em;
}

footer{
  text-align: center;
}


/* DEBUG */
/*
header, nav, footer, section#content {
border: thin solid black;
}
*/