html {
	font-family: 'EB Garamond', serif;
}

body {
	background-color: #BBD8D7;
  transition: background-color 1s ease;
}

form {
	position: absolute;
}

#title, a, a:visited  {
	font-style: normal;
	text-decoration:none; 
	color:#F61C32;
}

a:hover {
	text-decoration: underline;
}

#menu {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: scroll;
	font-size: 1.5em;
	line-height: 1em;
	padding-left:5%;
	padding-top:5%;
}

.bio {
	display:inline-grid;
}


/*READ MORE*/
/*.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: black;
  font-size: 0.8em;
  line-height: 2;
  border: 0px;
  border-radius: .25em;
}
*/






