body {
  background-color: #FDFCDC;
  color: #333;
}

.bg-amlit {
  color: #333;
  background-color: #FDFCDC;
}


.bg-amlitblue {
  background-color: #154364;
}

a:not([class]) {
  text-decoration: none;
}

.nav-item.dropdown.show a {
  color: blue !important;
}

#navbarDropdown {
  color: white;
  font-weight: bold;
}

/* @media (max-width: 991px) {
  .col-space>[class*='col-'] {
    margin-bottom: 10px;
  }
} */

/*  img-center and the row declarations make the images take the size of the gridded container
https: //stackoverflow.com/questions/45379727/make-images-the-same-size-in-bootstrap-grid
*/
.img-center {
  text-align: center;
  border-radius: 8px;
  width: 100px;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.row {
  display: flex;
  margin: auto;
}

a {
  color: #0000b8;
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
}


.al-title {
  font-style: italic;
  font-weight: 600;
}

.al-periodical {
  font-style: italic;
  font-weight: 500;
}

.al-char {
  font-style: italic;
  font-weight: 500;
}

.al-person {
  font-weight: 500;
}

.al-author {
  font-weight: 600;
}

.al-quote {
  padding: 16px 22px;
  font-size: 0.92em;
}

.sig {
  font-size: 0.90em;
  font-style: italic;
  padding: 16px 22px;
  text-align: right;
}

.al-message {
  color: red;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
}

.adsense-center {
  text-align: center;
}

.poem {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.9em;
  margin: 0px 0px 36px 30px;
}

.authorlink {
  color: black;
  font-weight: 500;
}

.al-page-title {
  font-size: 40px;
  font-weight: 600;
}

.al-story-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.al-story-text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.al-preface {
  font-size: 1.0em !important;
  font-style: italic;
  line-height: 0.85;
}

.jumbotron {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  /* background-color: #FDFCDC; */
}

.jumbotron p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.jumbotron h1 {
  font-size: 38px;
  font-weight: 600;
}

/* This section is for children's stories  */

.al-jumbotron {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  /* background-color: #FDFCDC; */
}

.al-jumbotron p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

/* <div class="m-1 py-3 px-6 al-story-text" style="padding-left:20px;"> */


.ssimgchild {
  max-width: 500px;
  max-height: 725px;
  float: right;
  margin: 8px 0px 16px 16px;
}

pre {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.98em;
  line-height: 180%;
  background-color: #FFFFF2;
  padding: 20px 20px 20px 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
}


pre.childspoem {
  font-family: Verdana, Geneva, sans-serif;
  /* font-size: medium; */
  font-size: 1.25em;
  font-weight: 700;
  line-height: 220%;
  background-color: #FFFFF2;
  margin: 14px 0px 14px 0px;
  padding: 2px;

}

/* when screen width is less than X, these styles are applied */
/* reduce the font-size so it doesn't overflow mobile devices */
@media screen and (max-width: 600px) {

  .jumbotron {
    padding-left: 8px;
  }

  pre.childspoem {
    font-size: medium;
  }

  .al-jumbotron {
    padding-left: 6px;
  }
}

.childs-preface {
  font-size: 1.1em;
  font-style: italic;
}

/* used primarily on the high school and middle school pages */

.intros {
  font-size: 1.0em;
  padding-left: 26px;
  padding-right: 22px;
  padding-bottom: 26px;
  padding-top: 6px;
  line-height: 1.8em;
  font-weight: 520;
}

.sslink {
  font-weight: 600;
  font-size: 1.2em;
}

.authorlink {
  color: black;
  font-weight: 600;
  font-size: 1.0em;
}

.smartlist {
  font-size: 0.98em;
  font-weight: 300;
  line-height: 30px;
  list-style-type: none;
}

.ssimg {
  max-width: 450px;
  max-height: 725px;
  float: right;
  margin-left: 16px;
  clear: right;
}