/* Global styles */
h1,h2,h3 {
  font-family: Georgia,Times,Times New Roman,serif;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 0;
}

h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
}

dd {
  margin-left: 1em;
}       

.scientific-name {
  font-style: italic;
  text-indent: -1em;
  padding-left: 1em;
  font-family: Georgia,Times,Times New Roman,serif;
}

.common-name {
  text-indent: -1em;
  padding-left: 1em;
  font-family: Georgia,Times,Times New Roman,serif;
}

.qmark:before {
  content: "\f505";
  font-size: 80%;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Plant records - on the main page */
div.plant-record {
  margin-top: 2em;
  margin-bottom: 4em;
}

div.plant-record .row {
  border: 1px solid #cccccc;
  padding: 0.5em;
  background-color: #f8f8f8;
}
div.plant-record .header-row {
  background-color: #dddddd;
}

.plant-record .header-row .common-name {
  font-family: Georgia,Times,Times New Roman,serif;
}

.plant-record .header-row .scientific-name {
  font-size: 1.3em;
  line-height: 1.1em;
  font-family: Georgia,Times,Times New Roman,serif;
}

.plant-detail {
  font-size: 1em;
}

a.snippet-link:link {
  text-decoration: none;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

/* styles for the slideshow */
.nativity {
  margin-bottom: .2em;
}

.photo-record .scientific-name {
  font-size: 1.1em;
  margin-bottom: 0;
}       

.photo-record .common-name {
  font-size: 1.4em;
}

.pswp__dynamic-caption--aside {
  min-width: 300px;
  max-width: 400px;
}

