/* prevent scrollbar jump */
html {
  overflow-y: scroll;
}

/* flexbox footer */
.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.Site-content {
  flex: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

p {
  font-family: 'Open Sans', sans-serif;
  /*font-size: 16px;*/
  color: #181818;  
  margin-bottom: 21px;
}

li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

a {
  color: #236AA7;
}

p a {
  color: #236AA7;
  text-decoration: underline;
}

.noline {
  text-decoration: none;
}

.dent {
  margin-left: 3em;  
}

.well {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

td {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

pre {
  font-size: 14px;
  font-family: 'Courier new', sans-serif;
  color: #333333;
  background-color: #FFFFFF;
  border: 0px solid #FFFFFF;
  margin-left: 35px;
}

.small {
  font-size: 85%;
}

.largetext {
  font-size: 115%;
}

.leadin {
  font-size: 18px;
}

.rainforestlink a:link {color:#000000; text-decoration:none; border-bottom:1px solid #999999;}
.rainforestlink a:visited {color:#000000; text-decoration:none; border-bottom:1px solid #999999;}
.rainforestlink a:active {color:#000000; text-decoration:none; border-bottom:1px solid #FF0000;}
.rainforestlink a:hover {color:#000000; text-decoration:none; border-bottom:1px solid #FF0000;}

.manuscriptlink {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}  
.manuscriptlink a:link {color:#000000; text-decoration:none;}
.manuscriptlink a:visited {color:#000000; text-decoration:none;}
.manuscriptlink a:active {color:#000000; text-decoration:none;}
.manuscriptlink a:hover {color:#000000; text-decoration:none; border-bottom:1px solid #999999;}
   
.copyright {
	font-size: 60%;
	font-family: 'Open Sans', sans-serif;
	color: #818181;
	}

.copyright A:link { font-family: 'Open Sans', sans-serif; color: #818181; text-decoration: none; }
.copyright A:visited { font-family: 'Open Sans', sans-serif; color: #818181; text-decoration: none; }
.copyright A:active { font-family: 'Open Sans', sans-serif; color: #818181; text-decoration: none; }
.copyright A:hover { font-family: 'Open Sans', sans-serif; color: #818181; text-decoration: underline; }

.smallblue {
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #003399;
	}

.smalldarkred {
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #AC2424;
	}

.darkred {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #AC2424;
	}

.reddot {
	color: #FF0000;
	}

.blackdot {
	color: #000000;
	}
	
.greytext {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #919191;
	}

.head {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	}

.headred {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #FF3333;
	}	

.book { 
	font-size: 9px; 
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	}

.date { 
  font-size: 18px; 
  color: #336633; 
  font-family: 'Open Sans', sans-serif; 
  font-weight: bold;
}	

.searchGreen {
  font-size: 12px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #1B8B09;
}

.right {
  text-align: right;
}

.toppad {
  padding-top: 75px;
}

.hspace {
  padding-left: 14px;
}

.poemstart {
  padding-top: 15px;
}

#man_display_box {
  border: solid #D8D8D8 1px;
  border-radius: 7px;
  padding: 10px 15px 10px 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

/* timeline */	
.nullif { 
  background-color: #FFFFFF; 
  }
.invisible { 
  background-color: #FFFFFF; 
  }
.pub {
  vertical-align: top;
  line-height: 1.4;
  background-color: #EAFFF5;
  }
.event {
  vertical-align: top;
  line-height: 1.4;  
  background-color: #FFF7E9;
  }
.misc {
  vertical-align: top;
  line-height: 1.4;  
  background-color: #E8F4FF;
  }
.reading {
  vertical-align: top;
  line-height: 1.4;  
  background-color: #F6F0FE;
  }
.address {
  vertical-align: top;
  line-height: 1.4;  
  background-color: #FBFFE9;
  }
.la {
  vertical-align: top;
  line-height: 1.4;  
  background-color: #F8F8F8;
  }  
.boxDate {
  text-align: center;
  background-color: #FFFFFF;
  }

.green {
  color: #0E7426;
}

.smallgrey {
  font-size: 80%;
  color: #B6B6B6;
}	
	
.greysearch {
  color: #B6B6B6;
}

/* remove box around active image link */
:focus {
  -moz-outline-style: none;
}
/*  
.navbar-form {
  margin-top: 0px;
}  
*/
.anchorpad { 
  display: block;
  height: 78px;
  margin-top: -78px;
  visibility: hidden;
}

.modal-title {
  font-size: 16px;
}

.card-header {
  border-bottom: 0px;
  padding: .5rem .75rem;  
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.boxit {
  outline: 1px solid gray !important;
}

.psp {
   margin-bottom: 4px;
}