
body {
	margin: 0 auto;
	width: 900px;
	padding: 40px;
	font-size: 14px;
  font-family: Caslon, sans-serif;
  line-height: 1.3;
  font-size: 18px;
  color: #444444;
}

@font-face {
  font-style: normal;
  size: 16px;
}


@font-face {
      font-family: Caslon; /* The name you'll use in CSS */
      src: url("/?originalUrl=https%3A%2F%2Fwilcoxeg.github.io%2Fassets%2Ffonts%2FACaslonPro-Regular.otf");
      font-weight: normal;
      font-style: normal;
    }

@font-face {
      font-family: Caslon; /* The name you'll use in CSS */
      src: url("/?originalUrl=https%3A%2F%2Fwilcoxeg.github.io%2Fassets%2Ffonts%2FACaslonPro-Bold.otf");
      font-weight: bold;
      font-style: normal;
    }

@font-face {
      font-family: Caslon; /* The name you'll use in CSS */
      src: url("/?originalUrl=https%3A%2F%2Fwilcoxeg.github.io%2Fassets%2Ffonts%2FACaslonPro-Italic.otf");
      font-weight: regular;
      font-style: italic;
    }

a:link {
  color: #0d592b;
  text-decoration: none;
}

a:visited {
	color: #0d592b;
}

a:hover {
  color: hotpink;
}

#navbar {
  font-size: 20px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

#headshot {
  float:left;
  padding-right: 6px;
}

hr {
	border-top: 1px solid gray;
}

.column {
  float: left;
  width: 47%;
  padding: 10px;
}

.updates {
  border-radius: 5px;
  float: middle;
  position:relative;
  width: 100%;
  background-color: #f4f4f4;
  padding: 10px;
}

.update-bullet {
  /*  background-color: #edffed; */
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 0px;
  /*   border: 2px solid green; */  
}

.scrollable {
    height: 280px; /* or any value */
    width: 700px;
    overflow-y: auto;
}


.tag {
      display: inline-block;
      padding: 0.1em 0.5em;
      margin: 0em;
      font-size: 0.7em;
      font-weight: 300;
      border-radius: 0.5em;
      color: black;
}

.journal {
  background-color: #b6bef2; /* blue */
}

.preprint {
  background-color: #d4d4d9; /* gray */
}

.proceedings {
  background-color: #bbedc0; /* green */
}

.chapter {
  background-color: #c89ae6; /* purple */
}

